For users of the Facebook Container extension that don't like seeing the badge all over the web.
Invisible Facebook Container by danielrozenberg
Imported from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/261997.user.css
Details
Authordanielrozenberg
LicenseNONE
Categoryglobal
Created
Updated
Size409 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Invisible Facebook Container
@namespace USO Archive
@author Daniel Rozenberg
@description For users of the Facebook Container extension that don't like seeing the badge all over the web.
@version 20230508.15.44
@license NONE
@preprocessor uso
==/UserStyle== */
@-moz-document regexp(".*")
{
body > .fbc-badge
{
display: none !important;
}
}