Skip to content

Grepper Minimal by verdaderoken

Details

Authorverdaderoken

LicenseMIT

Categorygrepper

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A minimal, content focused grepper theme

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Grepper Minimal
@version      20241217.23.52
@namespace    https://userstyles.world/user/KV
@description  A minimal, content focused grepper theme
@author       KV
@license      MIT
==/UserStyle== */

@-moz-document domain("google.com") {
.commando_code_block_outer {
	border-radius: 0.8rem !important;
	padding: 0.75rem;
/* 	overflow: hidden !important; */
	background: #18191e !important;
}

.commando_answers_options_holder {
	position: unset !important;
}

.commando_answers_options_nickname {
	display: none !important;
}

.commando_selectable {
	background: transparent !important;
}

.grepper_answers_options_title {
	font-weight: bold !important;
	position: unset !important;
}

/*  Hide scrollbar */
.commando_selectable::-webkit-scrollbar {
  display: none;
}

.commando-voting-holder {
	display: none
}
.grepper_ad_holder {
	display: none !important;
}

#tays_add_more_answers_button_hide, #tays_add_more_answers_button {
	background: #3c4043 !important;
	border-radius: 2rem;
	padding: 0.25rem 0;
	margin-top: 1rem;
}
#tays_add_more_answers_button_hide::after, #tays_add_more_answers_button::after {
	display: none !important;
}

.grepper_plugin_thank_button, .grepper_add_comment_button, .commando_answers_options_edit {
	display: none;
}
#grepper_source_holder {
	padding: 0.5rem;
}
}

Reviews

No reviews yet.