Custom Style Script
Add Custom JavaScript (JS) Code or Styles (CSS) to any page.
Extension to inject scripts into whatever web page
Review user movement across collected snapshots.
View collected rating snapshots from the latest 7-day window to assess rating stability.
Compare 1-day, 7-day, and 30-day net growth and growth rate.
Review publication date, version, supported languages, and crawl timestamps.
Review the store description, core capabilities, and common use cases.
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
Inspect the latest comments and rating distribution.
Store average score: 2.0. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.
Review related products from the Chrome Web Store detail page.
Add Custom JavaScript (JS) Code or Styles (CSS) to any page.
Insert custom templates on any website.
Allow to inject script at page start.
Lets you create a keyboard shortcut to the extensions page
Run custom Javascript, each time you visit a website
Inject custom JavaScript (JS) into any webpage, automate tasks, and manage scripts. Ideal for developers and power users.
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.
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.