I have been using chrome dev tools for some time and I was used to edit javascript
files and override functionality of some things as I need.
Recently I learned about [VM]
files (here). But I can't change the script as I did before in normal js
files. Is there a way to edit that file and put some code there.
Any help..?
Thanks..!!
PS: Currently what I do is add a breakpoint and write my code in the console. This is time consuming and I need to do this every time after the program hit the break point.