I want to write a function, in which I give 2 parameters to that. First parameter is URL of website in which I want run my code into this Website, and second parameter is JavaScript code which I want to run there. I want to inject my JavaScript code into special URL without opening that URL and without displaying code in console log. Generally I want write a website program that go to a special website and run console automatically.
There is a website(I don't have control) that there are JQuery functions to POST data for insert database, I want write a program that when my page loaded data send to those functions. I can do this with console of browsers, now I want do this automatically and via load a page.