Remove Blank Space/Ad space at the top of Bluewin Mail.
Bluewin Mail by Stinky188
Details
AuthorStinky188
LicenseNo License
Categoryrich-v02.bluewin.ch
Created
Updated
Size431 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 Remove Blank Space on Bluewin Mail
@version 20230529.15.25
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://rich-v02.bluewin.ch/cp/ps/main/richui/main_swisscom#") {
div[style*="margin:5px auto; height:100%; width:100%; text-align: center;"] {
display: none;
}
#apn-ad-innerWrapper,
#apn-ad-slot-wb1,
#apn-ad-slot-button {
display: none !important;
}
}