Upd. HashyMagnet; Add robots.txt
This commit is contained in:
parent
f170895f91
commit
889a7728e4
|
@ -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>
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
User-agent: *
|
||||
Disallow: /links/*
|
Loading…
Reference in New Issue