Skip to content

Hide Link Preview565545 by chrisirwin1982

Details

Authorchrisirwin1982

LicenseNo License

Categorytest

Created

Updated

Size429 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

hides link preview

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Disable Link Preview
@namespace      http://your.namespace.here
@version        1.0.0
@description    Hides the link preview pop-up in Chrome
@preprocessor   stylus

@-moz-document url-prefix("http://"), url-prefix("https://") {
    /* Hide the link preview pop-up */
    #preview-pane, #hover-card, #hover-card-container {
        display: none !important;
    }
}
==/UserStyle== */

Reviews

No reviews yet.