Skip to content

Commit 163abd2

Browse files
committed
Fix: limit leetcode content script just for problems page
1 parent 9e35116 commit 163abd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifest.base.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
{
4949
"matches": [
50-
"https://leetcode.com/*"
50+
"https://leetcode.com/problems/*"
5151
],
5252
"js": [
5353
"dist/leetcode.js"
@@ -56,7 +56,7 @@
5656
},
5757
{
5858
"matches": [
59-
"https://leetcode.cn/*"
59+
"https://leetcode.cn/problems/*"
6060
],
6161
"js": [
6262
"dist/leetcodecn.js"

0 commit comments

Comments
 (0)