as title
scientificamerican.com remove gift banner by mediter
Details
Authormediter
LicenseCC Zero
Categoryscientificamerican
Created
Updated
Size331 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 scientificamerican.com remove gift banner
@version 20211205.12.36
@namespace userstyles.world/user/mediter
@description as title
@author mediter
@license CC Zero
==/UserStyle== */
@-moz-document domain("scientificamerican.com") {
#promo-header {
display: none !important;
}
}