Abusive script
This script was stopped while abusing our resources
- Output for 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.29, 8.2.0 - 8.2.23, 8.3.0 - 8.3.11
- <script>
jQuery(document).ready(function() {
// BITONIC
var sellBitonic = jQuery.parseJSON('');
jQuery(".bitcoin .compare-sell-bitonic").html(parseFloat(sellBitonic.price).toFixed(2));
var buyBitonic = jQuery.parseJSON('');
jQuery(".bitcoin .compare-buy-bitonic").html(parseFloat(buyBitonic.price).toFixed(2));
// BITMYMONEY
var bitmymoney = jQuery.parseJSON('');
jQuery(".bitcoin .compare-buy-bitmoney").html(parseFloat(bitmymoney.btc.ask).toFixed(2));
jQuery(".bitcoin .compare-sell-bitmoney").html(parseFloat(bitmymoney.btc.bid).toFixed(2));
// BITKASSA
var bitkassa = ;
jQuery(".bitcoin .compare-buy-bitkassa").html(parseFloat(bitkassa.BTC_EUR.prices.buy).toFixed(2));
jQuery(".bitcoin .compare-sell-bitkassa").html(parseFloat(bitkassa.BTC_EUR.prices.sell).toFixed(2));
// ANYCOIN
var buyAnycoin = ;
var sellAnycoin = ;
jQuery(".bitcoin .compare-buy-anycoin").html(parseFloat(buyAnycoin.Data[0].FiatAmount).toFixed(2));
jQuery(".bitcoin .compare-sell-anycoin").html(parseFloat(sellAnycoin.Data[0].FiatAmount).toFixed(2));
var buyAnycoin = ;
var sellAnycoin = ;
jQuery(".litecoin .compare-buy-anycoin").html(parseFloat(buyAnycoin.Data[0].FiatAmount).toFixed(2));
jQuery(".litecoin .compare-sell-anycoin").html(parseFloat(sellAnycoin.Data[0].FiatAmount).toFixed(2));
var buyAnycoin = ;
var sellAnycoin = ;
jQuery(".ethereum .compare-buy-anycoin").html(parseFloat(buyAnycoin.Data[0].FiatAmount).toFixed(2));
jQuery(".ethereum .compare-sell-anycoin").html(parseFloat(sellAnycoin.Data[0].FiatAmount).toFixed(2));
var buyAnycoin = ;
var sellAnycoin = ;
jQuery(".monero .compare-buy-anycoin").html(parseFloat(buyAnycoin.Data[0].FiatAmount).toFixed(2));
jQuery(".monero .compare-sell-anycoin").html(parseFloat(sellAnycoin.Data[0].FiatAmount).toFixed(2));
var buyAnycoin = ;
var sellAnycoin = ;
jQuery(".stratis .compare-buy-anycoin").html(parseFloat(buyAnycoin.Data[0].FiatAmount).toFixed(2));
jQuery(".stratis .compare-sell-anycoin").html(parseFloat(sellAnycoin.Data[0].FiatAmount).toFixed(2));
var buyAnycoin = ;
var sellAnycoin = ;
jQuery(".neo .compare-buy-anycoin").html(parseFloat(buyAnycoin.Data[0].FiatAmount).toFixed(2));
jQuery(".neo .compare-sell-anycoin").html(parseFloat(sellAnycoin.Data[0].FiatAmount).toFixed(2));
var buyAnycoin = ;
var sellAnycoin = ;
jQuery(".etherclassic .compare-buy-anycoin").html(parseFloat(buyAnycoin.Data[0].FiatAmount).toFixed(2));
jQuery(".etherclassic .compare-sell-anycoin").html(parseFloat(sellAnycoin.Data[0].FiatAmount).toFixed(2));
var buyAnycoin = ;
var sellAnycoin = ;
jQuery(".pivx .compare-buy-anycoin").html(parseFloat(buyAnycoin.Data[0].FiatAmount).toFixed(2));
jQuery(".pivx .compare-sell-anycoin").html(parseFloat(sellAnycoin.Data[0].FiatAmount).toFixed(2));
var buyAnycoin = ;
var sellAnycoin = ;
jQuery(".gulden .compare-buy-anycoin").html(parseFloat(buyAnycoin.Data[0].FiatAmount).toFixed(3));
jQuery(".gulden .compare-sell-anycoin").html(parseFloat(sellAnycoin.Data[0].FiatAmount).toFixed(3));
var buyAnycoin = ;
var sellAnycoin = ;
jQuery(".dogecoin .compare-buy-anycoin").html(parseFloat(buyAnycoin.Data[0].FiatAmount).toFixed(3));
jQuery(".dogecoin .compare-sell-anycoin").html(parseFloat(sellAnycoin.Data[0].FiatAmount).toFixed(3));
var buyAnycoin = ;
var sellAnycoin = ;
jQuery(".dash .compare-buy-anycoin").html(parseFloat(buyAnycoin.Data[0].FiatAmount).toFixed(2));
jQuery(".dash .compare-sell-anycoin").html(parseFloat(sellAnycoin.Data[0].FiatAmount).toFixed(2));
var buyAnycoin = ;
var sellAnycoin = ;
jQuery(".blackcoin .compare-buy-anycoin").html(parseFloat(buyAnycoin.Data[0].FiatAmount).toFixed(3));
jQuery(".blackcoin .compare-sell-anycoin").html(parseFloat(sellAnycoin.Data[0].FiatAmount).toFixed(3));
var buyAnycoin = ;
var sellAnycoin = ;
jQuery(".peercoin .compare-buy-anycoin").html(parseFloat(buyAnycoin.Data[0].FiatAmount).toFixed(2));
jQuery(".peercoin .compare-sell-anycoin").html(parseFloat(sellAnycoin.Data[0].FiatAmount).toFixed(2));
var buyAnycoin = ;
var sellAnycoin = ;
jQuery(".zcash .compare-buy-anycoin").html(parseFloat(buyAnycoin.Data[0].FiatAmount).toFixed(2));
jQuery(".zcash .compare-sell-anycoin").html(parseFloat(sellAnycoin.Data[0].FiatAmount).toFixed(2));
// SATOS
var satos = ;
jQuery.each(satos, function(k,v) {
if (v.pairs === 'EUR/BTC') {
jQuery(".bitcoin .compare-buy-satos").html(parseFloat(satos[k].buy).toFixed(2));
jQuery(".bitcoin .compare-sell-satos").html(parseFloat(satos[k].sell).toFixed(2));
}
if (v.pairs === 'EUR/LTC') {
jQuery(".litecoin .compare-buy-satos").html(parseFloat(satos[k].buy).toFixed(2));
jQuery(".litecoin .compare-sell-satos").html(parseFloat(satos[k].sell).toFixed(2));
}
if (v.pairs === 'EUR/BCH') {
jQuery(".bitcoincash .compare-buy-satos").html(parseFloat(satos[k].buy).toFixed(2));
jQuery(".bitcoincash .compare-sell-satos").html(parseFloat(satos[k].sell).toFixed(2));
}
if (v.pairs === 'EUR/XRP') {
jQuery(".ripple .compare-buy-satos").html(parseFloat(satos[k].buy).toFixed(2));
jQuery(".ripple .compare-sell-satos").html(parseFloat(satos[k].sell).toFixed(2));
}
});
});
</script>