This is a extension for common web browsers coded using the WebExtensions API.
This extension simply changes the Wikipedia user interface to the beautiful old vector layout. It is also applied to the other international Wikimedia pages.
Supported Wikimedia projects:
- Wikipedia
- Wiktionary
- Wikiquote
- Wikibooks
- Wikisource
- Wikispecies
- Wikinews
- Wikiversity
- Wikivoyage
- Wikimedia Commons
- Wikidata
- MediaWiki
- Meta-Wiki
- Wikimedia Incubator
- Wikimedia Cloud Services
The extension simply adds "?useskin=vector" to the end of each HTTP request to use the old vector skin.
The extension can be added into Chrome, Edge, Brave and Opera. Unfortunately, Firefox is not supported because Firefox does not currently support the delarativeNetRequest API. Nevertheless, we are releasing Firefox-compatible builds so that you can use the extension as soon as Mozilla adds support for delarativeNetRequest to Firefox.
Old Wiki at the Chrome Web Store
This is a third party extension and is not related to the Wikipedia developer team in any way.
npm install
- Installs all dependencies.npm run build
- Builds the Firefox (.xpi) and the Chrome (.zip) builds.
- Run
npm install
once at the beginning of your development. - Load the extension in your browser.
In Chrome:
- go to
chrome://extensions
- activate developer mode
- then
- click
load unpacked extension
- load the
/extension
folder
- click
- or
- drag & drop the Chrome build file from
/builds
into the tab.
- drag & drop the Chrome build file from
In Firefox:
- go to
about:debugging
- then
- load
extension/manifest.json
- load
- or
- load the Firefox build file from
/builds
.
- load the Firefox build file from
If you like my work, you can support me via PayPal. Thank you!
Thanks to everyone using, supporting and contributing to the extension.
- Append "?useskin=vector" to the end of each HTTP request.
- Apply the vector skin to the remaining international Wikimedia pages:
- Wiktionary
- Wikiquote
- Wikibooks
- Wikisource
- Wikispecies
- Wikinews
- Wikiversity
- Wikivoyage
- Wikimedia Commons
- Wikidata
- MediaWiki
- Meta-Wiki
- Wikimedia Incubator
- Wikimedia Cloud Services
- A popup was added to activate or deactivate the vector skin.
- Fix popup font size for Windows