Skip to content

Instantly share code, notes, and snippets.

@kklai
Created August 7, 2024 17:20
Show Gist options
  • Save kklai/101a623b9758625a625af56c73297188 to your computer and use it in GitHub Desktop.
Save kklai/101a623b9758625a625af56c73297188 to your computer and use it in GitHub Desktop.
document.querySelectorAll(".ad__section-border").forEach(e => e.remove());
document.querySelectorAll(".article-content__sign-in-group").forEach(e => e.remove());
document.querySelectorAll(".article-content__widget-group").forEach(e => e.remove());
document.querySelectorAll(".featured-video").forEach(e => e.remove());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment