Skip to content

4thewords Annoyances by TooManyJens

Screenshot of 4thewords Annoyances

Details

AuthorTooManyJens

LicenseNo License

Category4thewords.com

Created

Updated

Size818 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides suggestions for monsters and quests. Boosts the text/icon size for files in the editor sidebar.

Notes

Hides suggested quests and monsters in the questbook and the Command Center and also makes the file list a little easier to see. If you have any issues, you can find me under this same username on 4TW or the discord and I'll look into it.

Source code

/* ==UserStyle==
@name           4thewords Annoyances
@namespace TooManyJens
@version        1.0.2
@description    Hides suggestions for monsters and quests, slight readability tweaks
@author         TooManyJens
==/UserStyle== */

@-moz-document domain("4thewords.com") {

/* Hide suggested quests */

	div.rounded-2xl.border-2.border-dashed.border-neutral600.p-3.lg\:gap-3.gap-2.justify-between.items-center.flex-col.flex {
		display: none;
	}


/* Hide suggested monsters */

	div.grow-0.shrink-0.lg\:h-22.h-auto.rounded-2xl.border-2.border-dashed.border-neutral600.p-3.items-center.flex {
		display: none;
	}


/* Hides suggestions for monsters and quests. Boosts the text/icon size for files in the editor sidebar. */

	.text-sm {
		font-size: .92rem;
		line-height: 1.25rem;
	}


}

Reviews

No reviews yet.