mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-17 22:14:26 +01:00
remove redirect
This commit is contained in:
@@ -22,12 +22,14 @@
|
|||||||
<link rel="manifest" href="manifest.json" />
|
<link rel="manifest" href="manifest.json" />
|
||||||
<link rel="shortcut icon" type="image/png" href="./images/rabbit_256.png" />
|
<link rel="shortcut icon" type="image/png" href="./images/rabbit_256.png" />
|
||||||
<script>
|
<script>
|
||||||
|
/*
|
||||||
if (location.hostname === 'syusui-s.github.io' && location.pathname.startsWith('/rabbit/')) {
|
if (location.hostname === 'syusui-s.github.io' && location.pathname.startsWith('/rabbit/')) {
|
||||||
const url = new URL(location.href);
|
const url = new URL(location.href);
|
||||||
url.host = 'rabbit.syusui.net';
|
url.host = 'rabbit.syusui.net';
|
||||||
url.pathname = '/';
|
url.pathname = '/';
|
||||||
location.href = url.href;
|
location.href = url.href;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
</script>
|
</script>
|
||||||
<title>Rabbit</title>
|
<title>Rabbit</title>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user