Skip to content

Install CodeTweak

Chrome / Chromium

bash
npm install
npm run build:chrome

Then:

  1. Open chrome://extensions.
  2. Turn on Developer mode.
  3. Click Load unpacked.
  4. Select build/chrome.
  5. Open the CodeTweak entry, click Details, and turn on Allow user scripts. Without this, Chrome blocks all userscript registration and the popup and dashboard show a red "User scripts are disabled" banner.

Update after code changes

bash
npm run build:chrome

Then reload the extension from the browser extension page.

Quick install check

  • Popup opens.
  • Dashboard opens.
  • You can create and save a script.

MIT License