Removes the ad-blocker detected sidebar in Outlook.com.
Remove Outlook.com ad-blocker detected sidebar by pgaskin
Mirrored from https://raw.githubusercontent.com/pgaskin/userstyles/master/outlook-adblocker-sidebar.user.css
Details
Authorpgaskin
LicenseNo License
Categoryoffice
Created
Updated
Size702 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Use this along with an ad-blocker like uBlock Origin.
Source code
/* ==UserStyle==
@name Remove Outlook.com ad-blocker detected sidebar
@version 20240510.03.35
@namespace https://userstyles.world/user/pgaskin
@description Removes the ad-blocker detected sidebar in Outlook.com.
@license No License
@author Patrick Gaskin
@homepageURL https://github.com/pgaskin/userstyles
@supportURL https://github.com/pgaskin/userstyles/issues
==/UserStyle== */
@-moz-document url-prefix("https://outlook.live.com/mail/") {
#mainApp #MainModule [data-app-section="NavigationPane"] ~ div:has(a[href="https://go.microsoft.com/fwlink/?linkid=2222646"]):has([aria-label="Set your advertising preferences"]) {
display: none !important;
}
}