Cleans up the adless layout (The one that appears when using an adblocker) to remove all the crap such as the huge premium promo ad.
Better Adless Layout by sdhEmily
Details
AuthorsdhEmily
LicenseMIT License
Categorymediafire
Created
Updated
Size319 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 Better Adless Layout
@version 20241225.03.23
@namespace sdhEmily
==/UserStyle== */
@-moz-document url-prefix("https://www.mediafire.com/file/") {
.lifetime-promo, p, .ez_banner, #ezPrivacyCenter, .footer {
display: none !important;
}
.dl-box {
margin: 0 auto;
width: 100%;
}
}