Skip to content

Commit

Permalink
up core
Browse files Browse the repository at this point in the history
  • Loading branch information
lkmvip committed Mar 9, 2021
1 parent d09c3e7 commit dc3c713
Show file tree
Hide file tree
Showing 3 changed files with 66,482 additions and 64,310 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.0028.024.031.js")
redirectUrl: chrome.extension.getURL("cadmium-playercore-6.0029.006.031.js")
};
}, {
urls: [
Expand Down
Loading

0 comments on commit dc3c713

Please sign in to comment.