Skip to content

Instantly share code, notes, and snippets.

@dephiros
Last active April 17, 2018 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dephiros/d77cebb67179d044e5e2890c628cdf35 to your computer and use it in GitHub Desktop.
Save dephiros/d77cebb67179d044e5e2890c628cdf35 to your computer and use it in GitHub Desktop.
pinboard open all button
javascript:if (window.location.host === "pinboard.in") {Array.prototype.slice.call(document.querySelectorAll("#bookmarks a.bookmark_title")).forEach(function(link) { window.open(link.href, "_blank"); }); } else {alert("only work in pinboard");}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment