Skip to content

Commit

Permalink
up core
Browse files Browse the repository at this point in the history
  • Loading branch information
lkmvip committed Aug 9, 2020
1 parent efd6d18 commit f9d92c1
Show file tree
Hide file tree
Showing 4 changed files with 125,594 additions and 124,503 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.0023.976.031.js")
redirectUrl: chrome.extension.getURL("cadmium-playercore-6.0025.038.031.js")
};
}, {
urls: [
Expand Down
Loading

0 comments on commit f9d92c1

Please sign in to comment.