mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
Update panels
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./adblock/">adblock</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./mods/">mods</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./panels/">panels</a><br>
|
||||
[ 0 Mar 21 14:55] <a class="DIR" href="./panels/">panels</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./sdthumbs/">sdthumbs</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./tools/">tools</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./user_files/">user_files</a><br>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[5.2K Jan 6 13:13] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[1002 Jan 8 10:51] <a class="EXEC" href="./find-in-page.css">find-in-page.css</a><br>
|
||||
[2.3K Aug 7 16:23] <a class="EXEC" href="./header.css">header.css</a><br>
|
||||
[2.3K Aug 7 2024] <a class="EXEC" href="./header.css">header.css</a><br>
|
||||
[ 922 Jun 8 2023] <a class="EXEC" href="./quick-command-tweaks.css">quick-command-tweaks.css</a><br>
|
||||
[ 979 Nov 24 20:01] <a class="EXEC" href="./speed-dials.css">speed-dials.css</a><br>
|
||||
[ 354 Oct 14 2023] <a class="EXEC" href="./tabcycler.css">tabcycler.css</a><br>
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
<body>
|
||||
<h1>JS</h1><p>
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[1.3K Aug 8 12:39] <a class="EXEC" href="./backup-keyboard-cheat-sheet.js">backup-keyboard-cheat-sheet.js</a><br>
|
||||
[6.2K Jul 22 13:07] <a class="EXEC" href="./backup-search-engines.js">backup-search-engines.js</a><br>
|
||||
[1.3K Aug 8 2024] <a class="EXEC" href="./backup-keyboard-cheat-sheet.js">backup-keyboard-cheat-sheet.js</a><br>
|
||||
[6.2K Jul 22 2024] <a class="EXEC" href="./backup-search-engines.js">backup-search-engines.js</a><br>
|
||||
<br><br>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
<body>
|
||||
<h1>mods</h1><p>
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[ 0 Sep 2 21:58] <a class="DIR" href="./CSS/">CSS</a><br>
|
||||
[ 0 Aug 8 12:39] <a class="DIR" href="./JS/">JS</a><br>
|
||||
[ 0 Sep 2 2024] <a class="DIR" href="./CSS/">CSS</a><br>
|
||||
[ 0 Aug 8 2024] <a class="DIR" href="./JS/">JS</a><br>
|
||||
[5.2K Jan 6 13:13] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[1.5K Jan 6 20:23] <a class="EXEC" href="./custom.unused.css">custom.unused.css</a><br>
|
||||
[ 360 Jan 7 14:35] <a class="EXEC" href="./page-confirm-info-bar.css">page-confirm-info-bar.css</a><br>
|
||||
|
||||
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Executable
+32
@@ -0,0 +1,32 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Radio Stations</title>
|
||||
<link rel="icon" href="radio.png">
|
||||
<style>
|
||||
body {color: white; background: black;}
|
||||
div {display: flex; align-items: center; background: #1a1a1a; border: 1px solid #303030;}
|
||||
div img {height: 80px; padding: 5px 10px;border: 1px solid #303030;}
|
||||
div audio {margin: 0 auto; width: 85vw;}
|
||||
audio::-webkit-media-controls-panel {background-color: #303030;}
|
||||
audio::-webkit-media-controls-mute-button,audio::-webkit-media-controls-play-button {background-color: white; border-radius: 50%;}
|
||||
audio::-webkit-media-controls-current-time-display,audio::-webkit-media-controls-time-remaining-display {color: #fff;}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- Radiorakel -->
|
||||
<iframe src="https://tunein.com/embed/player/s299244/?background=dark" style="width:100%; height:100px;" scrolling="no" frameborder="no"></iframe>
|
||||
<!-- Radio Nova -->
|
||||
<iframe src="https://tunein.com/embed/player/s15237/?background=dark" style="width:100%; height:100px;" scrolling="no" frameborder="no"></iframe>
|
||||
<!-- 3RRR Melbourne -->
|
||||
<iframe src="https://tunein.com/embed/player/s18517/?background=dark" style="width:100%; height:100px;" scrolling="no" frameborder="no"></iframe>
|
||||
<!-- PBS Melbourne -->
|
||||
<iframe src="https://tunein.com/embed/player/s7024/?background=dark" style="width:100%; height:100px;" scrolling="no" frameborder="no"></iframe>
|
||||
<!-- WFMU -->
|
||||
<iframe src="https://tunein.com/embed/player/s28808/?background=dark" style="width:100%; height:100px;" scrolling="no" frameborder="no"></iframe>
|
||||
<!-- NRK P13 -->
|
||||
<div><img src="P13.jpg"></img><audio controls src="https://lyd.nrk.no/nrk_radio_p13_mp3_h"></audio></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 4.6 KiB |
+13
-17
@@ -29,27 +29,23 @@
|
||||
<body>
|
||||
<h1>panels</h1><p>
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./CSS/">CSS</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./HTML/">HTML</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./HTTP/">HTTP</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./JS/">JS</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./res/">res</a><br>
|
||||
[ 0 Jan 6 20:23] <a class="DIR" href="./unicodeChartsPanel/">unicodeChartsPanel</a><br>
|
||||
[ 421 Jan 6 20:23] <a class="EXEC" href="./html-chars.css">html-chars.css</a><br>
|
||||
[ 30K Jan 6 20:23] <a class="EXEC" href="./html-chars.html">html-chars.html</a><br>
|
||||
[4.2K Jan 6 20:23] <a class="EXEC" href="./html-chars.ico">html-chars.ico</a><br>
|
||||
[1.4K Jan 6 20:23] <a class="EXEC" href="./multisearch.html">multisearch.html</a><br>
|
||||
[3.2K Jan 6 20:23] <a class="EXEC" href="./multisearch.ico">multisearch.ico</a><br>
|
||||
[1.2K Jan 6 20:23] <a class="EXEC" href="./multisearch2.html">multisearch2.html</a><br>
|
||||
[ 32K Jan 6 20:23] <a class="EXEC" href="./triplecolors.html">triplecolors.html</a><br>
|
||||
[3.2K Jan 6 20:23] <a class="EXEC" href="./triplecolors.ico">triplecolors.ico</a><br>
|
||||
[1.0K Jan 6 20:23] <a class="EXEC" href="./tunein-radio.html">tunein-radio.html</a><br>
|
||||
[2.2K Jan 6 20:23] <a class="EXEC" href="./tunein-radio.ico">tunein-radio.ico</a><br>
|
||||
[ 0 Mar 21 14:55] <a class="DIR" href="./CSS/">CSS</a><br>
|
||||
[ 0 Mar 21 14:55] <a class="DIR" href="./HTML/">HTML</a><br>
|
||||
[ 0 Mar 21 14:55] <a class="DIR" href="./HTTP/">HTTP</a><br>
|
||||
[ 0 Mar 21 14:55] <a class="DIR" href="./JS/">JS</a><br>
|
||||
[ 0 Mar 21 14:55] <a class="DIR" href="./Radio/">Radio</a><br>
|
||||
[ 0 Mar 21 14:55] <a class="DIR" href="./res/">res</a><br>
|
||||
[ 0 Mar 21 14:55] <a class="DIR" href="./unicodeChartsPanel/">unicodeChartsPanel</a><br>
|
||||
[ 421 Aug 15 2023] <a class="EXEC" href="./html-chars.css">html-chars.css</a><br>
|
||||
[ 30K Jan 15 10:26] <a class="EXEC" href="./html-chars.html">html-chars.html</a><br>
|
||||
[4.2K Nov 25 2022] <a class="EXEC" href="./html-chars.ico">html-chars.ico</a><br>
|
||||
[ 32K Jun 4 2022] <a class="EXEC" href="./triplecolors.html">triplecolors.html</a><br>
|
||||
[3.2K Sep 13 2022] <a class="EXEC" href="./triplecolors.ico">triplecolors.ico</a><br>
|
||||
<br><br>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
6 directories, 10 files
|
||||
7 directories, 5 files
|
||||
<br><br>
|
||||
</p>
|
||||
</html>
|
||||
|
||||
@@ -1,51 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>MultiSearch!</title>
|
||||
<link rel="icon" href="multisearch.ico"/>
|
||||
</head>
|
||||
<body style="color:#ececec;background-color:#26272a">
|
||||
|
||||
<p>Websearch:</p>
|
||||
<input size="30" type="text" id="web" autofocus onkeydown="search(event)">
|
||||
|
||||
<p>Music:</p>
|
||||
<input size="30" type="text" id="music" onkeydown="search(event)">
|
||||
|
||||
<p>Torrents:</p>
|
||||
<input size="30" type="text" id="torrents" onkeydown="search(event)">
|
||||
|
||||
<script>
|
||||
function search(e)
|
||||
{
|
||||
|
||||
if (e.which == 13) { // Enter
|
||||
var input=document.activeElement;
|
||||
var q = encodeURIComponent(input.value);
|
||||
|
||||
switch(input.id) {
|
||||
case("web"):
|
||||
window.open("https://www.google.com/search?q=" + q);
|
||||
window.open("https://duckduckgo.com/?kae=t&t=vivaldi&q=" + q);
|
||||
window.open("https://www.google.com/search?tbm=isch&q=" + q);
|
||||
window.open("https://www.qwant.com/?b=0&theme=1&s=0&q=" + q);
|
||||
window.open("https://www.startpage.com/rvd/search?query=" + q);
|
||||
break;
|
||||
case("music"):
|
||||
window.open("https://no.7digital.com/search?q=" + q);
|
||||
window.open("https://bandcamp.com/search?q=" + q);
|
||||
window.open("https://myzcloud.me/en/search?searchText=" + q);
|
||||
break;
|
||||
case("torrents"):
|
||||
window.open("https://1337x.to/srch?search=" + q);
|
||||
window.open("https://btdig.com/search?q=" + q);
|
||||
window.open("https://limetorrents.cc/search/all/" + q + "/seeds/1/");
|
||||
break;
|
||||
}
|
||||
input.value = "";
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.2 KiB |
@@ -1,42 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<Title>MultiSearch!</title>
|
||||
<link rel="icon" href="multisearch.png"/>
|
||||
</head>
|
||||
<body style="color:#ececec;background-color:#26272a">
|
||||
|
||||
<script>
|
||||
const urlParams = new URLSearchParams(window.location.search);
|
||||
var q = encodeURIComponent(urlParams.get('query'));
|
||||
var type = encodeURIComponent(urlParams.get('type'));
|
||||
|
||||
if (q == "null" || type == "null") {
|
||||
throw new Error("A parameter is null!");
|
||||
}
|
||||
|
||||
switch(type) {
|
||||
case("web"):
|
||||
window.open("https://www.google.com/search?q=" + q);
|
||||
window.open("https://duckduckgo.com/?kae=t&t=vivaldi&q=" + q);
|
||||
window.open("https://www.google.com/search?tbm=isch&q=" + q);
|
||||
window.open("https://www.startpage.com/rvd/search?query=" + q);
|
||||
window.location.href="https://www.qwant.com/?b=0&theme=1&s=0&q=" + q;
|
||||
break;
|
||||
case("music"):
|
||||
window.open("https://no.7digital.com/search?q=" + q);
|
||||
window.open("https://bandcamp.com/search?q=" + q);
|
||||
window.location.href="https://myzcloud.me/en/search?searchText=" + q;
|
||||
break;
|
||||
case("torrents"):
|
||||
window.open("https://1337x.to/srch?search=" + q);
|
||||
window.open("https://btdig.com/search?q=" + q);
|
||||
window.location.href="https://limetorrents.cc/search/all/" + q + "/seeds/1/";
|
||||
break;
|
||||
}
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
@@ -29,17 +29,17 @@
|
||||
<body>
|
||||
<h1>res</h1><p>
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[ 43 Jan 6 20:23] <a class="EXEC" href="./arrow-bl.gif">arrow-bl.gif</a><br>
|
||||
[ 63 Jan 6 20:23] <a class="EXEC" href="./arrow-minus.gif">arrow-minus.gif</a><br>
|
||||
[ 64 Jan 6 20:23] <a class="EXEC" href="./arrow-plus.gif">arrow-plus.gif</a><br>
|
||||
[3.6K Jan 6 20:23] <a class="EXEC" href="./css.ico">css.ico</a><br>
|
||||
[ 766 Jan 6 20:23] <a class="EXEC" href="./html.ico">html.ico</a><br>
|
||||
[6.4K Jan 6 20:23] <a class="EXEC" href="./http.ico">http.ico</a><br>
|
||||
[4.1K Jan 6 20:23] <a class="EXEC" href="./qr.css">qr.css</a><br>
|
||||
[ 201 Jan 6 20:23] <a class="EXEC" href="./qr-1.css">qr-1.css</a><br>
|
||||
[ 200 Jan 6 20:23] <a class="EXEC" href="./qr-2.css">qr-2.css</a><br>
|
||||
[3.7K Jan 6 20:23] <a class="EXEC" href="./script.ico">script.ico</a><br>
|
||||
[3.3K Jan 6 20:23] <a class="EXEC" href="./setup.js">setup.js</a><br>
|
||||
[ 43 Apr 3 2010] <a class="EXEC" href="./arrow-bl.gif">arrow-bl.gif</a><br>
|
||||
[ 63 Jan 23 2020] <a class="EXEC" href="./arrow-minus.gif">arrow-minus.gif</a><br>
|
||||
[ 64 Jan 23 2020] <a class="EXEC" href="./arrow-plus.gif">arrow-plus.gif</a><br>
|
||||
[3.6K May 14 2013] <a class="EXEC" href="./css.ico">css.ico</a><br>
|
||||
[ 766 May 14 2013] <a class="EXEC" href="./html.ico">html.ico</a><br>
|
||||
[6.4K Apr 14 2022] <a class="EXEC" href="./http.ico">http.ico</a><br>
|
||||
[4.1K May 14 2013] <a class="EXEC" href="./qr.css">qr.css</a><br>
|
||||
[ 201 May 17 2013] <a class="EXEC" href="./qr-1.css">qr-1.css</a><br>
|
||||
[ 200 Apr 18 2013] <a class="EXEC" href="./qr-2.css">qr-2.css</a><br>
|
||||
[3.7K Jun 4 2022] <a class="EXEC" href="./script.ico">script.ico</a><br>
|
||||
[3.3K May 17 2013] <a class="EXEC" href="./setup.js">setup.js</a><br>
|
||||
<br><br>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>TuneIn Radio</title>
|
||||
<link rel="icon" href="tunein-radio.ico">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- NRK P13 -->
|
||||
<iframe src="https://tunein.com/embed/player/s215195/" style="width:100%; height:100px;" scrolling="no" frameborder="no"></iframe>
|
||||
<!-- Radio Nova -->
|
||||
<iframe src="https://tunein.com/embed/player/s15237/" style="width:100%; height:100px;" scrolling="no" frameborder="no"></iframe>
|
||||
<!-- Radiorakel -->
|
||||
<iframe src="https://tunein.com/embed/player/s299244/" style="width:100%; height:100px;" scrolling="no" frameborder="no"></iframe>
|
||||
<!-- 3RRR Melbourne -->
|
||||
<iframe src="https://tunein.com/embed/player/s18517/" style="width:100%; height:100px;" scrolling="no" frameborder="no"></iframe>
|
||||
<!-- PBS Melbourne -->
|
||||
<iframe src="https://tunein.com/embed/player/s7024/" style="width:100%; height:100px;" scrolling="no" frameborder="no"></iframe>
|
||||
<!-- WFMU -->
|
||||
<iframe src="https://tunein.com/embed/player/s28808/" style="width:100%; height:100px;" scrolling="no" frameborder="no"></iframe>
|
||||
</body>
|
||||
</html>
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.2 KiB |
@@ -29,8 +29,8 @@
|
||||
<body>
|
||||
<h1>pics</h1><p>
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[ 16K Jan 6 20:23] <a class="EXEC" href="./metall10d.gif">metall10d.gif</a><br>
|
||||
[2.2K Jan 6 20:23] <a class="EXEC" href="./metall5breit.gif">metall5breit.gif</a><br>
|
||||
[ 16K Aug 13 2013] <a class="EXEC" href="./metall10d.gif">metall10d.gif</a><br>
|
||||
[2.2K Aug 13 2013] <a class="EXEC" href="./metall5breit.gif">metall5breit.gif</a><br>
|
||||
<br><br>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user