Skip to content

Hide footer on Steam (2022-05-17) by d1gital_love

Details

Authord1gital_love

LicenseMIT

CategorySteam

Created

Updated

Size336 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simple style to hide footer.

Notes

Tested in Firefox 100.

Source code

/* ==UserStyle==
@name           Hide footer on Steam (2022-05-17)
@namespace      github.com/openstyles/stylus
@version        0.1.0
@description    Simple style to hide footer.
@author         d1gital_love
@license        MIT
==/UserStyle== */
@-moz-document domain("steamcommunity.com") {
    #footer {
        display: none;
    }
}

Reviews

No reviews yet.