Created
December 28, 2021 13:00
-
-
Save andersonmadeira/98dcd630e4288358d415b3e8005242cd to your computer and use it in GitHub Desktop.
Remove YouTube End Cards
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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