/* ==UserStyle==
@name Stack Exchange Anti-Distractions
@version 20220226.22.42
@namespace userstyles.world/user/bakkerme
@description A very simple style to remove some of the more distracting elements on Stack Exchange sites. If you're not a fan of being distracted from your work while looking for help, give this a go.
Removals include:
* Hot Network Questions
* Stack Overflow Blog
* Signup Header
* Cookies option popup
This should cover all Stack Exchange domains, but for clarification here's the list of domains the style covers. If there's something that's not covered, raise an issue or a PR on the repo.
* superuser.com
* askubuntu.com
* stackexchange.com
* stackoverflow.com
* mathoverflow.net
* blogoverflow.com
* serverfault.com
* stackapps.com
* stackmod.blog
* stackoverflow.blog
* stackoverflowbusiness.com
* stackoverflowsolutions.com
* superuser.com
* tex-talk.net
* thesffblog.com
@author bakkerme
@license GPL v3.0
==/UserStyle== */
@-moz-document domain("superuser.com"), domain("askubuntu.com"), domain("stackexchange.com"), domain("stackoverflow.com"), domain("mathoverflow.net"), domain("blogoverflow.com"), domain("serverfault.com"), domain("stackapps.com"), domain("stackmod.blog"), domain("stackoverflow.blog"), domain("stackoverflowbusiness.com"), domain("stackoverflowsolutions.com"), domain("superuser.com"), domain("tex-talk.net"), domain("thesffblog.com") {
.s-sidebarwidget.s-sidebarwidget__yellow.s-anchors.s-anchors__grayscale.mb16, #hot-network-questions, .js-freemium-cta, .js-dismissable-hero, .js-consent-banner {
display: none;
}
}