Questions tagged as 'tampermonkey'

1
answer

How to get this value inside the div

The div is: <div class="table_box br_0_0_5_5 user_points" style="border-top:none;">4,660</div> Code to paste this div: document.getElementsByClassName("table_box br_0_0_5_5 user_points")[0] How can I get the value "4,660"...
asked by 10.05.2018 / 03:29
1
answer

Auto click button with Tampermonkey

I have a button on a website, which is to thank, I would like to know how to make a script for Tampermonkey, and that when the page loads, it runs this click on this button, based on class thank_user . Thank you This shoul...
asked by 02.06.2017 / 07:05
1
answer

I'm looking for a way to transform JSON into a table automatically in the chorme

My university has a facile website, so I set up schemes to be notified in the discord (using a plugin called Distill and a webhook) every time a note changes. However, the addresses I am updating to check for changes show text in JSON. And disco...
asked by 10.02.2018 / 19:28
1
answer

JS works on Greasemonkey, but does not work directly on the page

I'm doing some testing using Google ReCaptcha. What I'm trying to do is to automatically click on the checkbox when the captcha appears. I took this teste() function from the greasemonkey site and it works perfectly using the pl...
asked by 22.01.2018 / 21:44