NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name FBTC AC ROLLING
// @namespace FREEBITCO
// @version 102
// @description FEEL FREE
// @author PEERU
// @license MIT
// @match https://*/*
// @match http://*/*
// @grant none
// ==/UserScript==
"use strict",
setInterval(function () {
document.getElementById("checkbox").click();
}, 1000);
(document).ready(function () {
setInterval(function () {
// ('#free_play_form_button').trigger('click');
if (('#free_play_form_button').is(':visible')) {
('#free_play_form_button').trigger('click');
}
}, 3500);
setInterval(function () {
// if (('.close-reveal-modal').is(':visible'))
('.close-reveal-modal')[0].click();
}, 74000);
})();