Hides the Apple Music Player
Discogs: Show No Apple Player by doktorsultan
Details
Authordoktorsultan
LicenseNo License
Categorydiscogs.com
Created
Updated
Size612 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Discogs-NoApplePlayer
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Aszazin
==/UserStyle== */
@-moz-document domain("discogs.com"){
iframe[id="audio-iframe"] {display:none;}
/*NoVideoSection*/
/*section[id="release-videos"] {display:none;}*/
/*Nochatbot*/
/*div[style="display: flex; flex-direction: column; z-index: 999999; bottom: 88px; position: fixed; right: 16px; direction: ltr; align-items: end; gap: 8px;"] {display:none!important;}
iframe[id="launcher"]{display:none;}*/
}