I want to make a javascript that being put into any browser's url (assuming google.com is opened already) automatically puts the search query into google search field and clicks on search button.
clicking on search button can be through onclick event of javascript but i want the full process through javascript. As in an automated search for google without typing. Any help would definitely be appreciated.