Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

- ATEN��O:

* COPIE O C�DIGO ABAIXO E COLE NA EXTENS�O "TAMPERMONKEY", EM SEGUIDA � S� SALVAR.


VOLTE NO SITE BITSSURFER E CLIQUE EM "START BROWSING"!

* FORTE ABRA�O, CANAL AUTONOMO ENTERPRISE: https://goo.gl/lYY3zE

* COPIE DO // AT� O }); E COLE NA EXTENS�O!

// ==UserScript==
// @name Surf
// @namespace Munem2x
// @icon http://bitssurfer.com/android-icon-192x192.png
// @version 3
// @description Auto surf
// @author Munem2x
// @match http://bitssurfer.com/surf/browse
// @grant none
// @require https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js
// ==/UserScript==

$(document).ready(function(){
setInterval(function(){
if($(".light-green-text:not(:empty)")){
$('#tmr a').mousedown();
$('#tmr a').click();
$('#tmr a').mouseup();
}
},10000);
});

You might also like