Skip to content

Commit

Permalink
docs: 删除无用的匹配规则80, 80 81 ,81
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinaGodMan committed Dec 23, 2024
1 parent a0fe45d commit 7ed3320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chinagodman-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
env:
COMMIT_MSG: ${{ github.event.head_commit.message }}
run: |
ESCAPED_MSG="${COMMIT_MSG//\`/\\\`}"
ESCAPED_MSG="$COMMIT_MSG"
echo "ESCAPED_MSG=$ESCAPED_MSG" >> "$GITHUB_ENV"
- name: 根目录脚本__更新py
Expand Down
3 changes: 1 addition & 2 deletions google-advanced-search/google-advanced-search.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@
// @description Add an advanced search form to the top of the page
// @author shiquda &人民的勤务员 <china.qinwuyuan@gmail.com>
// @match *://www.google.com/search*
// @include *://*google*/search*
// @grant GM_addStyle
// @grant GM_addStyle
// @grant GM_setValue
// @grant GM_getValue
// @license MIT
Expand Down

0 comments on commit 7ed3320

Please sign in to comment.