-
-
Save dezren39/8fc32f9a2635cc2e36a77130b8ed99b6 to your computer and use it in GitHub Desktop.
Bookmarklet to append a string to the end of a URL
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
window.location.href | |
==================== | |
Bookmarklet to append a string to the end of the URL. | |
1. Create bookmark. | |
2. Edit bookmark URL(Chrome) / Location(Firefox) to include this code: javascript:window.location.href=window.location.href+'REPLACETHIS'; | |
3. Now make use of that bookmarklet. | |
Code: javascript:window.location.href=window.location.href+'REPLACETHIS'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
javascript:window.location.href=window.location.href+'?plain=1%27;