Removes (only visual) ads on the online radio-tuner "radio.de" for german radio-stations.
Radio.de - Ad-Free by cloudmaker97
Details
Authorcloudmaker97
LicenseCreative Commons
Categoryradio
Created
Updated
Size394 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 radio.de Ad-Free
@namespace radio.de
@version 1.0.0
@description Ad Free Service
@author Dennis Heinrich <cloudmaker97.de>
==/UserStyle== */
@-moz-document domain("radio.de") {
div[suppresshydrationwarning="true"],
div#stationpage-holder > div > div[suppresshydrationwarning],
div.topASp {
display: none !important;
}
}