I have a line of code which I want to execute
vTimeReq = 0;
But I want it to be executed through console. Is there any way to pass it to the console with a javascript file and execure it automatically?
P.S. If you ask why, it is because I have this one website, where I need to skip the timer and just inserting the script in a file doesn't help. The only way it will work would be through console.
Thanks a lot!