We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb26c49 commit 428e268Copy full SHA for 428e268
src/chrome/content/rules/ThePirateBay.xml
@@ -1,7 +1,10 @@
1
<ruleset name="The Pirate Bay">
2
<target host="thepiratebay.org" />
3
<target host="*.thepiratebay.org" />
4
+ <target host="thepiratebay.se" />
5
+ <target host="*.thepiratebay.se" />
6
- <rule from="^http://(rss|static|torrents)\.thepiratebay\.org/" to="https://$1.thepiratebay.org/"/>
- <rule from="^https?://(?:www\.)?thepiratebay\.org/" to="https://thepiratebay.org/"/>
7
+ <rule from="^http://torrents\.thepiratebay\.org/" to="https://torrents.thepiratebay.org/"/>
8
+ <rule from="^http://(rss|static)\.thepiratebay\.(org|se)/" to="https://$1.thepiratebay.se/"/>
9
+ <rule from="^https?://(?:www\.)?thepiratebay\.(org|se)/" to="https://thepiratebay.se/"/>
10
</ruleset>
0 commit comments