Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Bookmarklets are wonderful! I will certainly use that "remove sticky". My favorites:

Add jQuery to any page:

  void((function(doc){if(typeof jQuery=='undefined'){var script_jQuery=document.createElement('script');script_jQuery.setAttribute('src','//code.jquery.com/jquery-latest.min.js');document.body.appendChild(script_jQuery);console.log('jQuery added');}else{console.log('jQuery already included');}})(document));

Edit any page:

  javascript:document.body.contentEditable = true; void 0;
Make the right click work again:

  javascript:void(document.onmousedown='return true');void(document.onmouseup='return true');void(document.oncontextmenu='return true')


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: