Skip to content

userstyles.world - footer hider by xiggi

Details

Authorxiggi

LicenseNo License

Categoryuserstyles

Created

Updated

Size303 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hiding footer on this site.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           userstyles.world  - footer hider
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("userstyles.world") {
    .Footer {
        display: none;
    }
}

Reviews

No reviews yet.