Skip to content

Instantly share code, notes, and snippets.

@timonus
Created June 21, 2017 18:30
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 timonus/33ceccea1dcc5b8b9d4021735f8297e7 to your computer and use it in GitHub Desktop.
Save timonus/33ceccea1dcc5b8b9d4021735f8297e7 to your computer and use it in GitHub Desktop.
Redirector Bookmarklet
// This redirects to a page that contains a link to the page currently being viewed, which can be useful for debugging things.
// Instructions: Create a bookmark then edit its address to be this.
// Video: https://db.tt/DaXP7t66KN
javascript:location.href='https://u121985.dl.dropboxusercontent.com/u/121985/redirect-link.html?url='+encodeURIComponent(location.href);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment