bibl2e2

2e2

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/438596/1009067/bibl2e2.js

// ==UserScript==
// @name        bibl2e2
// @description 2e2
// @version 1.0.
// @license MIT
// @namespace Kaznacheev
// ==/UserScript==
 
 $('#double_your_btc_stake').val("0.00000001"*1);

function l(){
 $('#double_your_btc_stake').val($('#double_your_btc_stake').val()*2); 
}
 
 
function w(){
  $('#double_your_btc_stake').val("0.00000002"*1);  
}