kylepaulsen / ResourceOverride

An extension to help you gain full control of any website by redirecting traffic, replacing, editing, or inserting new content.
MIT License
470 stars 118 forks source link

Using ResourceOverride as a tampermonkey script #23

Open ZenithRogue opened 6 years ago

ZenithRogue commented 6 years ago

I am wondering if there is a way I can override web resources as you have done here with a tampermonkey script. I want to be able to inject a custom script without the need for users to have this extension. Any ideas?

kylepaulsen commented 6 years ago

I don't know the inner workings of tampermonkey. There might be special functions you can call to set up overrides... but I'm guessing not. As far as I know, tampermoney's primary use case is for injecting userscripts on pages, not intercepting traffic and redirecting or supplying different content.