Reddit - hide site logo.
Reddit - hide site logo by PushkaCom
Details
AuthorPushkaCom
LicenseMIT
Categoryreddit.com
Created
Updated
Size758 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Reddit - hide site logo
@version 20240709.01.22
@namespace english
@description Reddit - hide site logo.
@author pushka
@license MIT
==/UserStyle== */
@-moz-document domain("reddit.com") {
/* ==UserStyle==
@name Reddit - hide site logo
@description Reddit - hide site logo
@namespace english
@homepageURL https://userstyles.world/style/17092
@supportURL https://userstyles.world/style/17092
@author pushka (https://userstyles.world/user/PushkaCom)
@version 1.1.1
@license MIT
==/UserStyle== */
/*
Pushka - greasy fork list of JS styles
https://greasyfork.org/en/users/9788-ben-pushka
url
https://userstyles.world/user/PushkaCom
*/
html #reddit-logo svg {display:none;}
}