We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630f1bb commit 5bea0efCopy full SHA for 5bea0ef
src/chrome/content/rules/UserScripts.xml
@@ -3,6 +3,8 @@
3
<target host="www.userscripts.org" />
4
5
<exclusion pattern="^http://(www\.)?userscripts\.org/scripts/source/" />
6
- <rule from="^http://(?:www\.)?userscripts\.org/"
7
- to="https://www.userscripts.org/"/>
+ <rule from="^https?://www\.userscripts\.org/"
+ to="https://userscripts.org/"/>
8
+ <rule from="^http://userscripts\.org/"
9
10
</ruleset>
0 commit comments