Skip to content

Remove Google PDF Top Bar by SealProgrammer

Screenshot of Remove Google PDF Top Bar

Details

AuthorSealProgrammer

LicenseMIT

Categorygoogle

Created

Updated

Size368 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes top bar from Google PDF previews.

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;
    }
}

Reviews

No reviews yet.