GuideComputer SoftwareWeb Browsers Bookmarklets Updated August 13 2024
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






Show any passwords on the current page.

Copy to Clipboardjavascript:(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 Clipboardjavascript: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 Clipboardjavascript:(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 Clipboardjavascript:void(location.href='http://tinyurl.com/create.php?url='+location.href;);




©2024 - Some portions of this website are Copyrighted.
Your IP: 3.15.218.221     Referring URL:
Browser: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Terms and Conditions, Privacy Policy, and Security Policy