Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // define a function to make it easier
- function clickButton() {
- // get the 'button' element and click it
- $('button').click();
- }
- // loop whilst the link is correct
- while(window.location.href === 'https://camorra.world/crime/gta.php') {
- // check if the text 'Select the image that does not belong in a row' is not on the page
- while($('#content').text().indexOf('Select the image that does not belong in a row') === -1) {
- // click the button every 2 minutes
- setInterval(clickButton, 120000);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment