OctoSpaccHub/public/HashyMagnet/index.html

336 lines
8.4 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<title>HashyMagnet</title>
2022-09-07 20:25:23 +02:00
<meta name="description" content="Generate full BitTorrent Magnet Links from Info Hashes!">
<meta property="og:title" content="HashyMagnet">
2022-09-07 20:25:23 +02:00
<meta property="og:description" content="Generate full BitTorrent Magnet Links from Info Hashes!">
<meta property="og:url" content="https://hub.octt.eu.org/HashyMagnet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2022-09-07 16:13:28 +02:00
<link href="Bubbles.css" rel="stylesheet">
<link rel="shortcut icon" href="../favicon.png" type="image/x-icon">
2022-09-07 16:13:28 +02:00
<link rel="manifest" href="manifest.json">
2022-09-07 00:20:11 +02:00
<style>
Body {
2022-09-07 16:13:28 +02:00
Color: #FFFFFF;
Background-Color: #254070;
2022-09-07 00:20:11 +02:00
Margin: 0px;
Padding: 16px;
2022-09-07 16:13:28 +02:00
Overflow: Hidden;
Text-Align: Center;
Font-Family: Sans-Serif;
2022-09-07 00:20:11 +02:00
}
2022-09-07 20:25:23 +02:00
Body:Not(Input, TextArea) {
User-Select: None;
}
A {
Color: #17C3EA;
}
A:Active {
Color: #0B69BC;
}
A:Hover {
Background: #101060;
Color: #E9FFEE;
}
NoScript, NoScript P {
Font-Size: XX-Large;
}
Input {
2022-09-07 16:13:28 +02:00
Height: 2em;
2022-09-07 20:25:23 +02:00
}
Button {
Height: 2.25em;
}
Input, Button {
2022-09-07 16:13:28 +02:00
Font-Size: Initial;
}
Input, TextArea {
Width: Calc(90% - 8px);
Margin-Top: 8px;
Margin-Bottom: 8px;
}
2022-09-07 20:25:23 +02:00
Input:Disabled, TextArea:Disabled {
Color: #000000;
Background-Color: #EEEEEE;
}
Input, TextArea, Button {
Color: #000000;
Background-Color: #EEFFFF;
Border: Solid #808080 1px;
Border-Radius: 4px;
}
Button {
Color: #202020;
Padding-Left: 0.5em;
Padding-Right: 0.5em;
}
Button:Hover {
Color: #101010;
}
Button:Active {
Color: #000000;
Background-Color: #DDEEEE;
}
Button:Disabled {
Color: #808080;
Background-Color: RGBA(16,16,48,0.5);
}
.Section {
Margin: 4px;
}
.NoWrap {
White-Space: NoWrap;
}
.LeftAlign {
Text-Align: Left;
Margin-Left: Calc(5% + 8px);
}
2022-09-07 16:13:28 +02:00
#Main {
2022-09-07 20:25:23 +02:00
Overflow-X: Hidden;
2022-09-07 16:13:28 +02:00
Overflow-Y: Scroll;
Max-Height: 100vh;
Position: Absolute;
Top: 50%;
Transform: TranslateY(-50%);
Left: 0px;
Right: 0px;
Z-Index: 4;
}
2022-09-07 20:25:23 +02:00
/*
#Title, #Title > Div {
Max-Width: Fit-Content;
Margin: Auto;
2022-09-07 16:13:28 +02:00
}
2022-09-07 20:25:23 +02:00
*/
#ResetBtn {
Color: #FF0000;
Padding-Bottom: 4px;
Width: 2em;
}
#ResetBtn:Active, #ResetBtn:Hover {
Color: #FFFFFF;
Background-Color: #FF0000;
2022-09-07 00:20:11 +02:00
}
</style>
</head>
<body>
2022-09-07 16:13:28 +02:00
<div id="Main">
2022-09-07 20:25:23 +02:00
<div id="Title" class="Section"><div>
<div id="TitleTitle">
<h3>HashyMagnet</h3>
<p>Generate a full Bit<span style="Color:#AAFFFF;">Torrent</span> Magnet Link from an Info Hash...</p>
</div>
2022-09-07 16:13:28 +02:00
<noscript><p>
This is an actual app, not a badly-made website.
<br>
2022-09-07 20:25:23 +02:00
It needs JavaScript to work, so you need to enable it.
2022-09-07 16:13:28 +02:00
<br>
The code is fully open, and you can review it with "View Page Source".
</p></noscript>
2022-09-07 20:25:23 +02:00
<div id="Info">
<h4>Info</h4>
<p>With this app you can generate full <a href="https://en.m.wikipedia.org/wiki/Magnet_URI_scheme" target="_blank" rel="noopener nofollow">BitTorrent Magnet links</a>, complete with trackers, from a simple Info Hash.</p>
<p>You can input your own list of trackers, or you can use the one that's autogenerated by the app from up-to-date lists.</p>
<p>Last updated: 2022-09-07.</p>
<h4>Special Thanks and Credits</h4>
<p>
Tracker lists providers:
<ul id="ListsProviders">
<li><a href="https://github.com/ngosang/trackerslist" target="_blank" rel="noopener nofollow">https://github.com/ngosang/trackerslist</a></li>
<li><a href="https://newtrackon.com" target="_blank" rel="noopener nofollow">https://newtrackon.com</a></li>
</ul>
</p>
<p>
Background animations:
<br>
<a href="https://codinhood.com/micro/animate-octocat-sprite-css" target="_blank" rel="noopener nofollow">https://codinhood.com/micro/animate-octocat-sprite-css</a></p>
<h4>License</h4>
<pre>HashyMagnet
Copyright (C) 2022, OctoSpacc
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <a href="https://www.gnu.org/licenses" target="_blank" rel="noopener nofollow">https://www.gnu.org/licenses</a>.
</pre>
<br>
</div>
</div></div>
2022-09-07 16:13:28 +02:00
<br>
<div class="Section">
<div class="NoWrap">
2022-09-07 20:25:23 +02:00
<button id="ResetBtn"><big><b>x</b></big></button>
<input id="TextBox" placeholder="📝 Paste Hash here...">
2022-09-07 16:13:28 +02:00
</div>
<div class="NoWrap">
2022-09-07 20:25:23 +02:00
<button id="GenerateBtn">🧲 Generate Magnet!</button>
<button id="CopyBtn">📋 Copy</button>
<button id="OpenBtn">🔗 Open</button>
2022-09-07 16:13:28 +02:00
</div>
</div>
<br>
<div class="Section">
2022-09-07 20:25:23 +02:00
<div class="NoWrap LeftAlign">
2022-09-07 16:13:28 +02:00
<label for="TrackersBtn">Trackers list:</label>
<button id="TrackersBtn"></button>
</div>
<textarea id="TrackersArea" placeholder="📜 Paste Trackers here..." rows="8" cols="60"></textarea>
</div>
<br>
</div>
<div class="ocean"><div class="bubble bubble-1"></div><div class="bubble bubble-2"></div><div class="bubble bubble-3"></div><div class="bubble bubble-4"></div><div class="bubble bubble-5"></div><div class="bubble bubble-6"></div><div class="bubble bubble-7"></div><div class="bubble bubble-8"></div><div class="bubble bubble-9"></div><div class="bubble bubble-10"></div><div class="bubble bubble-11"></div></div>
2022-09-07 00:20:11 +02:00
<script>
2022-09-07 16:13:28 +02:00
var Generated = false;
2022-09-07 20:25:23 +02:00
var Trackers = [],
FetchTrackers = [];
var MaxFetchTrackers = 40;
2022-09-07 00:20:11 +02:00
const TrackersSources = [
"https://ngosang.github.io/trackerslist/trackers_best.txt",
2022-09-07 16:13:28 +02:00
"https://newtrackon.com/api/stable",
2022-09-07 00:20:11 +02:00
];
2022-09-07 20:25:23 +02:00
function SplitLines(Text) {
if (Text == "") {
return [];
} else {
return Text.trim().replaceAll("\r","").replace(/\n\s*\n/g,"\n").split("\n")
}
}
async function DoFetchTrackers() {
2022-09-07 16:13:28 +02:00
for (let i = 0; i < TrackersSources.length; i++) {
let Req = await fetch(TrackersSources[i]);
let Data = await Req.text();
2022-09-07 20:25:23 +02:00
FetchTrackers = FetchTrackers.concat(SplitLines(Data));
2022-09-07 16:13:28 +02:00
}
2022-09-07 20:25:23 +02:00
FetchTrackers = FetchTrackers.slice(0,MaxFetchTrackers);
2022-09-07 00:20:11 +02:00
}
2022-09-07 20:25:23 +02:00
function WriteFetchTrackers() {
for (let i = 0; i < FetchTrackers.length; i++) {
TrackersArea.value += FetchTrackers[i] + "\n\n";
2022-09-07 00:20:11 +02:00
}
2022-09-07 20:25:23 +02:00
StoreTrackers();
2022-09-07 16:13:28 +02:00
DoRedraw();
}
function StoreTrackers() {
2022-09-07 20:25:23 +02:00
Trackers = SplitLines(TrackersArea.value);
2022-09-07 16:13:28 +02:00
}
2022-09-07 20:25:23 +02:00
async function CallWriteFetchTrackers() {
await DoFetchTrackers();
WriteFetchTrackers();
2022-09-07 00:20:11 +02:00
}
2022-09-07 16:13:28 +02:00
GenerateBtn.onclick = function() {
2022-09-07 20:25:23 +02:00
TextBox.value = TextBox.value.substr(TextBox.value.lastIndexOf(":")+1);
2022-09-07 00:20:11 +02:00
TextBox.value = "magnet:?xt=urn:btih:" + TextBox.value;
for (let i = 0; i < Trackers.length; i++) {
TextBox.value += "&tr=" + encodeURIComponent(Trackers[i]);
}
2022-09-07 16:13:28 +02:00
Generated = true;
DoRedraw();
};
function DoRedraw() {
2022-09-07 20:25:23 +02:00
TextBox.style = "";
let TextBoxWidth = TextBox.offsetWidth;
2022-09-07 16:13:28 +02:00
if (Generated) {
2022-09-07 20:25:23 +02:00
TextBox.disabled = true;
GenerateBtn.disabled = true;
2022-09-07 16:13:28 +02:00
GenerateBtn.hidden = true;
ResetBtn.hidden = false;
2022-09-07 20:25:23 +02:00
TextBox.style = "Width:" + (TextBoxWidth - ResetBtn.offsetWidth - 12) + "px;"
2022-09-07 16:13:28 +02:00
CopyBtn.hidden = false;
OpenBtn.hidden = false;
} else {
2022-09-07 20:25:23 +02:00
TextBox.disabled = false;
GenerateBtn.disabled = false;
2022-09-07 16:13:28 +02:00
GenerateBtn.hidden = false;
ResetBtn.hidden = true;
CopyBtn.hidden = true;
OpenBtn.hidden = true;
}
2022-09-07 20:25:23 +02:00
if (TextBox.value) {
GenerateBtn.disabled = false;
} else {
GenerateBtn.disabled = true;
}
2022-09-07 16:13:28 +02:00
if (TrackersArea.value) {
2022-09-07 20:25:23 +02:00
TrackersBtn.textContent = "🗑️ Clear";
2022-09-07 16:13:28 +02:00
} else {
TrackersBtn.textContent = "🔄 Refresh";
}
2022-09-07 00:20:11 +02:00
}
2022-09-07 16:13:28 +02:00
ResetBtn.onclick = function() {
TextBox.value = "";
Generated = false;
DoRedraw();
};
CopyBtn.onclick = function() {
navigator.clipboard.writeText(TextBox.value);
};
OpenBtn.onclick = function() {
window.open(TextBox.value);
};
TrackersBtn.onclick = function() {
if (TrackersArea.value) {
TrackersArea.value = "";
2022-09-07 20:25:23 +02:00
StoreTrackers();
2022-09-07 16:13:28 +02:00
} else {
2022-09-07 20:25:23 +02:00
WriteFetchTrackers();
2022-09-07 16:13:28 +02:00
}
DoRedraw();
};
2022-09-07 20:25:23 +02:00
function TrackersAreaOnChange() {
StoreTrackers();
DoRedraw();
}
TrackersArea.onchange = TrackersAreaOnChange;
TrackersArea.oninput = TrackersAreaOnChange;
TrackersArea.onpaste = TrackersAreaOnChange;
TextBox.onkeydown = function(e) {
if (e.keyCode == 13 && !Generated) {
GenerateBtn.click();
}
};
TextBox.onchange = DoRedraw;
TextBox.oninput = DoRedraw;
TextBox.onpaste = DoRedraw;
window.onresize = DoRedraw;
Info.hidden = true;
TitleTitle.onclick = function() {
Info.hidden = !Info.hidden;
};
2022-09-07 16:13:28 +02:00
DoRedraw();
2022-09-07 20:25:23 +02:00
CallWriteFetchTrackers();
2022-09-07 00:20:11 +02:00
</script>
</body>
</html>