Skip to content

Commit 7e71234

Browse files
authored
chore: fix HTTP HTTPS prefix
1 parent 50be9a6 commit 7e71234

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

sources/banner.txt

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,8 @@
178178
// @match https://*.dziennik.pl/*
179179
// @match https://eurointegration.com.ua/*
180180
// @match https://*.eurointegration.com.ua/*
181-
// @match http://jin115.com/*
182-
// @match http://*.jin115.com/*
183-
// @match https://jin115.com/*
184-
// @match https://*.jin115.com/*
181+
// @match *://jin115.com/*
182+
// @match *://*.jin115.com/*
185183
// @match https://onlinegdb.com/*
186184
// @match https://*.onlinegdb.com/*
187185
// @match https://winfuture.de/*
@@ -192,22 +190,16 @@
192190
// @match https://*.pravda.com.ua/*
193191
// @match https://freemcserver.net/*
194192
// @match https://*.freemcserver.net/*
195-
// @match http://esuteru.com/*
196-
// @match http://*.esuteru.com/*
197-
// @match https://esuteru.com/*
198-
// @match https://*.esuteru.com/*
193+
// @match *://esuteru.com/*
194+
// @match *://*.esuteru.com/*
199195
// @match https://pressian.com/*
200196
// @match https://*.pressian.com/*
201197
// @match https://blog.livedoor.jp/kinisoku/*
202198
// @match https://blog.livedoor.jp/nanjstu/*
203-
// @match http://blog.livedoor.jp/*
204-
// @match https://blog.livedoor.jp/*
205-
// @match http://*.blog.jp/*
206-
// @match https://*.blog.jp/*
207-
// @match http://*.diary.to/*
208-
// @match https://*.diary.to/*
209-
// @match http://*.officialblog.jp/*
210-
// @match https://*.officialblog.jp/*
199+
// @match *://blog.livedoor.jp/*
200+
// @match *://*.blog.jp/*
201+
// @match *://*.diary.to/*
202+
// @match *://*.officialblog.jp/*
211203
// @match https://itainews.com/*
212204
// @match https://*.itainews.com/*
213205
// @match https://infinityfree.com/*

0 commit comments

Comments
 (0)