I want to override a js file in the Chrome Devtool because I want to add log or other line to semplify my debug. I think the webapp is written in React. Normally, for override a single file, I just use "save for override" in the devtool and I can modify the local file. This time the file extension include the file version, like .js?v=1111 and the devtool override doesn't work. Does somebody know how to do in this case?