Hide some content
Google Drive clear by breat
Details
Authorbreat
LicenseNo License
CategoryGoogle Drive
Created
Updated
Size359 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 Google Drive clear
@version 20220607.14.34
@namespace userstyles.world/user/breat
@description Hide some content
@author breat
@license No License
==/UserStyle== */
@-moz-document domain("drive.google.com") {
div.a-s-tb-pa.a-S-x-j > c-wiz.PEfnhb.NtyuW > div:nth-child(3) > c-wiz.bwAv4d {
display: none;
}
}