Skip to content

Instantly share code, notes, and snippets.

@Trafitto
Created March 21, 2024 11:25
Show Gist options
  • Save Trafitto/84178e4fd3a500704cb24698205642ac to your computer and use it in GitHub Desktop.
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)
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