Skip to content

Instantly share code, notes, and snippets.

@juvian
Created October 21, 2021 23:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juvian/876798992c8f6776c1f513f57e5feed4 to your computer and use it in GitHub Desktop.
Save juvian/876798992c8f6776c1f513f57e5feed4 to your computer and use it in GitHub Desktop.
Neopets disable map animations
// ==UserScript==
// @name Neopets disable map animations
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author Juvian
// @match *://www.neopets.com/objects.phtml
// @match *://www.neopets.com/market_bazaar.phtml
// @match *://www.neopets.com/market_plaza.phtml
// @match *://www.neopets.com/worlds/index_kikolake.phtml
// @match *://www.neopets.com/winter/icecaves.phtml
// @match *://www.neopets.com/winter/terrormountain.phtml
// @match *://www.neopets.com/medieval/index.phtml
// @match *://www.neopets.com/island/index.phtml
// @match *://www.neopets.com/desert/index.phtml
// @icon https://www.google.com/s2/favicons?domain=neopets.com
// @grant none
// ==/UserScript==
setTimeout(_ => createjs.Ticker.interval = 2500000, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment