Usefullness of this script
|
|
Once in a while I come across a page that I need to change a minor thing to bypass something or whatever.
But this most of the time does not work as for the browser will open a NEW page now! I wanted the script to run on the currently OPEN page.
Just press F12, then type the JS and hit OK!
|
|
|
Thank you, moishy!
For example make the function:
Now the user will only have to type in: color('red') Please let me know if you like my idea |
|
|
Hi!
|
|
|
hey great cept im on a mac and f12 opens dashboard...can u make it like f10 |
|
|
I've updated the script so that mac users should use F10.
|
|
|
thanks ill let u know |
|
|
works perfect thx |
|
|
so lets way i wanted it to click a button that said 1 on it i wood type in 1button.click(); right? |
|
|
No.
Method #2 would be to type document.getElementsByTagName("button")[0].click()
|
|
|
thx |
|
|
Moishy wrote: javascript:void(document.getElementById('whatever').value="new_value");
|