Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois committed Sep 15, 2022
1 parent 08897e6 commit 38ef664
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ chrome.action.onClicked.addListener((tab) => {
: ["script.js", "ga.js"];
chrome.scripting.executeScript({
target: { tabId: tab.id, allFrames: true },
world: "MAIN",
files,
});
});
Expand Down
5 changes: 0 additions & 5 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,5 @@
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [{
"resources": ["ga.js"],
"matches": ["<all_urls>"]
}],
"minimum_chrome_version": "69.0.3483.0",
"manifest_version": 3
}
1 change: 0 additions & 1 deletion src/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,4 @@ function maybeUpdatePictureInPictureVideo(entries, observer) {

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-134864766-1']);
_gaq.push(['_setDomainName', chrome.runtime.getURL('')]);
_gaq.push(['_setDetectTitle', false]);

0 comments on commit 38ef664

Please sign in to comment.