We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b1153a + d3e398f commit cddcdcaCopy full SHA for cddcdca
src/chrome/content/rules/TonyZTan.xml
@@ -0,0 +1,15 @@
1
+<ruleset name="Tony Zhaocheng Tan">
2
+
3
+ <target host="tonytan.io" />
4
+ <target host="*.tonytan.io" />
5
+ <target host="tonytan.cn" />
6
+ <target host="*.tonytan.cn" />
7
+ <target host="ztan.tk" />
8
+ <target host="*.ztan.tk" />
9
10
+ <!-- ztan.tk redirects to tonytan.io, but it is also used for URL shortening -->
11
12
+ <rule from="^http:"
13
+ to="https:" />
14
15
+</ruleset>
0 commit comments