Greasy Fork is available in English.
Script to show Eligible Bonus before 1 thousand satoshis. Support me by registering with my ref code: https://freebitco.in/?r=10071414 .
// ==UserScript==
// @name Show Eligible Bonus [[xXx MITY DEV xXx]]
// @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
// ==/UserScript==
//Support me by registering with my ref code: https://freebitco.in/?r=10071414 .
$(document).ready(function(){
$("#bonus_eligible_msg").css("display", "block");
});