bookmarklet 10764
Wordless Web
yesterday by webgurl
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
2 days ago by oracle2b
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
Adjust 1000 to desired speed (1000 ms = 1 sec).
2 days ago by oracle2b
[Bookmarklet/Google Chrome only] Gmail Check All Checkboxes
4 days ago by dza
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
javascript:chkboxes = document.getElementsByName('t');for (var i in chkboxes) { chkboxes[i].checked = true; };
This function is missing in basic HTML view.
4 days ago by dza
Hacking the Readability bookmarklet
4 days ago by axelav
an old version of readability to hack on
js
bookmarklet
readability
reading
deprecated
version
4 days ago by axelav
Copy this bookmark: