Skip to content

Commit

Permalink
Update to new cadmium version and use a new strategy for forcing max …
Browse files Browse the repository at this point in the history
…bitrate
  • Loading branch information
truedread committed Dec 20, 2021
1 parent 2946ebb commit c62159a
Show file tree
Hide file tree
Showing 4 changed files with 102,305 additions and 92,779 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.0031.174.911-1080p.js")
redirectUrl: chrome.extension.getURL("cadmium-playercore-6.0033.414.911-1080p.js")
};
}, {
urls: [
Expand Down
Loading

0 comments on commit c62159a

Please sign in to comment.