Skip to content

Instantly share code, notes, and snippets.

@jesus2099
Last active February 15, 2023 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesus2099/75c69fec1d76d78d1eb7181cdf4a47fb to your computer and use it in GitHub Desktop.
Save jesus2099/75c69fec1d76d78d1eb7181cdf4a47fb to your computer and use it in GitHub Desktop.
Hide listen.tidal.com create account nag popups
/* ==UserStyle==
@name listen.tidal.com. NO NAGS
@namespace https://github.com/jesus2099/konami-command
@version 2023.2.15
@description A new userstyle based on cherryblossom userscript https://gist.github.com/cherryblossom000/5dbf2de13b4d0084f49509533431c450
@author jesus2099
==/UserStyle== */
@-moz-document domain("listen.tidal.com") {
.ReactModalPortal { display: none; }
}
@jesus2099
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment