Code-Injector
Code-Injector copied to clipboard
WebExtension
Dunno if this is possible or not, but it'd be neat if I could edit my injections via VSCode or some other text editor, save, and re-load the page... The...
for example the response for a url is "function lol() {console.log('hello')}\nlol()" you could have ``` function parse(input) { return input.replace("console.log", "console.error") } ``` and the returned can be the response...
Add a button to "un-inject" added scripts and styles from a specific rule so that I don't have to disable a rule and reload the page
I have a noob issue. I don't know CSS, but I've been trying to mod YouTube. I've been trying to inject a style into YouTube Watch page with all the...
On line 120: `Move the rule as fisrt of the list.` replaced `fisrt` with `first`
## Problem 1: Injecting into iframes doesn't work **I'm trying to inject the following code into the top frame and all iframes (on any website).** But the code is not...
- Ability to load rules from private GitHub repositories. (I want to store my credentials in a script.) - I want single click auth that some apps are using. -...
https://chromewebstore.google.com/detail/edkcmfocepnifkbnbkmlcmegedeikdeb
`A resource is blocked by OpaqueResponseBlocking` happens when I try to inject some javascript. There should be a workaround since it prevents the main feature of the extension from working....
Hello, Google Chrome just blocked the extension without any warning. The only choice available is to remove the extension... I would like to recover my injected code. How can I...