Facebook Container isolates your Facebook activity from the rest of your web activity in order to prevent Facebook from tracking you outside of the Facebook website via third party cookies.
Mozilla Public License 2.0
985
stars
177
forks
source link
is-hidden selector added globaly by Facebook Container #934
Other installed Add-ons + Version + Enabled/Disabled-Status: Facebook Container 2.3.9
Actual behavior
Since Firefox 108 (Win/Mac with Facebook Container add-on enabled), Facebook Container is adding this un-encapsulated ".is-hidden" selector to a page's css. This might affect a given website's behavior in terms of styling/js as this is a quite common naming choice for projects that use css.
In my case .is-hidden was adding an extra display: none rule to a selector inside a component that only needed to use visibility:hidden
Actual behavior
Since Firefox 108 (Win/Mac with Facebook Container add-on enabled), Facebook Container is adding this un-encapsulated ".is-hidden" selector to a page's css. This might affect a given website's behavior in terms of styling/js as this is a quite common naming choice for projects that use css.
In my case .is-hidden was adding an extra display: none rule to a selector inside a component that only needed to use visibility:hidden
Expected behavior
Maybe use .fcb-is-hidden?