Skip to content

Commit 135f680

Browse files
ximaerapde
authored andcommitted
Fix for Yandex.Weather (doesn't support HTTPS anymore); UserScripts.org now would work with GreaseMonkey
Conflicts: src/chrome/content/rules/UserScripts.xml
1 parent 9d81d65 commit 135f680

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/chrome/content/rules/UserScripts.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
<target host="userscripts.org" />
33
<target host="www.userscripts.org" />
44

5-
<rule from="^http://(www\.)?userscripts\.org/" to="https://www.userscripts.org/"/>
5+
<exclusion pattern="^http://(www\.)?userscripts\.org/scripts/source/" />
6+
<rule from="^http://(?:www\.)?userscripts\.org/"
7+
to="https://www.userscripts.org/"/>
68
</ruleset>

src/chrome/content/rules/Yandex.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,14 @@
5656
<exclusion pattern="^http://metro\.yandex\.ru/" />
5757
<exclusion pattern="^http://music\.yandex\.ru/" />
5858
<exclusion pattern="^http://news\.yandex\.ru/" />
59+
<exclusion pattern="^http://pogoda\.yandex\.ru/" />
5960
<exclusion pattern="^http://presocial\.yandex\.net/" />
6061
<exclusion pattern="^http://sprav\.yandex\.ru/" />
6162
<exclusion pattern="^http://slovari\.yandex\.ru/" />
6263
<exclusion pattern="^http://tv\.yandex\.ru/" />
6364
<exclusion pattern="^http://video\.yandex\.ru/" />
6465
<exclusion pattern="^http://wdgt\.yandex\.ru/" />
66+
<exclusion pattern="^http://weather\.yandex\.ru/" />
6567
<exclusion pattern="^http://www\.yandex\.ru/" />
6668
<!-- Remove this if you do never post entries or comments on my.ya.ru -->
6769
<exclusion pattern="^http://(www\.)?[^.]+\.ya\.ru/" />

0 commit comments

Comments
 (0)