We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e548d commit 8cfd611Copy full SHA for 8cfd611
src/chrome/content/rules/Justin.tv.xml
@@ -40,7 +40,7 @@
40
<target host="justin.tv" />
41
<target host="static.justin.tv" />
42
<target host="twitch.tv" />
43
-
+ <target host="*.twitch.tv" />
44
45
46
<rule from="^https?://s(?:tatic(?:-cdn)?)?\.jtvnw\.net/"
@@ -52,4 +52,7 @@
52
<rule from="^http://(static\.)?(justin|twitch)\.tv/"
53
to="https://$1$2.tv/" />
54
55
+ <rule from="^http://api\.twitch\.tv/" to="https://api.twitch.tv/"/>
56
+
57
+ <rule from="^http://chatdepot\.twitch\.tv/" to="https://chatdepot.twitch.tv/"/>
58
</ruleset>
0 commit comments