Live data from Hacker News

Ruin My Search History

ruinmysearchhistory.com

161–170 of 211 posts

Re: Ruin My Search History

#161
post #151

Earlier quoted context omitted.

How to reverse the damages: 1) Go to https://history.google.com/history/ 2) Select the offending searches 3) Click delete on the top right (then click delete again)

Do people actually use Google Search while being logged-in in Google?

Who ever logs out?

Re: Ruin My Search History

#162

Earlier quoted context omitted.

Better yet, delete the entire search history and turn it off.

Why don't people just visit in incognito mode in the first place?

I google things I don't want in my history in incognito mode. The question is: does it prevent being tracked by Google?

Re: Ruin My Search History

#163
For those wondering how this works (I'm not too good with webdev and thought a site can't just open another tab and control it remotely):

The code driving this is at: http://ruinmysearchhistory.com/ruin.js?1

It uses window.open to run the search:

    window.open('https://www.google.com/search?q='+ encodeURI(ruinSearchQuery),'ruinmysearchhistory');
But the second parameter will set a name to the newly open tab. Calling window.open with the same name again will reuse the existing tab:

https://developer.mozilla.org/en-US/docs/Web/API/Window/open

So it doesn't actually control the google site but keeps reloading it with new search urls. This may be obvious to everybody, but it did confuse me a little.

Re: Ruin My Search History

#164
post #157
post #2

Spoiler alert! From the base64 encoded array in the source: ['how to appear funny', 'why are my thumbs uneven', 'am i lack toast and tolerant', 'your youre difference', 'why doesnt my poo float', 'midget google images', 'tall midgets??', 'homemade lube?', 'i hate my boss', 'what counts as fat', 'how to tell partner they fat', 'is it normal to still love my ex', 'how to get back with ex', 'penis remove dog how to', 'r…

It could be a lot worse. A nasty malicious attack would do searches for making a bomb, joining ISIS, piloting a 747, bypassing airport security, etc. In these days and age, this is a guaranteed full body search and a registration on the no fly list next time you want to fly to see your family for christmas.

The one about joining ISIS is in there.

Re: Ruin My Search History

#165
post #161
post #151

Earlier quoted context omitted.

Do people actually use Google Search while being logged-in in Google?

Who ever logs out?

Me since I rarely log in in the first place.

I only googlog in to my association's "shared account" and log out straight away.

Also I mainly use DuckDuckGo and bang !g only when needed.

Privacy actually matter to me...

Re: Ruin My Search History

#166
post #151

Earlier quoted context omitted.

How to reverse the damages: 1) Go to https://history.google.com/history/ 2) Select the offending searches 3) Click delete on the top right (then click delete again)

Do people actually use Google Search while being logged-in in Google?

Absolutely! The saved search history is incredibly useful for shaping and filtering search results to make them more targeted and helpful. I also see more relevant adverts, and less generic ones, which makes them much less annoying. People of a certain technical mindset have a knee-jerk "Privacy! Surveillance! Evil!" response, tuned to the worst possible world type of scenario, where the rest of the Internet is populated entirely by malicious bad actors, seeking to harm users. The reality is much more nuanced: most of the rest of the Internet neither knows nor cares about you; the majority of the rest are trying to provide useful services to improve their users lives, sometimes trying to make money by doing this; a minority are bad, either trying to steal from or scam you.

In terms of Google search, the fact it retains context is actually useful most of the time, and the edge cases where it is harmful are easily avoided by countermeasures like logging out, using DuckDuckGo, installing Tor or switching to incognito mode.

Post reply on HN