Auto Faucet
// ==UserScript==
// @name AutoFaucet.My.Id
// @namespace Auto Faucet
// @version 1.0.0
// @description Auto Faucet
// @author Pengangguran
// @match https://autofaucet.my.id/*
// @icon https://autofaucet.my.id/favicon.ico
// @grant none
// @license MIT
// ==/UserScript==
setTimeout(function(){window.location.reload();}, 30000);