Chrome extension, replace HTML in response code before browser displays it
问题 i wonder if there is some way to do something like that: If im on a specific site i want that some of javascript files to be loaded directly from my computer (f.e. file:///c:/test.js), not from the server. For that i was thinking if there is a possibility to make an extension which could change HTML code in a response which browser gets right before displaying it. So whole process should look like that: request is made browser gets response from server #response is changed# - this is the part