// ==UserScript== // @name Show Eligible Bonus // @namespace http://tampermonkey.net/ // @version 1.0 // @description Script to show Eligible Bonus before 1 thousand satoshis. Support me by registering with my ref code: https://freebitco.in/?r=10071414 . // @author MiTyDEV // @match https://freebitco.in/* // @icon https://www.google.com/s2/favicons?sz=64&domain=freebitco.in // @license MIT // @downloadURL none // ==/UserScript== //Support me by registering with my ref code: https://freebitco.in/?r=10071414 . $(document).ready(function(){ $("#bonus_eligible_msg").css("display", "block"); });