AnimalQuery

Tries to speedup browsing by disabling jquery animations

As of 2016-05-13. See the latest version.

// ==UserScript==
// @name        AnimalQuery
// @description Tries to speedup browsing by disabling jquery animations
// @version     2016.05.11.2301
// @namespace   https://greasyfork.org/users/30-opsomh
// @run-at      document-idle
// @grant       none
// @include     *
// ==/UserScript==

window.jQuery.fx.off = true;