Bookmarklets
Tags:bookmarkletsbookmarklet Pages: index
Bookmarklet actions
- Review Brett’s Bookmarklets for useful toolsmarkdownbookmarklet
- Review Show HN: Some Bookmarklets, I Use
Bookmarklet list
- showjs-action
javascript:document.ondragstart=function(){return false};dst=function(e){return (p=Math.pow)(p(e.clientX-(rc=e.target.getBoundingClientRect()).left,2)+p(e.clientY-rc.top,2),.5)};$("[href\x2a=imgur]").not($(t="[href$=jpeg],[href$=gif],[href$=png],[href$=jpg]")).each(function(){this.href+='.jpg'});void($(t).not(".EGraw").attr({'class':'EGraw',target:'blank'}).each(function(){$(this).append($('<span />').toggle(function(e){$(this).html(' [-]').next().show();return false},function(e){$(this).html(' [+]').next().hide();return false}).click()).append($('<img>').attr({src:this.href,style:'display:block;max-width:780px;height:auto',title:'Drag to resize'}).mousedown(function(e){(t=this).iw=t.width;t.d=dst(e);t.dr=false;e.preventDefault();}).mousemove(function(e){if((t=this).d){t.style.maxWidth=t.style.width=((dst(e))*t.iw/t.d)+"px";this.dr=true}}).mouseout(f=function(e){this.d=false;if(this.dr)return false}).click(f))}))
- amajs-action
javascript:location.href='http://bluesuncorp.co.uk/iama/?url=' + location.href
- freejs-action
javascript: d=docujment; s = d.createElement("script"); s.src = "http://code.jquery.com/jquery-latest.min.js"; s.type= 'text/javascript'; d.getElementsByTagName('head')[0].appendChild(s); setTimeout(function(){window.$("#thumbs>a").filter(function(i){return !this.href.match(/\/free\//);}).hide()}, 1000); void(0);
- friendsjs-action
javascript:(function(){var script=document.createElement('script');script.type='text/javascript';script.src='http://thekeesh.com/js/edges.js';document.getElementsByTagName('body')[0].appendChild(script);}())
- hidejs-action
javascript:(function(){$(%22a.title:visited%22).parent().parent().find(%22.hide-button%22).find(%22a%22).click();})();
Speed Reading Bookmarklets
-
Zap Readbookmarkletjs-action
javascript:(function(){e = %22%22 + (window.getSelection ? window.getSelection() : document.getSelection ? document.getSelection() : document.selection.createRange().text);d=open().document;d.write('<body><form action=http://zapreader.com/reader/ method=post>');f=d.forms[0];d.write('<input type=hidden name=%22PastedText%22 value=%22' + encodeURIComponent(e).replace(/ /g, %22+%22) + '%22>');f.submit();})();) #js-action
-
speed read itbookmarkletjs-action
javascript:(function(){_eyercize_action = 'www.eyercize.com'; __action = 'www.eyercize.com'; _eyercize_script = document.createElement('SCRIPT');_eyercize_script.type = 'text/javascript';_eyercize_script.src = 'http://www.eyercize.com/javascripts/bookmarklet.js';document.getElementsByTagName('head')[0].appendChild(_eyercize_script);})();) #js-action
- Spreed!bookmarkletjs-action
javascript:var sel = window.getSelection? window.getSelection() : document.getSelection? document.getSelection() : document.selection.createRange().text; sel = encodeURIComponent(sel + '');sel = sel.replace(/'/g, '_*_');newdoc = open().document;newdoc.write(%22<BODY><FORM ACTION='http://www.spreeder.com/app.php' METHOD='POST'><INPUT TYPE='hidden' NAME='passage' VALUE='%22 + sel + %22'></FORM></BODY>%22);newdoc.forms[0].submit();) #js-action