Skip to content

Commit

Permalink
support linguaporta without index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
cykps committed Jul 20, 2023
1 parent 403ba14 commit fc09c43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

"content_scripts": [
{
"matches": ["https://*.linguaporta.jp/user/seibido/index.php"],
"matches": ["https://*.linguaporta.jp/user/seibido/*"],
"js": ["src/script.js"]
},
{
"matches": ["https://*.linguaporta.jp/user/seibido/index.php"],
"matches": ["https://*.linguaporta.jp/user/seibido/*"],
"js": ["src/override.js"],
"run_at": "document_start"
}
Expand Down

0 comments on commit fc09c43

Please sign in to comment.