Created
February 25, 2025 10:32
-
-
Save Tracer1337/346c89303c3b44e2a2ce9be435fc920f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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