diff --git a/assets/manifest.in.json b/assets/manifest.in.json index a38458a..fb17275 100644 --- a/assets/manifest.in.json +++ b/assets/manifest.in.json @@ -9,7 +9,7 @@ "content_scripts": [ { "matches": [ - "https://weibo.com/*" + "https://*.weibo.com/*" ], "js": [ "awsl.user.js" diff --git a/assets/meta.in.js b/assets/meta.in.js index 4cb4c22..d2032dc 100644 --- a/assets/meta.in.js +++ b/assets/meta.in.js @@ -5,7 +5,7 @@ // @description Auto AWSLing // @author XiNGRZ // @license WTFPL -// @match https://weibo.com/* +// @match https://*.weibo.com/* // @grant GM.getValue // @grant GM.setValue // @updateURL https://raw.githubusercontent.com/xingrz/awsl/master/awsl.meta.js