forked from MarshMeadow/dantotustatic
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DMCA.html
399 lines (384 loc) · 18.2 KB
/
DMCA.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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Jeanne DMCA info</title>
<style>
/* Dark mode styles */
body {
background-color: #121212;
/* Dark background color */
color: #fff;
/* White text color */
}
.popup {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #333;
/* Darker background color */
padding: 20px;
border: 2px solid #ccc;
border-radius: 10px;
z-index: 1000;
}
.overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,
0,
0,
0.7);
/* Darker semi-transparent black */
z-index: 999;
}
/* Square ring around the close button with rounded corners */
.close-button {
border: 2px solid #fff;
/* White border */
border-radius: 5px;
/* Rounded corners */
padding: 5px 10px;
/* Padding around the button */
background-color: transparent;
/* Transparent background */
color: #fff;
/* White text color */
cursor: pointer;
/* Cursor style */
}
.close-button:hover {
background-color: #fff;
/* White background color on hover */
color: #121212;
/* Dark text color on hover */
}
</style>
<script>
// Function to show the pop-up window and overlay
function showPopup() {
// Check if the flag 'popupShown' is not set in localStorage
if (!localStorage.getItem("popupShown")) {
// Show the pop-up window and overlay
document.getElementById("popup").style.display = "block";
document.getElementById("overlay").style.display = "block";
// Set the flag 'popupShown' in localStorage to indicate that the popup has been shown
localStorage.setItem("popupShown", "true");
}
}
// Function to close the pop-up window and overlay
function closePopup() {
document.getElementById("popup").style.display = "none";
document.getElementById("overlay").style.display = "none";
}
</script>
<style>
/* CSS Animation for shaking */
@keyframes shake {
0% {
transform: translateX(0);
}
25% {
transform: translateX(-5px) rotate(-1deg);
}
50% {
transform: translateX(5px) rotate(1deg);
}
75% {
transform: translateX(-5px) rotate(-1deg);
}
100% {
transform: translateX(0);
}
}
.shake:hover {
animation: shake 0.5s infinite;
}
</style>
</head>
<body onload="showPopup()">
<!-- Call the function when the page loads -->
<!-- Pop-up window -->
<div id="popup" class="popup">
<h2>Human Verification</h2>
<p>Please verify that you are not a bot.</p>
<!-- Add your verification form or any other content here -->
<button class="close-button" onclick="closePopup()"> Click Here To Verify </button>
<!-- Close button with square ring -->
</div>
<!-- Overlay -->
<div id="overlay" class="overlay"></div>
</body>
</html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Jeanne DMCA related info!">
<meta property="og:url" content="/dmca">
<meta property="og:title" content="Jeanne DMCA info">
<meta property="og:description" content="Jeanne DMCA related info!">
<meta property="og:image" content="https://imgur.com/RwaqUkI.gif">
<link rel="apple-touch-icon" sizes="180x180" href="https://s4.anilist.co/file/anilistcdn/user/avatar/large/b6110204-X922sXE3M8RC.png" />
<link rel="icon" type="image/png" sizes="32x32" href="https://s4.anilist.co/file/anilistcdn/user/avatar/large/b6110204-X922sXE3M8RC.png" />
<link rel="icon" type="image/png" sizes="16x16" href="https://s4.anilist.co/file/anilistcdn/user/avatar/large/b6110204-X922sXE3M8RC.png" />
<link href="/style.css" ref="stylesheet" />
<link rel="manifest" href="favicons/site.webmanifest" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#b24b60" />
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://kit.fontawesome.com/0a1007e48a.js" crossorigin="anonymous"></script>
<title>Jeanne DMCA info</title>
</head>
<style>
html,
body {
overflow-x: hidden;
scroll-behavior: smooth;
}
</style>
<body class="bg-indigo-950">
<!-- NAVBAR -->
<nav class="bg-slate-950 bg-opacity-0 transition bg-transition text-white p-2 fixed w-full z-40">
<div class="container mx-auto flex justify-between">
<div class="flex items-center">
<a href="javascript:void(0);" onclick="incrementCounter()" class="text-2xl font-bold">
<img src="https://s4.anilist.co/file/anilistcdn/user/avatar/large/b6110204-X922sXE3M8RC.png" alt="Dantotsu" class="h-10 transition-opacity hover:opacity-80" />
</a>
<script>
// Retrieve counter value from sessionStorage or default to 0
var cursedCounter = parseInt(sessionStorage.getItem("cursedCounter")) || 0;
function incrementCounter() {
cursedCounter++;
if (cursedCounter % 3 === 0) {
// Redirect to rickroll video
window.location.href = "https://www.youtube.com/watch?v=dQw4w9WgXcQ";
// Reset counter after redirect
sessionStorage.removeItem("cursedCounter");
} else {
// Store the updated counter value in sessionStorage
sessionStorage.setItem("cursedCounter", cursedCounter);
// Reload the page
window.location.reload(true);
}
}
</script>
<small class="text-xs ml-2"></small>
</div>
<div class="flex items-center">
<!-- <div class="relative group"><button id="languageDropdown" class="mr-4 transition-colors hover:text-purple-500"><i class="fa-solid fa-globe"></i></button><ul id="languageOptions" class="absolute hidden bg-white text-black p-2 space-y-1 rounded-lg shadow-md right-0 mt-3"><button class="language-button" data-lang="en">English</button><button class="language-button" data-lang="hi">Hindi</button><button class="language-button" data-lang="es">Spanish</button></ul></div> -->
<!--<a href="https://www.buymeacoffee.com/rebelonion" class="mr-4 transition-colors hover:text-purple-500">
<i class="fa-solid fa-mug-saucer"></i>
</a>
<a href="https://discord.com/invite/4HPZ5nAWwM" class="mr-4 transition-colors hover:text-purple-500">
<i class="fa-brands fa-discord"></i>
</a>
<a href="https://t.me/+gzBCQExtLQo1YTNh" class="mr-4 transition-colors hover:text-purple-500">
<i class="fa-brands fa-telegram"></i>
</a>
<a href="https://github.com/rebelonion/Dantotsu" class="mr-4 transition-colors hover:text-purple-500">
<i class="fa-brands fa-github"></i>
</a>-->
</div>
</div>
</nav>
<!-- HERO -->
<section id="hero" class="text-white py-20 h-screen shadow-lg relative" style="
background-image: url('images/ei_1698849603612-removebg-preview-1.png');
background-size: cover;
background-position: center;
">
<div class="container h-full mx-auto flex flex-col justify-center items-center relative z-10">
<div class="text-center">
<h1 class="text-5xl font-bold" data-lang="en">DISCLAIMER</h1>
<ul style="list-style-type: disc; text-align: left;">
<li><p class="text-lg" data-lang="en">Jeanne by itself only provides an anime and manga tracker and does not provide any anime or manga streaming or downloading capabilities.</p></li>
<li><p class="text-lg" data-lang="en">Jeanne or any of its developers/staff don't host any of the content found inside Jeanne. Any and all images and anime/manga information found in the app are taken from various public APIs (AniList, MyAnimeList, Kitsu).</p></li>
<li><p class="text-lg" data-lang="en">Furthermore, all of the anime/manga links found in Jeanne are taken from various 3rd party plugins and have no affiliation with Jeanne or its staff.</p></li>
<li><p class="text-lg" data-lang="en">Jeanne or it's owners aren't liable for any misuse of any of the contents found inside or outside of the app and cannot be held accountable for the distribution of any of the contents found inside the app.</p></li>
<li><p class="text-lg" data-lang="en">By using Jeanne you comply to the fact that the developer of the app is not responsible for any of the contents found in the app. You also agree to the fact that you may not use Jeanne to download or stream any copyrighted content.</p></li>
<li><p class="text-lg" data-lang="en">If the internet infringement issues are involved, please contact the source website. The developer does not assume any legal responsibility.</p></li>
</ul>
<br>
<p class="text-lg" data-lang="en">Thanks for reading,</p>
<p class="text-lg" data-lang="en">Jeanne Dev Team</p>
<div class="flex justify-center items-center mt-8 space-x-4">
</div>
</div>
</div>
<div id="opbg" class="absolute inset-0 bg-black bg-opacity-80 transition-colors"></div>
</section>
<!--Staff popup-->
<div id="staffPopup" class="fixed inset-0 z-50 flex items-center justify-center hidden rounded-md">
<div class="bg-slate-800 p-4 md:mx-4 rounded-lg shadow-lg w-full md:w-auto max-h-[80vh] overflow-y-auto">
<div class="text-right">
<button id="closePopup" class="text-white hover:text-gray-500 text-xl p-4">
<i class="fa-solid fa-times"></i>
</button>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div class="bg-slate-900 p-4 rounded-lg shadow-md">
<img src="https://avatars.githubusercontent.com/u/87634197?v=4" alt="Rebel Union" class="w-20 h-20 rounded-full mb-2 shake" id="rebelOnionAvatarPopup" />
<p class="text-lg text-purple-600 font-bold mb-2" id="rebelOnionName"> Rebel Onion </p>
<p class="text-gray-500" id="rebelOnionDesc">Creator of Jeanne</p>
<!-- social icons-->
<div class="flex items-center mt-4">
<a href="https://www.buymeacoffee.com/rebelonion" class="mr-4 text-white hover:text-purple-500">
<i class="fa-solid fa-mug-saucer"></i>
</a>
<a href="https://www.github.com/rebelonion" class="mr-4 text-white hover:text-purple-500">
<i class="fa-brands fa-github"></i>
</a>
<a href="https://discordapp.com/users/714249925248024617" class="mr-4 text-white hover:text-purple-500">
<i class="fa-brands fa-discord"></i>
</a>
</div>
</div>
<script>
document.addEventListener("DOMContentLoaded", function() {
// Initial values
const originalName = "Rebel Onion";
const originalDesc = "Creator of Jeanne";
const originalAvatarSrc = "https://avatars.githubusercontent.com/u/87634197?v=4";
let hoverCount = 0;
let shakeCount = 0;
// Function to start shaking the avatar
function shakeAvatar() {
document.getElementById("rebelOnionAvatarPopup").classList.add("shake");
setTimeout(function() {
document.getElementById("rebelOnionAvatarPopup").classList.remove("shake");
}, 500); // Stop shaking after 0.5 seconds
}
function triggerEasterEgg() {
console.log("Easter egg triggered!"); // Check if this message appears in the console
document.getElementById("rebelOnionName").textContent = "Miku is Love❤️❤️❤️";
document.getElementById("rebelOnionDesc").textContent = "Worlds No 1 Hatsune Miku Fan";
}
// Reset counts and enable shaking when the popup is opened
function resetCountsAndShaking() {
hoverCount = 0;
shakeCount = 0;
}
// Event handler for mouseover event on the avatar
function handleHover() {
if (hoverCount < 3) {
hoverCount++;
shakeAvatar();
if (hoverCount === 3) {
triggerEasterEgg();
}
}
}
// Event handler for click event on the avatar (for mobile devices)
function handleClick() {
if (shakeCount < 3) {
shakeCount++;
shakeAvatar();
if (shakeCount === 3) {
triggerEasterEgg();
}
}
}
// Open the staff showcase popup
document.getElementById("openPopup").addEventListener("click", function() {
document.getElementById("staffPopup").classList.remove("hidden");
resetCountsAndShaking(); // Reset counts and enable shaking
// Enable shaking on the profile picture
document.getElementById("rebelOnionAvatarPopup").addEventListener("mouseover", handleHover);
// Enable shaking on mobile devices by clicking the profile picture
let isMobile = /iPhone|iPad|iPod|Android/i.test(navigator.userAgent);
if (isMobile) {
document.getElementById("rebelOnionAvatarPopup").addEventListener("click", handleClick);
}
});
// Close the staff showcase popup
document.getElementById("closePopup").addEventListener("click", function() {
document.getElementById("staffPopup").classList.add("hidden");
// Reset elements to their original values
document.getElementById("rebelOnionName").textContent = originalName;
document.getElementById("rebelOnionDesc").textContent = originalDesc;
document.getElementById("rebelOnionAvatarPopup").src = originalAvatarSrc;
// Remove event listeners
document.getElementById("rebelOnionAvatarPopup").removeEventListener("mouseover", handleHover);
document.getElementById("rebelOnionAvatarPopup").removeEventListener("click", handleClick);
});
});
</script>
<div class="bg-slate-900 p-4 rounded-lg shadow-md">
<img src="https://avatars.githubusercontent.com/u/167056923?v=4" alt="aayush262" class="w-20 h-20 rounded-full mb-2" />
<p class="text-lg text-purple-600 font-bold mb-2">Itsmechinmoy</p>
<p class="text-gray-500">I'm a master of hiding Easter eggs! Think you've got what it takes to uncover it on the site? It's like a digital treasure hunt with a mischievous twist!</p>
<div class="flex items-center mt-4">
<a href="https://github.com/u/itsmechinmoy" class="mr-4 text-white hover:text-purple-500">
<i class="fa-brands fa-github"></i>
</a>
<a href="https://discord.com/users/523539866311720963" class="mr-4 text-white hover:text-purple-500">
<i class="fa-brands fa-discord"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- FOOTER -->
<footer class="bg-slate-950 text-white py-4">
<div class="container mx-auto flex flex-col md:flex-row md:items-center md:justify-between">
<div class="md:w-full text-center md:text-left mb-2 md:mb-0">
<p class="text-sm">
<i class="fa-solid fa-code"></i> with <i class="fa-solid fa-heart"></i> by Jeanne Contributors
</p>
</div>
<p>
<center>
<!--<a href="https://pastebin.com/raw/M0nTU8Bg">DMCA</a> • <a href="https://www.buymeacoffee.com/rebelonion">Donate</a> • <a href="https://discord.com/invite/4HPZ5nAWwM">Discord</a> • <a href="https://t.me/+gzBCQExtLQo1YTNh">Telegram</a> • <a href="https://github.com/rebelonion/Dantotsu">Github</a>-->
</center>
</p>
<div class="md:w-full text-center md:text-right">
<button id="openPopup" class="bg-purple-500 hover:bg-purple-600 text-white font-bold py-2 px-4 rounded-full"> Credits </button>
</div>
</div>
</footer>
</body>
<script>
// navbar
window.addEventListener("scroll", function() {
const navbar = document.querySelector("nav");
if (window.scrollY > 0) {
navbar.classList.add("bg-opacity-80");
} else {
navbar.classList.remove("bg-opacity-80");
}
});
window.addEventListener("scroll", function() {
const opbg = document.querySelector("#opbg");
if (window.scrollY > 600) {
opbg.classList.add("bg-opacity-100");
} else {
opbg.classList.remove("bg-opacity-100");
}
});
// Open the staff showcase popup
document.getElementById("openPopup").addEventListener("click", function() {
document.getElementById("staffPopup").classList.remove("hidden");
});
// Close the staff showcase popup
document.getElementById("closePopup").addEventListener("click", function() {
document.getElementById("staffPopup").classList.add("hidden");
});
// reviews
const collapsibleButton = document.getElementById("collapsible");
const content = document.getElementById("content");
let isContentVisible = false;
collapsibleButton.addEventListener("click", function() {
isContentVisible = !isContentVisible;
content.style.display = isContentVisible ? "block" : "none";
});
</script>
</html>