This extension automatically sets the color theme for the official GW2 wiki to their Vector dark theme without needing to be logged in.
I was tired of the default skin hurting my eyes at night, and didn't want to have to make an account.
If you are on a version lower than
0.3.0
, I recommend updating. This extension no longer needs to be built and is no longer in TypeScript.
The addon can be downloaded from its extension page.
Alternatively, you can download the most recent file from the Releases page. Install it by going to about:addons
, clicking the cog in the upper right of the screen, and selecting Install Add-On From File
.
After installation, navigate to a wiki page and enable Always Allow on wiki.guildwars2.com
.
This will allow the addon to communicate to each wiki tab you may have open, to change your preference between dark/light.
The addon can be downloaded from the Chrome store
See below issue about the Chrome version
If you don't want to install an extension, a more simple userscript can can be found here.
-
Open the gist page and click the "Raw" button.
-
If your UserScript extension doesn't pop up to install the script, copy and paste all of it into a new user script. Save and enable it.
-
Only works on the English wiki currently.
-
Mangles some urls
-
The mode can't be toggled using the action button in the Chrome version. It will need to be disabled when you don't want dark mode.
To build the extension for yourself:
- Clone the repository using git:
git clone https://github.com/ellielle/gw2-wiki-dark.git
cd gw2-wiki-dark
- Make a
zip
archive of thesrc
folder andmanifest.json
Firefox:
- Install it by going to
about:addons
, clicking the cog in the upper right of the screen, and selectingInstall Add-On From File
, and using the archive you just made.
Chrome:
-
Clone the Chrome repository using git:
git clone -b chrome https://github.com/ellielle/gw2-wiki-dark.git
-
Install by going to
chrome:extensions
, clickingLoad unpacked
, and selecting the folder you cloned into.
If using WSL2, see their documentation on WSL2 with GUI apps.
Note: Addons for Firefox need to be signed by Mozilla. You can sign it for self-distribution or adding to AMO on their submission site.
Icon created by /u/sylint19 on Reddit, used and altered with permission.
If you would like to contribute, please fork the repository and open a pull request to the main
branch. Follow the above instructions in Build.