Skip to content

Instantly share code, notes, and snippets.

@retlet
Created December 3, 2012 20:55
Show Gist options
  • Save retlet/4197957 to your computer and use it in GitHub Desktop.
Save retlet/4197957 to your computer and use it in GitHub Desktop.
tumblr jk scroll fix
// ==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;
@retlet
Copy link
Author

retlet commented Dec 3, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment