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

  • There are a lot of userstyles on userstyles that remove userstyles for android. 3x combo
  • edited July 2019 [?]
    I made a style to remedy this myself a while back. I don't search for styles within the site, so this doesn't affect the ones that show up in search, but it does remove the walking android, the little button, and the whole-screen pop-ups. Isn't uploaded, though, but you can just import this into your own Stylus.

    @-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; } }
  • edited July 2019 [?]
    @-moz-document domain("userstyles.org") {
    #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
Sign In or Register to comment.