Get CodeTweak up and running in your browser with this comprehensive installation guide.
The easiest way to install CodeTweak is through the Chrome Web Store.
Install CodeTweak manually using the source code from GitHub.
git clone https://github.com/MrBlankCoding/CodeTweak.git
chrome://extensions/
Chrome
folder from the extracted CodeTweak files
CodeTweak requests several permissions to provide its functionality. Here's what each permission is used for:
Saves your scripts, settings, and GM API data locally in your browser.
Detects when you navigate to websites where your scripts should run.
Injects your userscripts into web pages (core functionality).
Allows scripts to run on any website you specify in your script configuration.
Shows desktop notifications when scripts execute (optional, can be disabled).
Enables the GM_setClipboard API for scripts that need to copy text.