- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSubstack.css
More file actions
Latest commit
27 lines (22 loc) · 424 Bytes
/
Copy pathSubstack.css
File metadata and controls
27 lines (22 loc) · 424 Bytes
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
/* ==UserStyle==
@name substack
@description Remove substack junk from substack pages
@match *://*.substack.com/*
@match *://www.piratewires.com/*
==/UserStyle== */
.main-menu-content {
position: fixed;
display: none;
}
.subscribe-widget {
display: none;
}
articlep.button-wrapper {
display: none;
}
articletable.post-meta.big {
display: none
}
div[class^="comment-"] {
display: none
}