Steam Activity Filter version history - 3 versions
Steam Activity Filter by ZeroUnderscoreOu
Steam Activity Filter version history - 3 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.4.1resigned1
Released Apr 25, 2024 - 39.91 KBWorks with firefox 42.0 and later, android 48.0 to 68.*Source code released under Custom License
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 1.4.0-1
Released May 27, 2016 - 36.63 KBWorks with firefox 42.0 and later, android 48.0 to 68.*Fixing signing error.Source code released under Custom License
Version 1.4.0
Released May 16, 2016 - 35.16 KBWorks with firefox 42.0 and later- Switched from JPM to WebExtension;
- added respect for secure protocol;
- scoped the whole script;
- scoped the inner stylesheet;
- added ordering of filter by alphabet & type;
- changed filter order from left to right to top to bottom;
- renamed variables ("TempElem" to "TmpElem", "SetNumber" to "DivNumber", "CurDay" to "CrtDay") and CSS class ("ActivityDiv" to "ActivityNames");
- suddenly realized that "Id" should probably be spelt with "d" being lower case;
- removed usage of .btn_small_wide & .btn_small_thin in CSS - while Firefox treats scoped restyling of document-level CSS as scoped, Chrome treats it globally;
- switched usage of for...of to [].forEach.call in ActivityParse() - Chrome doesn't support it for objects yet;
- made several "unframeworking" changes - switched usage of hide() to CSS, $() to document.getElementById(), onclick to addEventListener(), new Element() to document.CreateElement();
- redraw the icons to remove light edges & renamed them;
- updated ReadMe.
Thanks to AMO reviewer Rob W for useful tips.Source code released under Custom License