You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the Firefox Add-on didn't manage to remove any of the posts that I configured it to remove.
From a quick analysis, I find that the relevant code for figuring out the users language is this. However, when I run window.localStorage.getItem("fbhrar_locale") in dev tools, I get en even if my Facebook is in French.
A workaround would be to have an override for language in case language is not infered correctly.
Some (maybe) relevant background context: I am in Canada (Québec), using Firefox 124.0.2 and just downloaded the extension from the Mozilla add-on page.
The text was updated successfully, but these errors were encountered:
I noticed that the Firefox Add-on didn't manage to remove any of the posts that I configured it to remove.
From a quick analysis, I find that the relevant code for figuring out the users language is this. However, when I run
window.localStorage.getItem("fbhrar_locale")
in dev tools, I geten
even if my Facebook is in French.A workaround would be to have an override for language in case language is not infered correctly.
Some (maybe) relevant background context: I am in Canada (Québec), using Firefox 124.0.2 and just downloaded the extension from the Mozilla add-on page.
The text was updated successfully, but these errors were encountered: