I am looking to automatically enter information into an HTML via adding parameters in the url (for example google.com?param=test, where "test" will automatically be entered into the google search box). This would ideally be possible without having to modify the code whatsoever, and it could target an with a specific class, id or name.
Any help would be greatly appreciated, thanks!