// ==UserScript== // @version 1 // @author Winon#2297 // @match https://freebitco.in/* // @name Winon's Freebitco.in AUTO ROLL (without captcha) // @namespace https://greasyfork.org/users/311179 // @description You need to create an account to work in: https://freebitco.in/?r=15804570 // @license GPL-3.0 // @downloadURL none // ==/UserScript== (function() { 'use strict'; var body = $('body'); var count_min = 1; body.prepend( $('
').attr('style',"position:fixed;top:70px;left:0;z-index:999;width:390px;background-color:pink;white: black; text-align: right;") .append( $('
').attr('id','autofaucet') .append($('

').attr('style','text-decoration:underline;').text("Winon's auto roll bot!")) .append($('

').text("If you like, consider making a donation to my BTC address:")) .append($('

').text("16usLSqykRZCAS7j46LnCQggiaSNdJZiEn")) .append($('

').text("(Click to copy)")) .append($('

') ) ).click(function(){ var $temp = $('').val("16usLSqykRZCAS7j46LnCQggiaSNdJZiEn"); body.append($temp); $temp.select(); document.execCommand("copy"); $temp.remove(); }) ).prepend($('