Skip to content

Instantly share code, notes, and snippets.

@katopz
Created August 2, 2020 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save katopz/83adc1d7adcd4e8959e8d80dd1bc7f57 to your computer and use it in GitHub Desktop.
Save katopz/83adc1d7adcd4e8959e8d80dd1bc7f57 to your computer and use it in GitHub Desktop.
A fix for Netflix's issue subtitles cause the screen colours to change

Open dev console and run this

document.querySelector(".AkiraPlayer").insertAdjacentHTML('beforebegin', `<div style="
    position: absolute;
    z-index: 999;
    color: black;
    background-color: black;
    width: 1px;
    height: 1px;
    display: block;
"/>`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment