I already have a batch file containing this command:
start firefox -new-tab www.google.de
Now I want to execute js code on this page automatically, like:
alert('Hello World!');
Just like you can do it in the js console of firefox...
I do not own the website. I want it to make it work with other websites like google.de ...
Obviously I am using firefox and windows.
Thanks in advance!