您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
script to display number of kills
when script is loaded click the 'change target' button and enter the amount of golden eggs you are targeting to achieve
change the <value>px
to change pos in the following codes:
(function() {
'use strict';
updateValues();
createStyledButton('10px', '0px');
setInterval(updateValues, 1000); // Update values every second (adjust as needed)
})();
function updateValues() {
egg_count = eggs();
displayStyledBox('eggs: ' + egg_count, '50px', '150px');
needed = calculation(target, egg_count);
displayStyledBox(message(needed), '10px', '150px');
}
in the biggening you can see the var increment = 10;
in
var egg_count = 0;
var target = 0;
var needed = 0;
var increment = 10;
change that to var increment = 20;
var increment = 20;
on week days and var increment = 40;
on weekend.I'm python coder and an active shell shockers player