This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
signup.json
73 lines (73 loc) · 1.85 KB
/
signup.json
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
{
"*": {
".wbounce-modal": "removeIf 'newsletter'",
".leadinModal": "remove",
".wppopups-whole": "removeIf 'sign up'",
".exit-intent": "removeIf 'sign up'",
".exit-intent-modal": "remove",
"[id^='smsbump-form']": "remove",
"#ouibounce-modal": "remove"
},
"*.smh.com.au *.theage.com.au": {
"[data-testid='registration-prompt']": "remove",
"#registrationWall": "remove"
},
"*.ishka.com.au": {
"if $(.sign_up_karma_club_popup) defined(CloseClubPoup)": {
"CloseClubPoup": "call"
}
},
"*.nytimes.com": {
".MAG_web_all_Monthly-Sale-dock": "remove"
},
"*.theatlantic.com": {
"#paywall[data-category^='nudge']": "remove"
},
"*.bloomberg.com": {
"#fortress-preblocked-container-root": "remove"
},
"*.ieee.org": {
".lightbox-popup": "removeIf 'create an account'"
},
"*.afr.com": {
"if $([data-testid='SubscriptionPrompt-close'])": {
"[data-testid='SubscriptionPrompt-close']": "click"
}
},
"*.pinterest.com *.pinterest.com.au": {
"if $([data-test-id='giftWrap'])": {
"[data-test-id='giftWrap']": "remove",
"body": "removeStyle"
}
},
"*.vic.gov.au": {
"#subscribe-banner-react": "remove"
},
"*.nature.com": {
".c-site-messages--nature-briefing-email-variant": "remove"
},
"*.boredpanda.com": {
"if $(#subscribe-before-leaving)": {
"#subscribe-before-leaving": "remove",
"#modal-backdrop": "remove",
"body": "removeClass modal-open"
}
},
"*.bbc.com": {
"if $(.tp-modal-open)": {
"body": "removeClass tp-modal-open",
".tp-modal": "remove",
".tp-backdrop": "remove"
}
},
"*.ibtimes.com": {
".grwf2_backdrop": "remove",
".wf2-popover": "remove"
},
"vk.com": {
"#page_bottom_banners_root": "remove",
"if $(.UnauthActionBox)": {
".UnauthActionBox__close": "click"
}
}
}