- Download and install Custom JavaScript for Websites 2
- Navigate to website you wish to run script on
- Open installed extension
- Paste the contents of updater.js into the extension
- Modify
const script = '';
by using correct script filename (all available scripts are in/scripts
folder)
Optionally, if you do not want to use autoupdater, you can copy and paste the script directly.
-
Install dependencies:
npm install
-
Run webserver:
npm run dev
-
Turn on DEV mode by setting
MONAR_JS_WEB_HACK_DEV
in localStoragelocalStorage.setItem('MONAR_JS_WEB_HACK_DEV','true')
After finishing your changes, don't forget to build the files
npm run build:prod