Bale Developers:
- Please just allow users to hide ads! We don't wanna see those ads. :)
- Please respect users' privacy!
Authorfadavi
LicenseWTFPL
Categoryhttps://web.bale.ai
Created
Updated
Size641 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Bale Developers:
/* ==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;
}
}