Skip to content

remove all nagging from curseforge.com download pages by osirisgothra

Screenshot of remove all nagging from curseforge.com download pages

Details

Authorosirisgothra

LicenseNo License

Categorycurseforge.com

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

removes those nags, not really much more to say

Notes

I published this on a whim

Source code

/* ==UserStyle==
@name         remove all nagging from curseforge.com download pages
@version      20230424.12.39
@namespace    ?
==/UserStyle== */

@-moz-document regexp("https://www.curseforge.com/.*/download/.*") {
/*
	remove all nagging from curseforge.com download pages

	does just that, by osirisgothra 2023 april

	rulebreaks/reasons:
		overqualification								style is not important enough to remove
		alphabetizing selectors					ditto
	  important												because css programmers break their own rules to prevent changes from outside sources like this one
		others													any others not listed here because i dont follow those rules in the first place :)

*/

div#__next div.client-marketing > h1,
div#__next div.client-marketing > p,
div#__next video,
div#__next button,
div#curseforge_downloads_D_1,
div#__next img:nth-child(2),
div#__next img.effect,
div#__next div.hero-container,
div#__next nav > ul > li:nth-child(3) > a,
div#__next nav > ul > li:nth-child(1) > a
{	
	display: none;
}
*
{
	filter: none !important;
}
}

Reviews

No reviews yet.