Skip to content

Instantly share code, notes, and snippets.

@andersonmadeira
Created December 28, 2021 13:00
Show Gist options
  • Save andersonmadeira/98dcd630e4288358d415b3e8005242cd to your computer and use it in GitHub Desktop.
Save andersonmadeira/98dcd630e4288358d415b3e8005242cd to your computer and use it in GitHub Desktop.
Remove YouTube End Cards
document.querySelectorAll(".ytp-ce-element").forEach((el) => el.remove());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment