Removes the collection sidebar and the hovering title from reddit.com
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
Notes
This is just the userscript from https://greasyfork.org/en/scripts/382624-remove-reddit-collection-sidebar-and-header ported as a usercss.
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;
}
}