Skip to content

Instantly share code, notes, and snippets.

@mitoyarzun
Created February 24, 2015 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mitoyarzun/e1988bb3d70fddf347bf to your computer and use it in GitHub Desktop.
Save mitoyarzun/e1988bb3d70fddf347bf to your computer and use it in GitHub Desktop.
Delete Google History
// 1) Install https://chrome.google.com/webstore/detail/custom-javascript-for-web/poakhlngfciodnhlhhgnaaelnpjljija?hl=en
// 2) Go to https://history.google.com/history
// 3) Paste the following script in the extension
document.getElementById('selector_top').click();
document.getElementsByName('btnD')[0].click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment