Histórico de versões do Steam Activity Filter - 3 versões
Steam Activity Filter por ZeroUnderscoreOu
Histórico de versões do Steam Activity Filter - 3 versões
Cuidado com versões antigas! Essas versões são exibidas com propósito de referência e testes.Devemos sempre usar a versão mais recente de uma extensão.
Versão mais recente
Versão 1.4.1resigned1
Lançado em 25 de abr de 2024 - 39,91 KBFunciona em firefox 42.0 em diante, android 48.0 até 68.*Código fonte publicado sob Licença personalizada
Baixe o Firefox e instale a extensãoVocê precisa do Firefox para usar esta extensãoVersões mais antigas
Versão 1.4.0-1
Lançado em 27 de mai de 2016 - 36,63 KBFunciona em firefox 42.0 em diante, android 48.0 até 68.*Fixing signing error.Código fonte publicado sob Licença personalizada
Versão 1.4.0
Lançado em 16 de mai de 2016 - 35,16 KBFunciona em firefox 42.0 em diante- 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.Código fonte publicado sob Licença personalizada