你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/440248-greasy-fork-user-statistics/discussions/270306,源站連結 點此以跳轉。
shows user statistics as total installs, total scripts etc.
< 脚本 Greasy Fork User Statistics+ 的反馈
Hi! First of all, thank you for the script!
Recently, the script stopped working, so I fixed it by changing language-selector-locale from id to class, as such:
let currentTranslation = translations[document.querySelector('.language-selector-locale').value] || translations.en
I've updated the code and also done the refactoring as well.
Nice!
Hi! First of all, thank you for the script!
Recently, the script stopped working, so I fixed it by changing
language-selector-localefromidtoclass, as such:let currentTranslation = translations[document.querySelector('.language-selector-locale').value] || translations.en