vladikoff / netflix-1080p-firefox

🍿 Force 1080p Netflix playback in Firefox
482 stars 42 forks source link

cadmium-playercore-1080p.js too large to parse. #42

Closed azalty closed 4 years ago

azalty commented 4 years ago

Can't get a signature

Brandhand commented 4 years ago

Just replace whitespaces on the beginning of every line:

sed -E 's/^\s+//g' cadmium-playercore-1080p.js > small_cadmium-playercore-1080p.js It gets small enough, so mozilla won't complain on signing.

azalty commented 4 years ago

Just replace whitespaces on the beginning of every line:

sed -E 's/^\s+//g' cadmium-playercore-1080p.js > small_cadmium-playercore-1080p.js It gets small enough, so mozilla won't complain on signing.

I am on windows (and dumb as well)

Edit: Nevermind I just did it _(using Excel OO)

azalty commented 4 years ago

netflix-1080p-firefox-fix@vladikoff-1.9.1.zip

Here is the signed version (I named it 1.9.1 because I already had an older one)