Removes distractions from Stackoverflow, Stackexchange, and all network sites
undistractify-stackoverflow by fap
Imported and mirrored from https://github.com/fapdash/undistractify-stackoverflow/raw/main/undistractify-stackoverflow.user.css
Details
Authorfap
LicenseMIT
Categorystackoverflow, stackexchange
Created
Updated
Size860 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 undistractify-stackoverflow
@author fap
@namespace https://github.com/fapdash/undistractify-stackoverflow/
@description `Removes distractions from Stackoverflow, Stackexchange, and all network sites`
@version 20220816.1
@license MIT
==/UserStyle== */
@document domain("superuser.com"), domain("stackoverflow.com"), domain("stackexchange.com"), domain("serverfault.com"), domain("askubuntu.com"), domain("stackapps.com"), domain("mathoverflow.net"), domain("stackexchange.com") {
#hot-network-questions, .module.community-bulletin, module.sidebar-related, #chat-feature, #footer-sites, #left-sidebar.left-sidebar.js-pinned-left-sidebar, #feed-link, #herobox, .s-hero, .ad, .ad-container, .s-sidebarwidget { display: none; }
#content { border-left-width: 0 !important; }
}