BOSS RUSH!!
Stan na
// ==UserScript==
// @name testing
// @namespace https://greasyfork.org/ja/users/941284-ぐらんぴ
// @version 2025-4-26
// @description BOSS RUSH!!
// @author ぐらんぴ
// @match https://pokerogue.net/
// @icon https://www.google.com/s2/favicons?sz=64&domain=pokerogue.net
// @run-at document-start
// @license MIT
// ==/UserScript==
const log = console.log; log('boss rush!!')
Object.defineProperties(Object.prototype, {
'bossSegments': {
get() {
return 2;
},
set(v) {
},
},
})