A userscript build of Reddit Enhancement Suite for Greasemonkey, Tampermonkey, and Violentmonkey.
No support is provided. This project is updated when I feel like it. Use at your own risk.
-
Install a userscript manager:
- Tampermonkey (Chrome, Firefox, Edge, Safari, Opera)
- Violentmonkey (Chrome, Firefox, Edge)
- Greasemonkey (Firefox)
-
Download the latest release from GitHub Releases
-
Click on
reddit-enhancement-suite.user.jsto install
# Install dependencies
yarn install
# Development build
yarn once --browsers userscript
# Production build (minified)
yarn build --browsers userscriptOutput: dist/userscript/reddit-enhancement-suite.user.js
- English only: Other locales are not bundled to reduce file size (~1.4 MB vs ~3.9 MB)
- No background page: All functionality runs in the content script
- Storage: Uses GM_getValue/GM_setValue instead of browser.storage
- Cross-origin requests: Uses GM_xmlhttpRequest
GPL-3.0 - See LICENSE
Based on Reddit Enhancement Suite by Steve Sobel and contributors.