Skip to content

Commit

Permalink
update core
Browse files Browse the repository at this point in the history
  • Loading branch information
lkmvip committed Nov 8, 2020
1 parent 7c3ec79 commit a5b65b9
Show file tree
Hide file tree
Showing 6 changed files with 48,482 additions and 48,131 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.0026.529.031.js")
redirectUrl: chrome.extension.getURL("cadmium-playercore-6.0026.798.031.js")
};
}, {
urls: [
Expand Down
Loading

0 comments on commit a5b65b9

Please sign in to comment.