Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name Final Fast Scrolling
- // @namespace bubo-bubo/gmscripts
- // @description ASC - disable jquery animation.
- // @grant unsafeWindow
- // @run-at document-end
- // @include https://discussions.apple.com/*
- // @include https://discussionsjapan.apple.com/*
- // @include https://discussionskorea.apple.com/*
- // @include https://discussionschinese.apple.com/*
- // @include https://communities.apple.com/*
- // @version 1.0
- // ==/UserScript==
- // Based on Hiroto's efforts. Moded by rccharles.
- var $ = unsafeWindow.jQuery;
- var _debug = 1;
- //console.log('about to initialize');
- // alert("hiroto's version")
- if (_debug) console.log('initializing disable jquery animation (globally)');
- // disable jquery animation (globally)
- $.fx.off = true;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement