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)
Tampermonkey, modifying a function programmaticaly fails, but copy-pasting works
It's more of a curiosity than a problem.
So I have a function on a website in classes.min.js
function Div(t){
var e = this.div = document.createElement("div");
e.style.positi...
Azzazzins Creed
Votes: 0
Answers: 1
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 detect keypresses in jQuery regardless of layout?
So basically i am trying to connect clicking links to keys in Tampermonkey. First I tried e.which, but it didn't work with different layouts. Then I tried e.code, but for some reason it only detects p...

dacoconutchemist
Votes: 0
Answers: 2