Hide Google Spreadsheets link box
Hide Google Spreadsheets link box by slominski
Details
Authorslominski
LicenseNo License
Categorydocs.google.com
Created
Updated
Size388 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Hide Google Spreadsheets link box
@version 20230810.10.14
@namespace userstyles.world/user/slominski
@description Hide Google Spreadsheets link box
@author slominski
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://docs.google.com/spreadsheets/") {
.docs-linkbubble-link-preview {
display: none !important;
}
}