Removes the obnoxious top banner of websites in the trial mode of e-monsite
No e-monsite trial banner by CorbeauBlanc
Details
AuthorCorbeauBlanc
LicenseNo License
Categorye-monsite.com
Created
Updated
Code size360 B
Code checksumabdf72c5
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name No e-monsite trial banner
@version 20250409.15.12
@namespace https://userstyles.world/user/Paint Sniffer
@description Removes the obnoxious top banner of websites in the trial mode of e-monsite
@author Paint Sniffer
==/UserStyle== */
@-moz-document domain("e-monsite.com") {
#ems-try-content {
display: none;
}
}