Skip to content

Hide Sidebar Panel by DenEbony

Details

AuthorDenEbony

LicenseNo License

Categorydocs.google.com

Created

Updated

Code size307 B

Code checksumcbbf29b2

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides the Annoying Sidebar Panel in Google Docs that covers up the Scroll Bar.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           ? - Nov 2023
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("docs.google.com") {
   div.companion-collapser-button-container {
    display: none !important;
}


}

Reviews

No reviews yet.