A WebExtension that provides improvements to the browsing experience for 9gag.
Provides features, such as:
- A dark or night theme
- Video controls for videos and gifs
- Show NSFW images and gifs when you're not logged in
- Removing the sharing buttons
- General style tweaks
And everything is customizable via settings.
Click above for the Firefox listing |
Click above for the Edge listing |
Note: For Chrome only manual installation is currently supported. To do this, follow these instructions:
- Download the extension file (Better-9gag.crx) here
- Go to Chrome's Extensions page ( chrome://extensions/ )
- Activate the developer mode (it's a switch in the top right) and reload the page
- Drag and drop the downloaded file from your downloads folder into the page
This section is mostly for myself, to have all packaging scripts in one place.
You might need to install the tools web-ext and ManifoldJS before:
npm install --global web-ext
npm install -g manifoldjs
./build.sh firefox|edge|chrome|all
web-ext build
cd ..
manifoldjs -l debug -p edgeextension -f edgeextension -m Better-9gag/manifest.json
# Update the appxmanifest.xml and store assets with your/your extension's information before continuing.
manifoldjs -l debug -p edgeextension package Better\ 9gag/edgeextension/manifest\
- Fabian Große - Initial work - Saphareas
This project, unless otherwise noted, is licensed under the GPLv3 License - see the LICENSE file for details.
Me, the other authors and this project are not in any way associated with 9gag.com and/or it's creators.