Created
June 21, 2017 18:30
-
-
Save timonus/33ceccea1dcc5b8b9d4021735f8297e7 to your computer and use it in GitHub Desktop.
Redirector Bookmarklet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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