Skip to content

Instantly share code, notes, and snippets.

@b1
Created April 7, 2012 13:07
Show Gist options
  • Save b1/2328748 to your computer and use it in GitHub Desktop.
Save b1/2328748 to your computer and use it in GitHub Desktop.
manual deleting history in chrome
var w=$$('input[type=checkbox]');
for(var i=0;i<w.length;i++){w[i].checked=true};
$$('#remove-selected')[0].disabled=false;$$('#remove-selected')[0].click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment