whatbere i want
This commit is contained in:
17
dmca.html
17
dmca.html
@ -1,5 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<!-- initialize theme vars
|
||||
https://coolors.co/10002b-240046-3c096c-5a189a-7b2cbf-9d4edd-c77dff-e0aaff -->
|
||||
@ -40,15 +41,21 @@
|
||||
</style>
|
||||
</head>
|
||||
<alerts> </alerts>
|
||||
|
||||
<body>
|
||||
<h1 class="title">dmca</h1>
|
||||
<p>if you believe that any of the content on selenite infringes on your copyright or you are authorized to act on behalf of someone who you believe their copyright has been infringed upon, please submit a notice of copyright infringement to our dmca email with the following:</p>
|
||||
<p>your electronic or physical signature, confirming you are the copyright owner or authorized to act on their behalf</p>
|
||||
<p>if you believe that any of the content on selenite infringes on your copyright or you are authorized to act on
|
||||
behalf of someone who you believe their copyright has been infringed upon, please submit a notice of copyright
|
||||
infringement to our dmca email with the following:</p>
|
||||
<p>your electronic or physical signature, confirming you are the copyright owner or authorized to act on their
|
||||
behalf</p>
|
||||
<p>contact information, including your full name, address, and phone number.</p>
|
||||
<p>the content you believe is being infringed upon (title, url, etc.)</p>
|
||||
<p>a statement that you have a good faith belief that the use of the material in the manner complained of is not authorized by the copyright owner, its agent, or the law</p>
|
||||
<p>the content that the information in the notification is accurate, and under penalty of perjury, that you are authorized to act on behalf of the copyright owner</p>
|
||||
<p>a statement that you have a good faith belief that the use of the material in the manner complained of is not
|
||||
authorized by the copyright owner, its agent, or the law</p>
|
||||
<p>the content that the information in the notification is accurate, and under penalty of perjury, that you are
|
||||
authorized to act on behalf of the copyright owner</p>
|
||||
<p>you may send this to dmca@selenite.cc</p>
|
||||
<p>upon recieving the takedown notification and confirming that the information provided is valid, we will take down all content we believe appropriate</p>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@ -17,7 +17,7 @@ function getHiddenGames() {
|
||||
}
|
||||
|
||||
async function loadGames() {
|
||||
if (type == "g") pageData = { path: "/resources/games-tagged.json", prefix: "semag", type: "g" };
|
||||
if (type == "g") pageData = { path: "/resources/games.json", prefix: "semag", type: "g" };
|
||||
else if (type == "a") pageData = { path: "/resources/apps.json", prefix: "sppa", type: "a" };
|
||||
else { sAlert("this is not valid"); return; }
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<!-- initialize theme vars
|
||||
https://coolors.co/10002b-240046-3c096c-5a189a-7b2cbf-9d4edd-c77dff-e0aaff -->
|
||||
@ -209,7 +210,7 @@
|
||||
const searchInput = document.getElementById("hiddenGamesSearch");
|
||||
let games = [];
|
||||
try {
|
||||
games = await (await fetch("/resources/games-tagged.json")).json();
|
||||
games = await (await fetch("/resources/games.json")).json();
|
||||
} catch {
|
||||
document.getElementById("hiddenGamesList").innerHTML = "<p>failed to load games list</p>";
|
||||
return;
|
||||
@ -279,6 +280,7 @@
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1 class="title">settings</h1>
|
||||
<sections>
|
||||
@ -296,9 +298,12 @@
|
||||
</select>
|
||||
<input type="color" id="colorPicker" style="display: none">
|
||||
<p style="font-size:20px;margin:6px;">toggles</p>
|
||||
<div class="samerow"><input type="checkbox" id="fastMode"><label for="fastMode" title="disables particles, animated background, & other misc effects">fast mode</label></div>
|
||||
<div class="samerow"><input type="checkbox" id="superFastMode"><label for="superFastMode" title="disables all blurs and transparency">super fast mode</label></div>
|
||||
<div class="samerow"><input type="checkbox" id="topGamesToggle"><label for="topGamesToggle">disable top games</label></div>
|
||||
<div class="samerow"><input type="checkbox" id="fastMode"><label for="fastMode"
|
||||
title="disables particles, animated background, & other misc effects">fast mode</label></div>
|
||||
<div class="samerow"><input type="checkbox" id="superFastMode"><label for="superFastMode"
|
||||
title="disables all blurs and transparency">super fast mode</label></div>
|
||||
<div class="samerow"><input type="checkbox" id="topGamesToggle"><label for="topGamesToggle">disable top
|
||||
games</label></div>
|
||||
</section>
|
||||
<section>
|
||||
<h2>tab cloak</h2>
|
||||
@ -342,4 +347,5 @@
|
||||
</section>
|
||||
</sections>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user