Skip to content

Commit

Permalink
Updated playercore, temporarily removed manifest acquisition, and add…
Browse files Browse the repository at this point in the history
…ed options page to select channel preference
  • Loading branch information
truedread committed Jan 7, 2019
1 parent 38f8a08 commit fa67c07
Show file tree
Hide file tree
Showing 7 changed files with 52,431 additions and 51,435 deletions.
2 changes: 1 addition & 1 deletion background.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
chrome.webRequest.onBeforeRequest.addListener(
function(details) {
return {
redirectUrl: chrome.extension.getURL("cadmium-playercore-6.0011.474.011-1080p.js")
redirectUrl: chrome.extension.getURL("cadmium-playercore-6.0011.853.011-1080p.js")
};
}, {
urls: [
Expand Down
Loading

0 comments on commit fa67c07

Please sign in to comment.