Skip to content

Reddit.com - Hide Karma by alkarnur

Details

Authoralkarnur

LicenseNo License

Categoryreddit

Created

Updated

Size582 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide Karma is fixed top menu.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Reddit.com - Hide Karma
@version      20221015.11.23
@namespace    userstyles.world/user/alkarnur
@description  Hide Karma is fixed top menu. 
@author       alkarnur
@license      No License
==/UserStyle== */

@-moz-document domain("reddit.com") {
/* Hide Karma number in top menu  */
#USER_DROPDOWN_ID > span > span > span > span:nth-child(2) {
    display: none; 
}
/* Hide "Shop Avatars" and "Advertise" buttons in top menu */
#change-username-tooltip-id > span:nth-child(4),
#change-username-tooltip-id > span:nth-child(5) {
    display: none;
}
}

Reviews

No reviews yet.