Last active
February 15, 2023 08:34
-
-
Save jesus2099/75c69fec1d76d78d1eb7181cdf4a47fb to your computer and use it in GitHub Desktop.
Hide listen.tidal.com create account nag popups
This file contains 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
/* ==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; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on https://gist.github.com/cherryblossom000/5dbf2de13b4d0084f49509533431c450