Created
December 3, 2012 20:55
-
-
Save retlet/4197957 to your computer and use it in GitHub Desktop.
tumblr jk scroll fix
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
// ==UserScript== | |
// @id www.tumblr.com-598415df-eaaf-8f43-95e3-7b01a0ea17dc@scriptish | |
// @name tumblr jk scroll fix | |
// @version 1.0 | |
// @namespace | |
// @author | |
// @description http://dara-j.asablo.jp/blog/2012/10/17/6605357 | |
// @include http://www.tumblr.com/* | |
// @run-at document-end | |
// ==/UserScript== | |
unsafeWindow.Tumblr.KeyCommands.animate_scroll = false; | |
unsafeWindow.Tumblr.KeyCommands.scroll_speed = 0; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
via. http://dara-j.asablo.jp/blog/2012/10/17/6605357