Drag any bookmarklet below to your browser's bookmark bar. Then click it on any webpage to run it instantly — no extensions needed.
Opens the current page in a new tab via thum.io to generate a live screenshot preview.
javascript:(function(){window.open('https://image.thum.io/get/width/1280/'+encodeURIComponent(window.location.href),'_blank');})()Instantly opens your browser's print dialog. Select 'Save as PDF' as the destination.
javascript:(function(){window.print();})()Copies the current page's full URL to your clipboard with one click.
javascript:(function(){navigator.clipboard.writeText(window.location.href).then(function(){alert('URL copied: '+window.location.href);});})()Opens the page source in a new tab using the browser's built-in view-source protocol.
javascript:(function(){window.open('view-source:'+window.location.href,'_blank');})()Displays a popup showing all Open Graph meta tags found on the current page.
javascript:(function(){var t=document.querySelectorAll('meta[property^="og:"],meta[name^="twitter:"]');var r=[];t.forEach(function(m){r.push((m.getAttribute('property')||m.getAttribute('name'))+': '+(m.getAttribute('content')||''));});alert(r.length?r.join('
'):'No OG or Twitter Card tags found on this page.');;})()