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!
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Hi! First of all, thank you for the script!
Recently, the script stopped working, so I fixed it by changing
language-selector-locale
fromid
toclass
, as such:let currentTranslation = translations[document.querySelector('.language-selector-locale').value] || translations.en