Simple CSS to hide block completely.
No "Report a problem" block (2022-05-07) by d1gital_love
Details
Authord1gital_love
LicenseMIT
Categorymozilla
Created
Updated
Size523 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Tested in Firefox 100.
Source code
/* ==UserStyle==
@name No "Report a problem" block (2022-05-07)
@namespace github.com/openstyles/stylus
@version 0.1.2
@description Simple CSS to hide block completely.
@author d1gital_love
@license MIT
==/UserStyle== */
@-moz-document domain("developer.mozilla.org") {
article > .metadata {
/* broken without !important */
display: none !important;
}
/* tested with https://developer.mozilla.org/fr/docs/Web/HTML/Global_attributes/dir in Firefox 100 */
}