Hide promotional banners (conferences, promo events)
Hide Promo Banners - devblogs.microsoft.com by kissaki
Details
Authorkissaki
LicenseAGPL-3.0
Categorydevblogs.microsoft.com
Created
Updated
Size404 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 Hide Promo Banners - devblogs.microsoft.com
@namespace kcode.de/stylus/devblogs.microsoft.com/hide-promo-banners
@version 1.0.0
@description Hide promotional banners (conferences, promo events)
@author Jan Klass
==/UserStyle== */
@-moz-document domain("devblogs.microsoft.com") {
main .alert-banner {
display: none;
}
}