Skip to content

Remove Reddit Collection Sidebar and Header by teohhanhui

Details

Authorteohhanhui

LicenseNo License

Categoryreddit

Created

Updated

Size523 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes the collection sidebar and the hovering title from reddit.com

Notes

Source code

/* ==UserStyle==
@name           Remove Reddit Collection Sidebar and Header
@namespace      https://greasyfork.org/en/users/4252-adgitate
@version        0.0.1.20190505002334
@description    Removes the collection sidebar and the hovering title from reddit.com
@author         https://greasyfork.org/en/users/4252-adgitate
==/UserStyle== */

@-moz-document domain("reddit.com") {
  ._10IcBRrmressbhblq2bqiU {
    display:none !important;
  }

  ._2T_gfh-4AolUQ4rcgj8LV3 {
    display:none !important;
  }
}

Reviews

No reviews yet.