Skip to content

Hide Ads on Bale Web by fadavi

Details

Authorfadavi

LicenseWTFPL

Categoryhttps://web.bale.ai

Created

Updated

Size641 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Bale Developers:

  • Please just allow users to hide ads! We don't wanna see those ads. :)
  • Please respect users' privacy!

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           BaleWeb
@namespace      ai.bale.userstyle
@version        1.0.0
==/UserStyle== */

@-moz-document url-prefix("https://web.bale.ai/chat") {
    div[class^='SideBar_SideBarWrapper'] > div:nth-child(3) > div > div:nth-child(2) > div > div > div:nth-child(1) {
        display: none !important;
    }
    
    div[class*='SideBar_SideBarWrapper'] > div:nth-child(5) > div > div:nth-child(2) > div > div > div:nth-child(1) {
        display: none !important;
    }
    
    div#root > div[class*='css-']:first-child > div[class*='css-']:first-child {
        max-width: unset !important;
    }
}

Reviews

No reviews yet.