Skip to content

Instantly share code, notes, and snippets.

@Tracer1337
Created February 25, 2025 10:32
Show Gist options
  • Save Tracer1337/346c89303c3b44e2a2ce9be435fc920f to your computer and use it in GitHub Desktop.
Save Tracer1337/346c89303c3b44e2a2ce9be435fc920f to your computer and use it in GitHub Desktop.
Array.from($$(".trackList__item")).filter(e => !/([0-9]{3}K|[0-9\.]+M)/.test(e.textContent)).forEach(e => e.style.display = "none")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment