Skip to content

Commit 6245b44

Browse files
committed
fix bug
1 parent 908b067 commit 6245b44

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

pack/manifest.json

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,12 @@
3636
{
3737
"matches": [
3838
"*://bcy.net/*",
39-
"*://lofter.com/*",
40-
"*://diyidan.com/*",
39+
"*://*.lofter.com/*",
40+
"*://*.127.net/*",
41+
"*://*.diyidan.com/*",
42+
"*://*.diyidan.net/*",
4143
"*://twitter.com/*",
42-
"*://twimg.com/*"
44+
"*://*.twimg.com/*"
4345
],
4446
"js": [
4547
"js/vendor.js",
@@ -50,10 +52,12 @@
5052
"background": {
5153
"matches": [
5254
"*://bcy.net/*",
53-
"*://lofter.com/*",
54-
"*://diyidan.com/*",
55+
"*://*.lofter.com/*",
56+
"*://*.127.net/*",
57+
"*://*.diyidan.com/*",
58+
"*://*.diyidan.net/*",
5559
"*://twitter.com/*",
56-
"*://twimg.com/*"
60+
"*://*.twimg.com/*"
5761
],
5862
"persistent": false,
5963
"scripts": [
@@ -68,9 +72,11 @@
6872
"tabs",
6973
"downloads",
7074
"*://bcy.net/*",
71-
"*://lofter.com/*",
72-
"*://diyidan.com/*",
75+
"*://*.lofter.com/*",
76+
"*://*.127.net/*",
77+
"*://*.diyidan.com/*",
78+
"*://*.diyidan.net/*",
7379
"*://twitter.com/*",
74-
"*://twimg.com/*"
80+
"*://*.twimg.com/*"
7581
]
7682
}

0 commit comments

Comments
 (0)