A collection of userscripts for Screeps that enhance the browser experience.
Visit the published userscripts to install any of the available scripts.
src/- Source userscript filespublic/- Post-processed filesbuild.js- Build script that processes source files
npm run build- Build userscripts for local developmentnpm run build:prod- Build userscripts for productionnpm run watch- Watch mode: automatically rebuilds on file changesnpm run serve- Start a local HTTP server on port 8000npm run lint- Run ESLint
Note: All userscript source files in src/ use the REPO_URL placeholder in both @require and @downloadUrl directives to support both local development and GitHub Pages publishing.