Greasy Fork is available in English.
shows user statistics as total installs, total scripts etc.
< Opinie na 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-locale
fromid
toclass
, as such:let currentTranslation = translations[document.querySelector('.language-selector-locale').value] || translations.en