Created
March 21, 2024 11:25
-
-
Save Trafitto/84178e4fd3a500704cb24698205642ac to your computer and use it in GitHub Desktop.
Remove some Deezer Flow (You can save this script as a bookmark and clik it when needed)
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
javascript:(()=>{ | |
var shitFlowIds = ['flow-config-empowerment', 'flow-config-genre-kpop', 'flow-config-genre-pop']; | |
shitFlowIds.forEach(flow => (document.querySelector(`[data-testid="${flow}"]`).parentElement.remove())); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment