Skip to content

Commit

Permalink
Match all torrents pages
Browse files Browse the repository at this point in the history
* ops-red-fix-pl
* red-fix-gazelle-snatched
  • Loading branch information
euamotubaina committed Dec 19, 2024
1 parent 1026f55 commit ac8083c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
10 changes: 5 additions & 5 deletions ops-red-fix-pl.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
// ==UserScript==
// @name OPS-RED: Fix PL
// @namespace github.com/euamotubaina
// @version 2024-12-19
// @version 2024-12-19_01
// @description Fix PL links
// @author euamotubaina
// @grant none
// @match https://orpheus.network/torrents.php?id=*
// @match https://orpheus.network/torrents.php*
// @match https://orpheus.network/artist.php?id=*
// @match https://orpheus.network/collages.php?id=*
// @match https://redacted.sh/torrents.php?id=*
// @match https://orpheus.network/collages.php*
// @match https://redacted.sh/torrents.php*
// @match https://redacted.sh/artist.php?id=*
// @match https://redacted.sh/collages.php?id=*
// @match https://redacted.sh/collages.php*
// @downloadURL https://raw.githubusercontent.com/euamotubaina/userscripts/main/ops-red-fix-pl.js
// @updateURL https://raw.githubusercontent.com/euamotubaina/userscripts/main/ops-red-fix-pl.js
// ==/UserScript==
Expand Down
9 changes: 4 additions & 5 deletions red-fix-gazelle-snatched.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
// ==UserScript==
// @name RED: Fix Gazelle Snatched
// @namespace github.com/euamotubaina
// @version 2024-12-19
// @version 2024-12-19_01
// @description Fix Gazelle Snatched
// @author euamotubaina
// @grant none
// @match https://redacted.sh/torrents.php?id=*
// @match https://redacted.sh/torrents.php?searchstr=*
// @match https://redacted.sh/torrents.php*
// @match https://redacted.sh/artist.php?id=*
// @match https://redacted.sh/collages.php?id=*
// @match https://redacted.sh/collages.php*
// @icon https://redacted.sh/favicon.ico
// @downloadURL https://raw.githubusercontent.com/euamotubaina/userscripts/main/red-fix-gazelle-snatched.js
// @updateURL https://raw.githubusercontent.com/euamotubaina/userscripts/main/red-fix-gazelle-snatched.js
Expand All @@ -24,6 +23,6 @@
gtLinks.style.color = gtLinks.style.color;
// make link separators in torrent_actions_buttons visible
const taSep = [...sSheet.cssRules].find(rule => rule.selectorText == '.group_torrent td:first-of-type span');
taSep.style.visibility = '';
taSep?.style.visibility = '';
}
})();

0 comments on commit ac8083c

Please sign in to comment.