15

Whenever I visit a certain a website, Google chrome somehow still has the exact input I typed in to perform a search. Every time I go back to the website, it automatically executes that same original search over again.

How do I make Google Chrome forget that I was ever there, and give me a fresh page each time I go to it?

guido
  • 803
CodyBugstein
  • 1,625

5 Answers5

34

This is how usually I do this:

  • Open Chrome History ctrl+h.
  • In the searchbox, top-right, type some keyword to identify the urls you want to delete; chrome will match the input against the url and the title of webpages in history.
  • Double-check that you got only what you really want to delete.
  • Select the checkbox left of the first result, then scroll down and check the latest checkbox while pressing shift. This will select everything (that was filtered with keywords above). Alternatively, just select what you want.
  • Click the remove selected button.
guido
  • 803
4

More precise in the urlbar (like shown here):

  • Mark all the text in the urlbar of the unpopular history entry using End and then Shift + Pos1
  • Then Shift + Delete

Tada!

If you work in the history and you have the extension Better History -> "Clear all from this site". This is pretty fast, if you have a lot of visits on the site.

PythoNic
  • 155
0

Use the Forget about this site browser extension from Blaise Kal for Chrome based browsers and Firefox:

cachius
  • 859
0

For deleting a specific site from you history:

ctrl+h

type: host:{site url like youtube.com}

ctrl+a

del / delete button

Liban
  • 1
-4

You can clear your cache and cookies--maybe even clear your saved auto fill form data. In Chrome, do the following:

  1. Go to Tools > Clear Browsing Data...
  2. Under Obliterate the following items from:, change it to The beginning of time
  3. Place a check mark next to Empty the cache
  4. Place a check mark next to Delete cookies and other site plugin data
  5. Place a check mark next to Clear saved Autofill form data
  6. Click Clear browsing data
  7. Refresh the browser or revisit the page

This should make Chrome forget you were ever there.

Tuan
  • 174