-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathindex.html
66 lines (64 loc) · 3.68 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
<html lang="en">
<head>
<title>SharkPools Extension Collection</title>
<script>
if (location.origin.includes("https://sharkpool-sp.github.io")) {
const base = document.createElement("base");
base.setAttribute("href", "/SharkPools-Extensions/");
document.head.appendChild(base);
}
</script>
<base href="https://sharkpools-extensions.vercel.app/">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta content="SharkPools Extension Collection" property="og:title">
<meta content="SharkPools collection of TurboWarp Extensions. Most were made or contributed to by SharkPool." property="og:description">
<meta content="https://sharkpools-extensions.vercel.app/" property="og:url">
<meta content="https://raw.githubusercontent.com/SharkPool-SP/SharkPools-Extensions/main/pages/SP_Text.png" property="og:image">
<meta content="#00a6ff" data-react-helmet="true" name="theme-color">
<link rel="icon" href="Gallery%20Files/main-assets/SP.svg">
<link href="pages/css/main.css" rel="stylesheet">
<link href="pages/css/custom-scroller.css" rel="stylesheet">
<link href="pages/css/search-ui.css" rel="stylesheet">
<!-- Lilita One Font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link href="https://fonts.googleapis.com/css2?family=Lilita+One&display=swap" rel="stylesheet">
</head>
<body style="background-color: #111111">
<div class="navBar">
<img class="toHost" draggable="false" src="Gallery%20Files/main-assets/logo-TW.svg" onclick="window.open('https://turbowarp.org')">
<div class="navHeader">
<span class="title">SharkPool's Extension Collection</span>
<span class="header">SharkPool's collection of TurboWarp Extensions. Most were made or contributed to by SharkPool. Hover for more Details.
<br><span style="color: pink">Please Load Extensions Unsandboxed, otherwise they will not Load.</span>
</span>
</div>
<img class="toSP" draggable="false" src="Gallery%20Files/main-assets/SP.svg" onclick="window.open('https://www.youtube.com/channel/UC26hvmetqYgNB3oFewV_gtg')">
</div>
<div class="innerNav">
<img class="navImg" id="fileType" draggable="false" src="Gallery%20Files/main-assets/download.svg">
<div class="tagBar">
<div class="tag" id="all">All</div>
<div class="tag" id="expanded">Expanded</div>
<div class="tag" id="utilities">Utility</div>
<div class="tag" id="fetching">Fetching</div>
<div class="tag" id="category">Category</div>
<div class="tag" id="addon">Addon</div>
<div class="tag" id="search"><img width="30" draggable="false" src="Gallery%20Files/main-assets/search.svg"></div>
</div>
<img class="navImg" id="contributors" draggable="false" src="Gallery%20Files/main-assets/contributors.svg">
</div>
<script src="pages/scripts/extension-generator.js" defer=""></script>
<script src="pages/scripts/contributor-generator.js" defer=""></script>
<script src="pages/startup.js"></script>
<div class="filters" style="display: none">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<filter id="bloom-filter">
<feGaussianBlur in="SourceGraphic" stdDeviation="5"></feGaussianBlur>
<feComposite in2="SourceGraphic" operator="arithmetic" k2=".5" k3="1" color-interpolation-filters="sRGB"></feComposite>
</filter>
</svg>
</div>
</body>
</html>