personal dotfiles: my Hyprland config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* stackoverflow annoying cookies */
.js-consent-banner{
	display: none;
}
.js-dismissable-hero{
	display: none;
}
/* stackoverflow distractionless right sidebar */
body.question-page div#sidebar > div:not(.sidebar-related){
    display:none;
}

/* stackoverflow no left sidebar */
body.question-page div#left-sidebar {
    display: none;
}
body.question-page div#content {
    width: 100% !important;
}