Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshal-Gahlot committed Aug 6, 2024
1 parent 75606d9 commit 985504e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content_script.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function core() {
if (window.location.pathname.slice(1, 7) === "shorts") {
storage = new Set()
SHORTS_LIM = 0
SHORTS_LIM = 3
TIME = SHORTS_LIM * 50
time = 0
var timerId = setInterval(() => {
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"128": "images/logo-128.png"
},

"permissions": ["activeTab", "tabs" ,"storage"],
"permissions": ["activeTab"],

"content_scripts": [ {
"js": ["content_script.js"],
Expand Down

0 comments on commit 985504e

Please sign in to comment.