Skip to content

Instantly share code, notes, and snippets.

@charliecm
Last active December 7, 2019 22:34
Show Gist options
  • Save charliecm/d7337cad866e10ef79eda086e826590b to your computer and use it in GitHub Desktop.
Save charliecm/d7337cad866e10ef79eda086e826590b to your computer and use it in GitHub Desktop.
Useful bookmarklets for adding items to your accounts.

Useful Bookmarklets

Browser extensions tend to inject CSS/JS into every webpage your visit. A cleaner approach is to use bookmarklets. Simply add the snippets below as bookmarks and access them from your bookmark/address bar.

Pocket

Bookmarklet / Bookmarklet with Login Fix

javascript:window.open('https://getpocket.com/edit?url='+document.location,'PocketAdd','height=360,width=600')

Pinterest

Bookmarklet

javascript:void((function(d){var%20e=d.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','//assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);d.body.appendChild(e)})(document));

Push to Kindle

Bookmarklet

javascript:location.href='https://pushtokindle.fivefilters.org/send.php?url='+encodeURIComponent(document.location.href);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment