Skip to content

Disable Google Docs Floating Menu by corvus_cloudburst

Details

Authorcorvus_cloudburst

LicenseNo License

CategoryGoogle Docs

Created

Updated

Size441 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes the floating toolbar that appears when hovering your cursor near the right edge of your document.

Notes

Removes the floating toolbar that appears when hovering your cursor near the right edge of your document.

This floating menu has limited uses, and the only time I ever clicked it was on accident, or when I was trying to access text near the margin that the menu was actively blocking. If you, like me, despise that floating menu and wish there was a way to disable it, this style will eliminate it for you.

Source code

/* ==UserStyle==
@name         Disable Google Docs Floating Menu
@version      20221128.03.44
@namespace    userstyles.world/user/corvus_cloudburst
@description  Removes the floating toolbar that appears when hovering your cursor near the right edge of your document.
@author       corvus_cloudburst
@license      No License
==/UserStyle== */

@-moz-document domain("docs.google.com") {
.multi-button {
    visibility: hidden !important;
}
}

Reviews

No reviews yet.