Skip to content

Instantly share code, notes, and snippets.

View mitoyarzun's full-sized avatar

Jaime Oyarzún Knittel mitoyarzun

View GitHub Profile
@mitoyarzun
mitoyarzun / automatedeletion.js
Created February 24, 2015 18:23
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();