Upload index_old.html
Browse files- index_old.html +9 -2
index_old.html
CHANGED
@@ -6,14 +6,21 @@
|
|
6 |
margin: 0;
|
7 |
}
|
8 |
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
</head>
|
10 |
<body>
|
11 |
<div class="container mt-4">
|
12 |
-
<div align="center">
|
13 |
<script src="https://adm.shinobi.jp/s/f84f8573fb5584b7c4b35d7023307506"></script>
|
14 |
</div>
|
15 |
<br>
|
16 |
-
<div class="prose">
|
17 |
<h1 class="relative group flex items-center"> <a id="hls-streaming-manifest" class="block pr-1.5 text-lg md:absolute md:p-1.5 md:opacity-0 md:group-hover:opacity-100 md:right-full" href="#hls-streaming-manifest">
|
18 |
<span class="header-link"
|
19 |
><svg class="text-gray-500 hover:text-black dark:hover:text-gray-200 w-4" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 256"><path d="M167.594 88.393a8.001 8.001 0 0 1 0 11.314l-67.882 67.882a8 8 0 1 1-11.314-11.315l67.882-67.881a8.003 8.003 0 0 1 11.314 0zm-28.287 84.86l-28.284 28.284a40 40 0 0 1-56.567-56.567l28.284-28.284a8 8 0 0 0-11.315-11.315l-28.284 28.284a56 56 0 0 0 79.196 79.197l28.285-28.285a8 8 0 1 0-11.315-11.314zM212.852 43.14a56.002 56.002 0 0 0-79.196 0l-28.284 28.284a8 8 0 1 0 11.314 11.314l28.284-28.284a40 40 0 0 1 56.568 56.567l-28.285 28.285a8 8 0 0 0 11.315 11.314l28.284-28.284a56.065 56.065 0 0 0 0-79.196z" fill="currentColor"></path></svg
|
|
|
6 |
margin: 0;
|
7 |
}
|
8 |
</style>
|
9 |
+
<script>
|
10 |
+
window.onload = () => {
|
11 |
+
if (document.getElementById('adContainerHeaderDiv').clientHeight === 0) {
|
12 |
+
document.getElementById('proseproseprose').innerHTML = '<strong>Error: Script Blocking Detected</strong><br><br>Script blocking detected.<br>Please disable all ad blockers and script blockers and reload.';
|
13 |
+
}
|
14 |
+
}
|
15 |
+
</script>
|
16 |
</head>
|
17 |
<body>
|
18 |
<div class="container mt-4">
|
19 |
+
<div align="center" id="adContainerHeaderDiv">
|
20 |
<script src="https://adm.shinobi.jp/s/f84f8573fb5584b7c4b35d7023307506"></script>
|
21 |
</div>
|
22 |
<br>
|
23 |
+
<div id="proseproseprose" class="prose">
|
24 |
<h1 class="relative group flex items-center"> <a id="hls-streaming-manifest" class="block pr-1.5 text-lg md:absolute md:p-1.5 md:opacity-0 md:group-hover:opacity-100 md:right-full" href="#hls-streaming-manifest">
|
25 |
<span class="header-link"
|
26 |
><svg class="text-gray-500 hover:text-black dark:hover:text-gray-200 w-4" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 256"><path d="M167.594 88.393a8.001 8.001 0 0 1 0 11.314l-67.882 67.882a8 8 0 1 1-11.314-11.315l67.882-67.881a8.003 8.003 0 0 1 11.314 0zm-28.287 84.86l-28.284 28.284a40 40 0 0 1-56.567-56.567l28.284-28.284a8 8 0 0 0-11.315-11.315l-28.284 28.284a56 56 0 0 0 79.196 79.197l28.285-28.285a8 8 0 1 0-11.315-11.314zM212.852 43.14a56.002 56.002 0 0 0-79.196 0l-28.284 28.284a8 8 0 1 0 11.314 11.314l28.284-28.284a40 40 0 0 1 56.568 56.567l-28.285 28.285a8 8 0 0 0 11.315 11.314l28.284-28.284a56.065 56.065 0 0 0 0-79.196z" fill="currentColor"></path></svg
|