Skip to content

Instantly share code, notes, and snippets.

@raphisky
Created May 1, 2016 21:45
Show Gist options
  • Save raphisky/b5bf1c969f11a60288e2828f86faf5a1 to your computer and use it in GitHub Desktop.
Save raphisky/b5bf1c969f11a60288e2828f86faf5a1 to your computer and use it in GitHub Desktop.
put this bookmarklet in your fav bar. Click it anytime, it will take you anywhere.
javascript:(function(t,e){for(var a=Array.prototype.slice.call(document.getElementsByTagName("a")),o=new RegExp("^(javascript|mailto|(https?)?"+e+"/?#)"),n=!1;!n&a.length>0;)i=Math.floor(Math.random()*a.length),o.test(a[i].href)||a[i].href==e?a.splice(i,1):(t=a[i].href,n=!0);document.location.href=t})("http://swapthatlink.com",document.location.href);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment