Bitcoin Lightning Bonbon's der Code
13:30:25Bonbon 'Neminu' 10 Satoshi
Scanne mit einem Lightning Wallet um die Bitcoin zu bekommen
<script type="text/javascript">// <![CDATA[ | |
// Initialise the whole system (above) | |
// Initialise the whole system (above) | |
window.onload = showBonbon; | |
function showBonbon() { | |
try { | |
$.ajax({ | |
url: "bb.pl/", | |
success: function(data) { | |
setElementHTML('myBonbon', '<img src="' + data.bonbon + '" width="260" />'); | |
setElementHTML('myBonbon2', '<img src="' + data.bonbon + '" width="40" />'); | |
setElementHTML('myName', data.name); | |
setElementHTML('myName2', data.name); | |
setElementHTML('myAmount', data.amount); | |
} | |
}); | |
} catch (e) { | |
setElementHTML('myBonbon', data.message); | |
} | |
} | |
function setElementHTML(x, n) { | |
try { | |
document.getElementById(x).innerHTML = n; | |
} catch (e) {} | |
} | |
// ]]></script> |
/* Popup box BEGIN css*/ .hover_bkgr_fricc{ background:rgba(0,0,0,0); cursor:pointer; display:none; height:100%; position:fixed; text-align:center; top:0; width:100%; z-index:10000; } .hover_bkgr_fricc .helper{ display:inline-block; height:100%; vertical-align:middle; } .hover_bkgr_fricc > div { background-color: #fff; box-shadow: 10px 10px 60px #444; display: inline-block; top: 150px; height: auto; max-width: 351px; min-height: 300px; vertical-align: middle; width: 30%; position: relative; border-radius: 8px; padding: 15px 5%; } .popupCloseButton { background-color: #fff; border: 3px solid #999; border-radius: 50px; cursor: pointer; display: inline-block; font-family: arial; font-weight: bold; position: absolute; top: -10px; right: -20px; font-size: 25px; line-height: 30px; width: 30px; height: 30px; text-align: center; } .popupCloseButton:hover { background-color: #ccc; } .trigger_popup_fricc { cursor: pointer; font-size: 20px; margin: 20px; display: inline-block; font-weight: bold; } /* Popup box END css*/