Skip to content

Commit

Permalink
new options ,Downgrade from 4K to 1080P
Browse files Browse the repository at this point in the history
  • Loading branch information
lkmvip committed Oct 17, 2021
1 parent 3ae6d5e commit e58c25c
Show file tree
Hide file tree
Showing 8 changed files with 64,279 additions and 64,127 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ https://microsoftedge.microsoft.com/addons/detail/oikpkeeoofpiapmjioabikmgjeaogg
2, DDplus, Atmos(if any) Audio
3, Use AVC, NOT AvcHigh video code
4, Use "Dolby Vision" Profiles for HDR (May need NVIDIA 20 series and above graphics cards, and Dolby Vision TV)
5, Use HEVC code, Downgrade from 4K to 1080P



Expand Down
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.runtime.getURL("cadmium-playercore-6.0031.809.911.js")
redirectUrl: chrome.runtime.getURL("cadmium-playercore-6.0032.282.911.js")
};
}, {
urls: [
Expand Down
Loading

0 comments on commit e58c25c

Please sign in to comment.