Need userstyle to hide android version ads from userstyles.org
3 slots in every page of the search listings, a css modal popup, a persistent hovering thingamajig... I don't even have an Android phone. I want all trace of it gone permanently. It's incredibly absurd and pathetic to need a userstyle to fix THE SITE FOR USERSTYLES what the fuck
Comments
@-moz-document domain("userstyles.org") { .android_button_button, .walking, .overlay_background .overlay_container .overlay_content, .android_button_banner, .overlay_background .overlay_container .overlay_flex_div, .overlay_background .overlay_container, .overlay_background { display: none !important; } }
#top_android_button, .android_button_banner, .android_button_button, .overlay_background, .flags, .walking, .fallbackImg, .adContainer
{
display: none !important;
}
}
Here is code i use if you want