Skip to content

[ameblo.jp] hide fixed header/footer by hi-ogawa

Details

Authorhi-ogawa

LicenseNo License

Categoryameblo.jp

Created

Updated

Size380 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

[ameblo.jp] hide fixed header/footer

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         [ameblo.jp] hide fixed header/footer
@version      20220430.13.20
@namespace    userstyles.world/user/hi-ogawa
@description  [ameblo.jp] hide fixed header/footer
@author       hi-ogawa
@license      No License
==/UserStyle== */

@-moz-document domain("ameblo.jp") {
div[aria-hidden="true"] {
    display: none;
}

#ambHeader {
    display: none;
}
}

Reviews

No reviews yet.