F
F
fandorin_official2018-01-27 18:47:33
JavaScript
fandorin_official, 2018-01-27 18:47:33

Why doesn't Greasemonkey click on the button?

All good.
Please tell me, there is one and the same script. At some point, the script clicks on a button on the site:

$('.read_htable input[name=bet]').val(parseFloat(current_bet).toFixed(8));
        var readBtn = $('.read_htable .clRead')[read_write];
        readBtn.click();

If you run this script through Tampermonkey, then the button is pressed, but if through Greasemonkey, it doesn't. Why?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question