Skip to content

alysson-souza/reddit-enhancement-suite-userscript-edition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10,210 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Reddit Enhancement Suite Userscript Edition

Build

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.

Installation

  1. Install a userscript manager:

  2. Download the latest release from GitHub Releases

  3. Click on reddit-enhancement-suite.user.js to install

Building from Source

# Install dependencies
yarn install

# Development build
yarn once --browsers userscript

# Production build (minified)
yarn build --browsers userscript

Output: dist/userscript/reddit-enhancement-suite.user.js

Differences from Browser Extension

  • 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

License

GPL-3.0 - See LICENSE

Credits

Based on Reddit Enhancement Suite by Steve Sobel and contributors.

About

Reddit Enhancement Suite as a userscript for Greasemonkey/Tampermonkey/Violentmonkey. No support provided.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Contributors

Languages

  • JavaScript 91.2%
  • SCSS 8.7%
  • Other 0.1%