-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_hide-dickbars.user.css
More file actions
160 lines (141 loc) · 3.28 KB
/
_hide-dickbars.user.css
File metadata and controls
160 lines (141 loc) · 3.28 KB
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
/* ==UserStyle==
@name Hide dickbars
@description Hides “dickbars”, i.e. annoying CTAs and floating bars in several websites.
@author Heracles Papatheodorou <email@heracl.es> (https://heracl.es)
@namespace https://heracl.es
@homepageURL https://github.com/Arty2/userstyles
@updateURL https://raw.githubusercontent.com/Arty2/userstyles/master/_hide-dickbars.user.css
@supportURL https://github.com/Arty2/userstyles/issues
@version 0.1.28
@license MIT License
==/UserStyle== */
/* TODO: Add to all domains an indicator to show the styles are active. Display for a few seconds only. */
/* html::before {
content: "Ð";
position: fixed;
bottom: 10px;
right: 16px;
z-index: 1000;
color: red;
font-size: 16px;
} */
@-moz-document domain("facebook.com") {
#pagelet_growth_expanding_cta {
display: none !important;
}
}
@-moz-document domain("instagram.com") {
div#scrollview + div:has(#loginForm) {
display: none !important;
}
div[style="width: 100%;"]:has(span[aria-label="Log in"]) {
display: none !important;
}
}
@-moz-document domain("twitter.com") {
div[data-testid="BottomBar"] {
display: none !important;
}
}
@-moz-document domain("newyorker.com") {
[class*="PaywallBarWrapper"],
.paywall-bar__wrapper,
.paywall-modal,
.unit-overlay,
#signInContainer {
display: none !important;
}
}
@-moz-document domain("nytimes.com") {
.vi-gateway-container {
overflow: auto !important;
height: auto !important;
position: static !important;
}
div[data-testid="gateway-content"],
div:has(#site-content) + div {
display: none !important;
}
}
@-moz-document domain("wired.com") {
[class^="paywall-"],
[class^="PaywallBarWrapper-"] {
display: none !important;
}
}
@-moz-document domain("artforum.com") {
.paywall-counter {
display: none !important;
}
}
@-moz-document domain("japantimes.co.jp") {
.tp-modal-open {
overflow-y: scroll !important;
}
.tp-backdrop,
.tp-modal {
visibility: hidden !important;
pointer-events: none;
}
}
@-moz-document domain("tumblr.com") {
#glass-container > div[role="dialog"]:first-child {
display: none !important;
}
body#tumblr {
overflow: scroll !important;
}
div[style="background: rgb(124, 92, 255); color: rgb(255, 255, 255);"]:has(button[aria-label="Sign me up"]) {
display: none !important;
}
}
@-moz-document domain("kathimerini.gr") {
#k-footer-paywall,
.articlepaywall article .entry-content::before {
display: none !important;
}
body.articlepaywall {
position: absolute;
overflow: auto;
background: none;
height: auto;
}
.articlepaywall article .entry-content {
position: relative;
max-height: none;
overflow: auto;
}
}
@-moz-document domain("linkedin.com") {
#public_post_contextual-sign-in,
.cta-modal:has([class*="upsell"]) {
display: none;
}
body {
overflow: auto !important;
}
}
@-moz-document domain("theverge.com") {
/* content is removed with JavaScript from the bottom of articles */
#zephr-zone-footer,
#zephr-overlay {
display: none !important;
}
body {
overflow: auto !important;
position: static !important;
}
}
@-moz-document domain("creativeapplications.net") {
#community-widget {
display: none !important;
}
}
@-moz-document domain("elpais.com") {
#pmConsentWall {
display: none !important;
}
body {
overflow: auto !important;
}
}