Skip to content

Commit

Permalink
version 1.25.0: updated playercore to 6.0032, fixed bitrate menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jangxx committed Sep 24, 2021
1 parent ceee21d commit 3dedff8
Show file tree
Hide file tree
Showing 4 changed files with 87,932 additions and 83,646 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.0030.399.911-patched.js")
redirectUrl: chrome.extension.getURL("cadmium-playercore-6.0032.393.911-patched.js")
};
}, {
urls: [
Expand Down
Loading

0 comments on commit 3dedff8

Please sign in to comment.