python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Can't click on a button, need a solution (userscript for Greasemonkey/Tampermonkey)
I'm trying to click the "Visit" button here:
<a name="claim" href="#" onmousedown="$(this).attr('href', '/sdf/view.php?dsg=45368');"
class="btn-small la...
DummyOne
Votes: 0
Answers: 1
selecting dynamic class names generated by react from a user script?
I tend to write my own user scripts (aka Violentmonkey / Tampermonkey scripts; formerly Greasemonkey scripts). I often end up selecting elements by class name while doing so - either using native java...
zpangwin
Votes: 0
Answers: 1
Why is Greasemonkey javascript reporting an element has a class when web developer tools indicates that it doesnt seem to have
I'm trying to write a greasemonkey script that automtically presses a button on a page, but only if a tab is disabled, the tab shows duplicates records and when I inspect the page in firefox using Web...
Paul Taylor
Votes: 0
Answers: 1
Tampermonkey waitForKeyElements on successive YouTube videos
I have a script that currently does away with those pesky "Continue watching?" prompts on YouTube, using Tampermonkey and waitForKeyElements.
However, it only seems to work if the prompt app...
theCrabNebula
Votes: 0
Answers: 0