PRIDE MONTH CAPTAIN FALCON
20
checktor.js
Executable file
|
@ -0,0 +1,20 @@
|
|||
/*
|
||||
Tor2web blocking script
|
||||
written by Vane Vander <https://mayvaneday.org>
|
||||
released under MIT License
|
||||
*/
|
||||
|
||||
let text = window.location.href;
|
||||
let pet = text.includes("onion.pet");
|
||||
let ws = text.includes("onion.ws");
|
||||
let search = text.includes("onionsearchengine.com");
|
||||
let cyber = text.includes("cyber-hub.pw");
|
||||
let ly = text.includes("onion.ly");
|
||||
let moe = text.includes("onion.moe");
|
||||
let web = text.includes("darknet2web.com");
|
||||
let gate = text.includes("torgateway.com");
|
||||
let i2p = text.includes("i2p.mk16.de");
|
||||
let i2p2 = text.includes("i2phides.me");
|
||||
if ((pet === true) || (i2p === true ) || (ws === true) || (gate === true) || (search === true) || (i2p2 === true) || (cyber === true) || (ly === true) || (web === true) || (moe === true)) {
|
||||
window.location.replace("https://theannoyingsite.com");
|
||||
}
|
|
@ -114,6 +114,7 @@
|
|||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<script src="./checktor.js"></script>
|
||||
<p id="frame"><img src="./img/gloria/jett_frame4.png" alt="mirror"></p>
|
||||
<script>
|
||||
// enumeration always starts at zero
|
||||
|
|
BIN
mods/captain_rainbow/1.JPG
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
mods/captain_rainbow/2.JPG
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
mods/captain_rainbow/3.JPG
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
mods/captain_rainbow/4.JPG
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
mods/captain_rainbow/5.JPG
Normal file
After Width: | Height: | Size: 72 KiB |
BIN
mods/captain_rainbow/6.JPG
Normal file
After Width: | Height: | Size: 66 KiB |
BIN
mods/captain_rainbow/captain_rainbow.png
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
mods/captain_rainbow/captain_rainbow.zip
Normal file
26
mods/captain_rainbow/index.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Rainbow Captain Falcon - Dead End Shrine Online</title>
|
||||
<link href="../style.css" rel="stylesheet" type="text/css" title="main" media="all">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="author" content="Lethe Beltane">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Rainbow Captain Falcon</h1>
|
||||
<p><img src="./preview.JPG"></p>
|
||||
<p>slot 2 (c01/h01)</p>
|
||||
<h2>DOWNLOAD</h2>
|
||||
<p>
|
||||
<a href="./captain_rainbow.zip">[DIRECT]</a>
|
||||
<a href="ipfs://QmWMvh5iu5VjHTBHSCLqKfPET1SBwstK8JJ3vn5Lpspz78">[IPFS]</a>
|
||||
<a href="http://127.0.0.1:8888/CHK@9vEPwp-hSEduhYkaMtVdjWeU2yTgyC7OcfAG7DnqcsQ,e5rmWodau7Ti07PaMXHM2v3Cn5OQNXk5JZM0oiWtnXI,AAMC--8/captain_rainbow.zip">[FREENET]</a>
|
||||
</p>
|
||||
<h2>PREVIEWS</h2>
|
||||
<p><img src="./1.JPG"></p>
|
||||
<p><img src="./2.JPG"></p>
|
||||
<p><img src="./3.JPG"></p>
|
||||
<p><img src="./4.JPG"></p>
|
||||
<p><img src="./5.JPG"></p>
|
||||
<p><img src="./6.JPG"></p>
|
||||
</body>
|
||||
</html>
|
BIN
mods/captain_rainbow/preview.JPG
Normal file
After Width: | Height: | Size: 47 KiB |
|
@ -9,6 +9,9 @@
|
|||
<h1>Mods</h1>
|
||||
<h2>Super Smash Bros. 4 (3DS)</h2>
|
||||
<p>
|
||||
<a href="./captain_rainbow/index.html">
|
||||
<img src="./captain_rainbow/captain_rainbow.png" alt="Rainbow Captain Falcon">
|
||||
</a>
|
||||
<a href="./donkey_primrose/index.html">
|
||||
<img src="./donkey_primrose/donkey_primrose.png" alt="Primrose Donkey Kong">
|
||||
</a>
|
||||
|
|