Skip to content

Less visible Facebook Container by danielrozenberg

Imported from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/172172.user.css

Screenshot of Less visible Facebook Container

Details

Authordanielrozenberg

LicenseCC0-1.0

Categoryglobal

Created

Updated

Size465 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

For users of the Facebook Container extension that don't like seeing the new badge all over the web.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Less visible Facebook Container
@namespace    USO Archive
@author       Daniel Rozenberg
@description  For users of the Facebook Container extension that don't like seeing the new badge all over the web.
@version      20190531.18.17
@license      CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document regexp(".*") {
body > .fbc-badge {
  opacity: 0.25 !important;
}

body > .fbc-badge:hover {
  opacity: 1 !important;
}
}

Reviews

No reviews yet.