github Jonius7/SteamUI-OldGlory Release_5.7.3
5.7.3

latest releases: Release_5.12.1, Release_5.12, R5.12-pre1...
2 years ago
  • Fix "Invariant failed" bug on Steam Beta
    • Tweaked JS code now using librery.js instead of modifying library.js
    • index.html src tag pointing to librery.js

Compare with Release 5.7.2 | Release 5.7.2 Changelog

VirusTotal


Future Updates:

The JS Tweaks are due a rework in multiple areas:

  • switching to YAML (.yml) format
    • This allows me to store more metadata for the GUI to display, and to be more readable
  • switching from Python replace to using Regex re to find and replace JS strings
    • As the obfuscated JS "1-letter variables" change nearly every Steam update, maintenance of the tweaks is required to keep up.
    • Instead if Regex [a-z] was used, then the variables could be any letter and the tweak would not have to updated nearly as often.
  • More custom "special symbols" that mean different things in order to "find" code more precisely
    • currently the only "special symbol" in use is ~~ (More Information)
    • Will release a guide infographic when I finalise multiple new "special symbols", including being able to search 5 lines back for a particular piece of code.
    • This will allow the extra tweaks of More Context Menu Items and Collapse Game Page Sections to be effectively applied using OldGlory (currently requires manual modifying) More Details

Don't miss a new SteamUI-OldGlory release

NewReleases is sending notifications on new releases.