User:MusikAnimal/scriptManager

User script
scriptManager.js
Annotated screenshot of the scriptManager portal in the sidebar
DescriptionSelectively run your scripts on the fly
Author(s)MusikAnimal
StatusStable
UpdatedNovember 16, 2014; 9 years ago (2014-11-16)
Browser supportAny
Skin supportVector-2022, Vector, monobook
SourceUser:MusikAnimal/scriptManager.js

scriptManager is a script for users who use a lot of scripts. It allows you to selectively run scripts on the fly, rather than having every script ran on every page. Even if you don't use some given script, it's still being downloaded by your browser[1] and/or being ran in it's entirety. This is especially a problem with slower connection speeds and internet plans with limited data.[2]

When enabled, a new heading, "Enable scripts", will show up on your side bar. Under it will be the list of scripts you've added to scriptManager. From there, simply click on whatever script you want to enable.

  1. ^ Technically, it might be cached, but often the script itself is still ran, which has it's toll on page load time just as downloading the script would.
  2. ^ Many scripts make AJAX calls behind the scenes.