bookmarklet   10764

« earlier    

Wordless Web
Strip text out of websites, and just see the pictures.
bookmarklet  bookmarklets  webtools  webapps  pictures  websites 
yesterday by webgurl
[SMT] A javascript bookmarklet that clicks on all of the "load more comments" buttons : SomebodyMakeThis
javascript:(function loop (i) { setTimeout(function () { $('[id^="more_"]').eq(i).click(); if (--i) loop(i) }, 1000)})($('[id^="more_"]').length);

Adjust 1000 to desired speed (1000 ms = 1 sec).
bookmarklet  from delicious
2 days ago by oracle2b
[Bookmarklet/Google Chrome only] Gmail Check All Checkboxes
Gmail [basic HTML] bookmarklet for checking all checkboxes ..
javascript:chkboxes = document.getElementsByName('t');for (var i in chkboxes) { chkboxes[i].checked = true; };

This function is missing in basic HTML view.
bookmarklet  bookmarklets  gmail  google  mail  javascript  js  checked  checkbox  checkboxes  basic  html  chrome  chromium  browser  browsers 
4 days ago by dza

« earlier    

Copy this bookmark:



description:


tags: