Free Ripple Roll

Click FreeRiple

// ==UserScript==
// @name         Free Ripple Roll
// @namespace    https://coinfaucet.io/*
// @icon         https://files.coinmarketcap.com/static/img/coins/32x32/ripple.png
// @version      1.1
// @description  Click FreeRiple
// @author       Anderson Mello
// @match        https://coinfaucet.io/*
// @grant        none
// ==/UserScript==

$(document).ready(function(){
         document.getElementsByClassName("cmn-btn btn-yellow")[0].click();

setTimeout(function() {
  location.reload();
}, 3600000);
});