Skip to content

old reddit: remove sidebar and cookie notification by sbebe

Details

Authorsbebe

LicenseNo License

Categoryold.reddit.com

Created

Updated

Size350 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Remove sidebar and cookie approval notification on old reddit website.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         old reddit: remove sidebar and cookie notification
@version      20231113.15.07
@namespace    ?
==/UserStyle== */

@-moz-document domain("old.reddit.com") {
.side {
    display: none;
}
body>.content {
    margin-right: 40px;
}
.md {
    max-width: unset;
}
body > div.infobar-toaster-container {
    display: none;
}
}

Reviews

No reviews yet.