-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylus.user.css
65 lines (57 loc) · 1.26 KB
/
stylus.user.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/* ==UserStyle==
@name Clean Reading Styles
@namespace https://github.com/jay1803/clean-reading-filters
@homepageURL https://github.com/jay1803/clean-reading-filters
@version 1.0.4
@description Modify the page style for a better reading experience.
@author maxOS
==/UserStyle== */
/* Feature list:
- I hate sticky navbar
*/
@-moz-document regexp("https:.*") {
nav,
.fixed,
.position-fixed,
.sticky {
position: unset !important;
}
}
@-moz-document domain("moz.com") {
.position-fixed {
position: unset !important;
}
}
@-moz-document domain("skyword.com") {
.sky-blog-nav-header,
.sky-navigation-wrapper {
position: unset !important;
}
}
@-moz-document domain("mckinsey.com") {
div[data-layer-region="body"]>section {
position: unset !important;
}
}
@-moz-document domain("hbr.org") {
.sticky-top-header.global-nav-container,
.top-header--bar,
.top-header {
position: unset !important;
}
}
@-moz-document domain("newatlas.com") {
.Page-header {
position: unset !important;
}
}
@-moz-document domain("hackernoon.com") {
header {
position: unset !important;
}
}
@-moz-document domain("geeksforgeeks.org") {
.header-main__slider {
position: unset !important;
}
}