This is a Chrome Extension that will filter Pokemon Showdown so only the relevant pokemon of the month are visible
- Download this repository as a zip
- Extract it
- Open your Chromium based browser of choice
- Type in your search bar:
chrome://extensions
- Turn on developer mode
- Click on the 'Load Unpacked' or an equivalent button
- Open the root folder of the repository
- Click 'Select Folder'
To install this current version from Github, you'd need to have the developer version of Firefox installed.
- Download this repository and branch as a .zip file. (unlike the Chromium version, DO NOT EXTRACT IT)
- In the root of the zip file is one folder; move all of its contents to the root of the zip file.
- Install the developer version of Firefox
- open the developer version of Firefox
- type in your adress bar
about:config
and click Enter - type in the search bar
xpinstall.signatures.required
And toggle it fromTrue
toFalse
- Go to
about:addons
on your search bar - click on the gear wheel and select
install Addon from File
- Select the downloaded zip file and select
Open
This project was brought to me by discord user hannahfantasia. They had the idea for a userscript that would filter Pokemon Showdown, as well as the starter javascript code to filter the Pokemon based on specific element attributes.