Answer the question
In order to leave comments, you need to log in
Override JS function in browser?
The crux of the matter is this. I open a site, the site has some set of JS features. The question is, how can I change these functions from my side? You can just paste a function with the same name into the console, but I would like it to be done automatically. GreaseMonkey didn't help
Answer the question
In order to leave comments, you need to log in
You can write an extension for Chrome in js, which will override functions on the site.
Use fiddler . Here is an example of instructions on how to disable the debugger on avito under the https protocol. In the same way, you can change whatever you want. If the traffic is http, then just skip the fiddler certificate import steps:
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question