Hi Everyone, 

I'm trying to run the following script on a webpage via Greasmonkey     var 
button = document.querySelector(".Whatever Button"); 
setInterval(function(){ button.click() },200)) .  Basically  this script 
should keep clicking a button on a webpage. 

The script works just fine from Mozilla developer console. However, it does 
nothing on a webpage via Greasmonkey. Please help me to figure out why. 

Thank you, 


-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to greasemonkey-users+unsubscr...@googlegroups.com.
To post to this group, send email to greasemonkey-users@googlegroups.com.
Visit this group at https://groups.google.com/group/greasemonkey-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to