Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
xingrz committed Feb 22, 2024
1 parent d226875 commit 64504f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/manifest.in.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"content_scripts": [
{
"matches": [
"https://weibo.com/*"
"https://*.weibo.com/*"
],
"js": [
"awsl.user.js"
Expand Down
2 changes: 1 addition & 1 deletion assets/meta.in.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// @description Auto AWSLing
// @author XiNGRZ <[email protected]>
// @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
Expand Down

0 comments on commit 64504f8

Please sign in to comment.