-
Notifications
You must be signed in to change notification settings - Fork 0
/
shutup.css
95 lines (71 loc) · 1.51 KB
/
shutup.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
/*
* shutup.css 1.2
* web - peanut gallery = bliss
*
* by Steven Frank <stevenf@panic.com>
* <http://stevenf.com/pages/shutup/>
*
* Note:
*
* If you want to RE-ENABLE comments for a specific site, add an
* override after importing this file. For example, to re-enable
* just Slashdot comments:
*
* @import url("http://stevenf.com/pages/shutup/shutup-latest.css");
*
* #commentlisting {
* display: inherit !important;
* }
*
* Be aware that some sites may be affected by more than one rule.
*
*/
/* YouTube (standard and Feather interfaces) */
#watch-comment-panel, #cm {
display: none !important;
}
/* Digg and other sites that use "comments" divs */
.comments, #comments {
display: none !important;
}
/* CNN and other sites that use Disqus */
#disqus_thread {
display: none !important;
}
/* Some Tumblr themes */
.wrapper .main ol.notes {
/* Notes will still be visible when revealed in the Dashboard */
display: none !important;
}
/* Ain't It Cool News */
.block-talkback_story {
display: none !important;
}
/* VersionTracker */
#prodReviews {
display: none !important;
}
/* MacUpdate */
.revcontent {
display: none !important;
}
/* WordPress default Kubrick theme and descendents */
.commentlist {
display: none !important;
}
/* Slashdot */
#commentlisting {
display: none !important;
}
/* CBC News */
#socialcomments {
display: none !important;
}
/* C|Net News.com */
.commentwrapper {
display: none !important;
}
/* Reddit */
.commentarea {
display: none !important;
}