Skip to content

Commit 7a5e2e0

Browse files
author
techmovie
committed
fix(avz): exclude none-torrent pages
1 parent 4a087bd commit 7a5e2e0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

scripts/helper.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ const userScriptComment = `// ==UserScript==
8484
// @match https://broadcity.in/browse.php?imdb=*
8585
// @match https://privatehd.to/torrent/*
8686
// @match https://avistaz.to/torrent/*
87+
// @exclude https://privatehd.to/torrent/peers*
88+
// @exclude https://avistaz.to/torrent/peers*
89+
// @exclude https://privatehd.to/torrent/history*
90+
// @exclude https://avistaz.to/torrent/history*
91+
// @match https://cinemaz.to/torrent/*
92+
// @exclude https://cinemaz.to/torrent/peers*
93+
// @exclude https://cinemaz.to/torrent/history*
8794
// @match https://piratethenet.org/browse.php?*
8895
// @match https://teamhd.org/details/id*
8996
// @match https://hd-space.org/index.php?page=upload

0 commit comments

Comments
 (0)