Rich Birds подсчет серебра

Добавляет на rich-birds.com подсчет Серебра из яиц на складе и подсчет серебра в час с птиц в магазине.

< Feedback on Rich Birds подсчет серебра

Question/comment

§
Posted: 2018-02-17

rich-birds.com

// ==UserScript==
// @name Rich Birds подсчет серебра
// @description Добавляет на rich-birds.com подсчет Серебра из яиц на складе и подсчет серебра в час с птиц в магазине.
// @namespace richbirdssilvercount
// @version 1.6
// @supportURL alexshiry1@gmail.com
// @grant none
// @include http://rich-birds.com/*
// @include http://rich-birds.org/*
// ==/UserScript==

// После загрузки DOM
window.addEventListener('load',function(){

// Часть 1 для страницы Склад
if(document.location.pathname=='/account/store'){
allsereb=0;
smline=document.querySelectorAll('.sm-line'); //Выборка всех блоков с кол-вом яиц на складе
for (var i1=0;i1'; // Подсчет (Кол-во * Множитель) и запись в блок
cbs+=cbp*mnogs; // Прибавление к общему числу серебра
clfrrgA[i2].insertBefore(csh,clfrrgA[i2].querySelector('input')); // Добавление блока перед Кнопкой "Купить"
}
acsh=document.createElement('center'); // Добавление блока с информацией общего серебра перед всеми птицами
acsh.innerHTML='

Всего серебра в час: '+cbs+'
';
clfrrgA[0].parentElement.parentElement.parentElement.insertBefore(acsh,clfrrgA[0].parentElement.parentElement);
}

// Дополнение для обменника
// Автозаполнение формы на 99% обмен с счета для вывода
if(document.location.pathname=='/account/swap'){
var lbsa=document.querySelectorAll('.field-ars');
var lbs=0;
for(var i=0;i100){
return parseFloat(a)-1;
}else{
document.querySelectorAll('.btn_kup')[0].remove();
return '1';
}
});
}
}
document.getElementById('sum').value=lbs;
document.getElementById('sum').onkeyup();
}

// Дополнение для Склад-Продажа яиц
// Автопереход после сбора яиц к продаже и автопродажа яиц
if(document.location.pathname=='/account/store'){
if(document.location.hash!='#sell'){
document.querySelectorAll('form')[0].setAttribute('action','#sell');
}
}
if(document.location.pathname=='/account/market'){ // Автопродажа яиц
if(document.location.hash=='#autosell'){
document.querySelectorAll('form')[0].setAttribute('action','#');
document.querySelectorAll('.button_0')[0].click();
}
}
});
if(document.location.pathname=='/account/store'){ // Быстрый переход к продаже яиц
if(document.location.hash=='#sell'){
document.location.href='/account/market#autosell';
}
}

§
Posted: 2019-10-03

hi, i have an account with

For purchases: 303319470

On conclusion: 2615977752

i have this many birds

You have collected eggs in 10 minutes total

You sold 120759840 eggs, worth 1207598.40 silver.

You received 603799.2 silver for purchases and 603799.2 silver for withdrawal.

Green Fertility: 100 per hour Cost: 1000 silver Purchased: 165 pcs.

in 10 minutes - 5161 eggs

Yellow Fertility: 600 per hour Cost: 5000 silver Purchased: 89 pcs.

in 10 minutes - 16702 eggs

Brown Fertility: 3200 per hour Cost: 25,000 silver Purchased: 32 pcs.

in 10 minutes - 32028 eggs

Blue Fertility: 14,000 per hour Cost: 100,000 silver Purchased: 34 pcs. in 10 minutes - 148882 eggs

Red Fertility: 80,000 per hour Cost: 500,000 silver Purchased: 4818 pcs.

in 10 minutes - 120557067 eggs

Do you know someone that could buy this account and how much is the value for it? if you find someone i will give you a 5% commision

thanks

Post reply

Sign in to post a reply.