We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2fadd commit 3e0bf35Copy full SHA for 3e0bf35
2 files changed
src/chrome/content/rules/THN.li.xml
@@ -0,0 +1,17 @@
1
+<!--
2
+ For other Hacker News coverage, see Thehackernews.com.xml.
3
+
4
+-->
5
+<ruleset name="THN.li">
6
7
+ <target host="thn.li" />
8
+ <target host="*.thn.li" />
9
10
11
+ <securecookie host="^\.thn\.li$" name="^__cfduid$" />
12
13
14
+ <rule from="^http://(www\.)?thn\.li/"
15
+ to="https://$1thn.li/" />
16
17
+</ruleset>
src/chrome/content/rules/Thehackernews.com.xml
@@ -1,4 +1,9 @@
<!--
+ Other Hacker News rulesets:
+ - THN.li.xml
Nonfunctional subdomains:
- (www.)? *
0 commit comments