matthijs110 / chromium-country-flags

Replaces mysterious country codes automatically with the corresponding flag. The solution for Chromium users on Windows!
Other
29 stars 3 forks source link

Not working on Letterboxd #8

Open luuk777w opened 3 weeks ago

luuk777w commented 3 weeks ago

Not working on Letterboxd

matthijs110 commented 3 weeks ago

I am seeing the following styles added by the extention:

<style type="text/css" id="country-flag-fixer-ext">
    #pw-close-btn .circle { font-family: 'Twemoji Country Flags', sans-serif !important; }
    .fixed-mobile-close { font-family: 'Twemoji Country Flags', Helvetica, Arial, sans-serif !important; }
    .pw-siderail-left-close { font-family: 'Twemoji Country Flags', Helvetica, Arial, sans-serif !important; }
    .pw-siderail-right-close { font-family: 'Twemoji Country Flags', Helvetica, Arial, sans-serif !important; }
    #tycheConsole { font-family: 'Twemoji Country Flags', Arial, Helvetica, sans-serif !important; }
</style>

It is missing several elements that do have a class with font-family bound to it. This doesn't seem to be detected by the extention and needs further investigation.