你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/559867-glb-player-page-enhancements-s118,源站連結 點此以跳轉。
Puts 5 tabs above the player attributes table, allowing for a more customised look at a player's build. Also fixed the overflow on speed.
Tabs to show players build with / without EQ and bonuses & also at 79.
Now editable if you always want to start on a certain tab.
// --- USER EDITABLE SETTINGS ---
// Options: 'baseStats', 'normalStats', 'baseBonusStats', 'bonusStats', 'ALG79Stats'
var defaultTab = 'normalStats';
// Set to true to ALWAYS load the defaultTab above.
// Set to false to remember the last tab you clicked.
var persistent = true;
// ------------------------------