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
How to get value from page source and put the value to another text field using userscript
I want to get value from below code.
<input name="button" type="button" class="button" onclick="refresh();" id="check_code" style="font-size:1...
Samantha1154
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
Is there a way to allow Tampermonkey to run on the chrome homepage?
I am trying to make an extension using the right click menu. I noticed that the menu didn't display on the Chrome homepage because Tampermonkey didn't run on it. This is my current code:
// ==UserScri...

dacoconutchemist
Votes: 0
Answers: 0