Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shirt-dev committed Jun 28, 2021
1 parent d598943 commit 4383594
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cadmium-playercore-shim.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This script runs as a drop-in replacement of the original cadmium-playercore */
// This script runs as a drop-in replacement of the original cadmium-playercore. This is not a content script.
console.log("Netflix International script active!");

// promisify chrome storage API for easier chaining
Expand Down Expand Up @@ -97,5 +97,5 @@ if (globalOptions.showAllTracks) {
)
}

// run our patched copy of playercore
Function(cadmium_src)();
// run our patched copy of playercore in a non-privileged context on the page
window.Function(cadmium_src)();
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Netflix International",
"description": "Displays all available Netflix audio tracks.",
"version": "2.0.1",
"version": "2.0.2",
"author": "shirt",
"browser_action": {
"default_icon": "img/icon128.png"
Expand Down

0 comments on commit 4383594

Please sign in to comment.