Custom Script Injector icon

Custom Script Injector

Extension Actions

How to install Open in Chrome Web Store
CRX ID
jpoddikcmhcgeldknohinkdodadmgnbb
Description from extension meta

Extension to inject scripts into whatever web page

Image from store
Custom Script Injector
Description from store

An easy TamperMonkey substitute that allows you to automatically store and run any custom JavaScript scripts on any websites you want.

**Github code**

https://github.com/aadilmallick/custom-script-injector

**Patch Notes**

- v1.0.0: finish app. Allow scripts to stored, updated, and removed. Scripts will run correctly.
- v1.0.1: add prism code block styling to editor
- v1.0.2: add custom match patterns

**Future tasks**

- [ ] Validate the URL user adds the script to.

Latest reviews

Waadling Penguin
I am the developer on my alt account. To use this effectively (since this is the new user scripts API) you must wrap all your DOM code in a `setTimeout` so you can wait for the page to load.
osirisgothra (osirisgothra)
Must be for older or heavily re-policied chrome, because current security policies won't allow for the scripts to run (they give extensive errors in the console, some in which could be disabled but it appears that some cannot). It might also be a chromium-only thing. I didn't test it there. Regardless of the two, it did not work at all for any of my test cases.