Upd. HashyMagnet; Add robots.txt

This commit is contained in:
octospacc 2022-09-13 00:17:38 +02:00
parent f170895f91
commit 889a7728e4
2 changed files with 5 additions and 1 deletions

View File

@ -151,7 +151,7 @@ Button:Disabled {
<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>
<p>Last updated: 2022-09-09.</p>
<h4>Special Thanks and Credits</h4>
<p>
Tracker lists providers:
@ -340,6 +340,8 @@ TitleTitle.onclick = function() {
Info.hidden = !Info.hidden;
};
TextBox.value = new URLSearchParams(window.location.hash).get("#Hash");
DoRedraw();
CallWriteFetchTrackers();
</script>

2
public/robots.txt Normal file
View File

@ -0,0 +1,2 @@
User-agent: *
Disallow: /links/*