Skip to content

Tag: tampermonkey

Tampermonkey .click() not working

I’m trying to auto click a button in tampermonkey, but for some reason the code isn’t executing. Though, if I put the code in console and run it, it works fine. Here it is: Button does not switch dynamically, tried doing an alert when the function runs, doesn’t alert me. Answer Given your co…