Created
March 26, 2016 06:33
-
-
Save JavaScript-Packer/4eabc6e9c3dc5f3e9bf2 to your computer and use it in GitHub Desktop.
Bookmarklet to get a web page back to the top without having to scroll all the way back. Add a link too bookmarks, then edit URL to be the JavaScript code provided.
This file contains 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
javascript:void(function(){window.scroll(0,0)}());void(0); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment