Bookmarklets are simple little bookmarks, which you click and they do some action on the current webpage you have loaded. You need to create a new bookmark, and copy and paste the code into it. Then just click on the bookmark while you are on a website to use it.
Remove Paywall from websites, also induce an archive of the webpage if it hasn't been saved on https://archive.today Copy to Clipboard
javascript:void(open('http://archive.today/?run=1&url='+encodeURIComponent(document.location))); Show any passwords on the current page. Copy to Clipboard
javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "\n"; } } if (s) alert("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})(); Change passwords fields to text Copy to Clipboard
javascript:var all=document.getElementsByTagName('*');for(var i=0;i<all.length;i++){if (all[i].type==='password') all[i].type="text";}halt; PwnYouTube - Currently not working Copy to Clipboard
javascript:(function(w,d){var jloaded=false,jsrc='download-video.js',fsrc='http://deturl.com/iframelet.html?js='+encodeURIComponent(jsrc),l=window.location.href;function msg2js(e){if(e.origin=='http://deturl.com'){jloaded=true;var js=document.createElement('script');js.type='text/javascript';js.textContent=e.data;document.body.appendChild(js);window.removeEventListener('message',arguments.callee)}}if(w.addEventListener)w.addEventListener('message',msg2js,false);else w.attachEvent('onmessage',msg2js);var f=d.createElement('iframe');f.src=fsrc;f.style.cssText='display:none;';d.body.appendChild(f);if(l.match(/^https:/i)){window.setTimeout(function(){if(!jloaded){if(confirm('The bookmarklet can not be run on HTTPS pages in this browser.\n\nGo to the regular HTTP version of this page?')){window.location.href=l.replace(/^https:/i,'http:')}else{window.location.href='http://deturl.com/?bt&url='+encodeURIComponent(l)}}},5000)}})(window,document); TinyURL Copy to Clipboard javascript:void(location.href='http://tinyurl.com/create.php?url='+location.href;); |