Greasy Fork is available in English.
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;
// ------------------------------