-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathnotifications.html
More file actions
79 lines (68 loc) · 3.6 KB
/
notifications.html
File metadata and controls
79 lines (68 loc) · 3.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-W1NGRPL0M5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-W1NGRPL0M5');
</script>
<meta charset="utf-8" />
<title>Universal Scammer List - Notification Management</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:title" content="Universal Scammer List - Notification Management" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.universalscammerlist.com/notifications" />
<link rel="icon" href="/favicon.png" sizes="any" />
<!-- <link rel="icon" href="/icon.svg" type="image/svg+xml"> TODO -->
<!-- <link rel="apple-touch-icon" href="icon.png"> TODO -->
<meta
content="The Universal Scammer List helps Reddit users and subreddits avoid scammers, trolls, and more."
property="og:description" />
<link rel="stylesheet" href="static/css/style.css" />
<meta name="theme-color" content="#fafafa" />
</head>
<body>
<div class="header">
<h1><a href="/">The USL</a></h1>
<a id="hamburger" href="#">
<svg width="30" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<title>menu</title>
<path d="M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z" />
</svg>
</a>
<div id="header-links">
<a href="/">Search</a>
<a href="/start">Getting Started</a>
<a href="/about">How To</a>
<a href="/subreddits">Participants</a>
<a href="/tags">Tags</a>
<a href="https://kofi.regexr.tech/" target="_blank">Donate</a>
</div>
</div>
<h3>USL Notification Management</h3>
<p>
If you're reading this, you've joined as a mod of r/UniversalScammerList. When new mods join, they often have their notifications misconfigured and get irritated at the number of new notifications they are receiving from joining this sub. If this is you, read on to learn how to reduce or eliminate the amount of notifications you get.
</p>
<ul>
<li>
<b>Step 1:</b> Navigate to <a href="https://new.reddit.com/settings/notifications">https://new.reddit.com/settings/notifications</a>. NOTE: This is new reddit because that's the easiest way to manage this setting. You do NOT have to use new reddit before or after this guide, just for the 10 seconds it takes to complete these steps.
</li>
<li>
<b>Step 2:</b> Scroll down to the "Mod notifications" section. From here, either click the toggle to disable all mod notifications or click the arror next to the r/UniversalScammerList row to modify notification settings just for r/UniversalScammerList.
</li>
<img src="static/images/overview.png">
<li>
<b>Step 3:</b> If you want to manage notifications just for r/UniversalScammerList, click the arrow as mentioned above, then either disable all notifications by hitting the toggle (1) or just disable modmail notifications by clicking on the arrow (2) and hitting the toggle.
</li>
<img src="static/images/detailed.png">
</ul>
<p>
And that's it, you're done! That's a super easy guide to reducing the number of notifications you get from joining r/UniversalScammerList. Please feel free to engage the rest of the mod team if you have any questions.
</p>
<script src="static/js/shared.js"></script>
</body>
</html>