Skip to content

Hide sign up banner stackexchange by sbebe

Details

Authorsbebe

LicenseNo License

Categorystackexchange.com

Created

Updated

Size324 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide sign up banner

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Hide sign up banner stackexchange
@namespace      https://userstyles.world/user/sbebe
@version        1.0.0
@description    Hide sign up banner
@author         sbebe
==/UserStyle== */

@-moz-document domain("stackexchange.com") {
    #signup-dialog-container {
        display: none;
    }
}

Reviews

No reviews yet.