Removes top bar from Google PDF previews.
Remove Google PDF Top Bar by SealProgrammer

Details
AuthorSealProgrammer
LicenseMIT
Categorygoogle
Created
Updated
Size368 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 Remove Top Bar
@namespace sealsearch.net
@version 1.0.0
@description Removes top bar from Google PDF previews.
@author Julie Stromberg
==/UserStyle== */
@-moz-document domain("google.com") {
/* Insert code here... */
.ndfHFb-c4YZDc-Wrql6b {
opacity: 0;
display: none;
}
}