-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
137 lines (118 loc) · 6.29 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>imafrogowo Plugins</title>
<meta content="ImAFrogOwO" property="og:title" />
<meta content="OwO ??? I like otters and that animal that goes *QUACK*, but hey welcome to my BetterDiscord plugins page" property="og:description" />
<meta content="https://images.alphacoders.com/656/656662.jpg" property="og:url" />
<meta content="#43B581" data-react-helmet="true" name="theme-color" />
<meta name="twitter:card" content="summary_large_image">
<html>
</head>
<body>
<header class="header">
<nav class="navbar">
<div class="logo">
<h1>imafrogowo Plugins</h1>
</div>
</nav>
</header>
<main class="container">
<div class="grid">
<div class="plugin">
<h2>CakeDay 🎂</h2>
<p>Allowing us to set birthdays – because we're basically the human equivalent of goldfish when it comes
to remembering special dates.</p>
<p class="credit">Credit: voidloops - Original Idea.</p>
<p class="credit">Credit: knewest - CSS Developer.</p>
<a href="https://github.com/ImAFrogOwO/BDPlugins" class="btn">Download</a>
</div>
<div class="plugin">
<h2>AmoledTheme</h2>
<p>Allows you to switch on Amoled Theme (Android Dark Dark Theme)</p>
<a href="https://github.com/ImAFrogOwO/AmoledTheme" class="btn">Download</a>
</div>
<div class="plugin">
<h2>InspectElement</h2>
<p>Allows you to do InspectElement selectively from the message context</p>
<a href="https://github.com/ImAFrogOwO/InspectElement" class="btn">Download</a>
</div>
<div class="plugin">
<h2>AboutMeFix</h2>
<p>About me's abled to be fully seen. AboutMeFix fixing all of discords weird text wrapping</p>
<a href="https://github.com/ImAFrogOwO/BDPlugins" class="btn">Download</a>
</div>
<div class="plugin">
<h2>BulkSave</h2>
<p>Archiving made easy. BulkSave enables the download of numerous images and videos contained within a
single message.</p>
<a href="https://github.com/ImAFrogOwO/BDPlugins" class="btn">Download</a>
</div>
<div class="plugin">
<h2>LastOffline</h2>
<p>Witness the moment with LastLogin. This plugin lets you peer into the most recent instance someone
was online. Our unique approach involves tracking Discord openings and caching the transition from
online to offline, as Discord itself doesn't provide this data.</p>
<a href="https://github.com/ImAFrogOwO/BDPlugins" class="btn">Download</a>
</div>
<div class="plugin">
<h2>MassUnfollowThreads</h2>
<p>Swiftly and quickly leave posts from a click of a button!</p>
<p class="warning">WARNING: This plugin is VERY MUCH considered SELF-BOTTING. Please use at YOUR OWN
RISK</p>
<a href="https://github.com/ImAFrogOwO/BDPlugins" class="btn">Download</a>
</div>
<div class="plugin">
<h2>MemberCountFix</h2>
<p>A solution where complexity met its match. This plugin is a revitalized version of its predecessor,
which was abandoned due to intricate issues. Credit goes to SyndiShanX for inspiring its recreation.
</p>
<a href="https://github.com/ImAFrogOwO/BDPlugins" class="btn">Download</a>
</div>
<div class="plugin">
<h2>MemoryHandler</h2>
<p>An okay solution to discord memory management.</p>
<p class="dep">DEPRECATED: Now considering discord is porting to x64 (64 Bit) applications, this plugin
is now useless.</p>
<a href="https://github.com/ImAFrogOwO/BDPlugins" class="btn">Download</a>
</div>
<div class="plugin">
<h2>RecordVoice</h2>
<p>Unleash your voice with RecordAudio. This plugin empowers desktop users to send voice recordings
effortlessly.</p>
<a href="https://github.com/ImAFrogOwO/BDPlugins" class="btn">Download</a>
</div>
<div class="plugin">
<h2>SafeClick (W.I.P)</h2>
<p>Safety meets curiosity. SafeClick allows you to cautiously explore links and preview their
destinations. Please note, its functionality is a work in progress.</p>
<p class="warning">WARNING: No longer works effectively on as Discord implemented their own Safety
system</p>
<a href="https://github.com/ImAFrogOwO/BDPlugins" class="btn">Download</a>
</div>
<div class="plugin">
<h2>ScrollToLast</h2>
<p>Navigate conversations seamlessly with ScrollToLatest. It whisks you to the freshest messages in a
channel, saving you precious time.</p>
<p class="credit">Credit: square - Original Developer.</p>
<a href="https://github.com/ImAFrogOwO/BDPlugins" class="btn">Download</a>
</div>
<div class="plugin">
<h2>Unshortener</h2>
<p>Long links made simple. Unshortener, powered by an external API (Unshorten), expands any shortened
URL and lays bare its full original form.</p>
<p class="warning">WARNING: This uses an external API which may result in down-time due to API spam.
Uses an library that is not supported by BetterDiscord. Please don't ask for support in said server.
</p>
<a href="https://github.com/ImAFrogOwO/BDPlugins" class="btn">Download</a>
</div>
</div>
</main>
<footer class="footer">
<p>© 2023 ImAFrogOwO</p>
</footer>
</body>
</html>