kylepaulsen / ResourceOverride

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

Don't work with script tags with hash at the end #34

Closed jcubic closed 5 years ago

jcubic commented 5 years ago

I have application that add hash at the end (in query string) to prevent browser cache. And it don't work when I try to overwrite the file with my content.

jcubic commented 5 years ago

I've reading the code and found that you can use *data.js* to match the file, also you need to add * at the beginning to do any match of the file on url.