User:ClaudineChionh/Scripts/SkinSwitcher
From Wikipedia, the free encyclopedia
SkinSwitcher is a JavaScript user script that allows users to view a given page in a different skin. As of January 2024[update], the skins available on English Wikipedia are Vector (2022 and 2010), Timeless, Minerva, MonoBook, and ApiOutput.
| This is the documentation page for the User:ClaudineChionh/Scripts/SkinSwitcher.js user script, which was forked from at revision 998366927 of User:Eizen/SkinSwitcher.js. |
ClaudineChionh
| Description | Allows for easy switching between MediaWiki's default skins |
|---|---|
| Authors | Eizen ClaudineChionh |
| Status | Beta |
| Version | 0.3.0 |
| Updated | 28 February 2026 |
| Skins |
|
| Source | User:ClaudineChionh/Scripts/SkinSwitcher.js |
An options menu/toolbox/toolbar is provided in each skin to make skin switching convenient and easy. For Vector (2022 and 2010), Timeless, and MonoBook, a toolbox is provided below "Tools" on the left-hand side of the screen, and for Minerva and ApiOutput, an experimental toolbar is provided across the top of the body of the page.
Installation
You can install this script on this Wikipedia by adding the following to your personal common.js file:
{{subst:lusc|User:ClaudineChionh/Scripts/SkinSwitcher.js}}
which expands to:
mw.loader.load("/w/index.php?title=User:ClaudineChionh/Scripts/SkinSwitcher.js&action=raw&ctype=text/javascript");
Alternatively, you can install the script globally on all Wikimedia wikis by adding the following to your global.js file:
mw.loader.load("//en.wikipedia.org/w/index.php?title=User:ClaudineChionh/Scripts/SkinSwitcher.js&action=raw&ctype=text/javascript");