- remove all blur effect of background (performance problem)
- hide prompt input when explore
- make file selector bigger and thumbnail complete
Here is the user CSS:
@-moz-document domain("sora.com"), domain("sora.chatgpt.com") {
*, html, body, :root, :host, div, [class], [style], ::before, ::after {
backdrop-filter: revert !important
}
*, html, body, :root, :host {
*, div, [class], [style], & {
*, ::before, ::after, & {
backdrop-filter: revert !important;
}
}
}
main:has(div.h-full.max-h-screen.min-h-screen.w-full div.flex.flex-col.items-start a[href^="/explore"].bg-token-bg-active) div[class^="absolute bottom-2 left-1/2 hidden w-full max-w-[800px] -translate-x-1/2 px-3 tablet:block tablet:left-[calc(var(--sidebar-width)+2*var(--sidebar-gap)+(100%-(var(--sidebar-width)+2*var(--sidebar-gap)))/2)] tablet:w-[calc(100%-(var(--sidebar-width)+2*var(--sidebar-gap)))]"]:has(textarea[placeholder^="Describe your"]) {
display: none !important
}
div[role="dialog"].dialog-content:has([style*="scrollbar-gutter"]) {
height: 98vh !important;
max-width: 98vw !important;
img, video {
object-fit: contain !important;
}
}
}