DuckDuckGo | Untitled Goose Game

*Hjonk*

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

/* ==UserStyle==
@name           DuckDuckGo | Untitled Goose Game
@namespace      https://greasyfork.org/users/541594
@version        1.0.0
@description    *Hjonk*
@author         Freeplay(https://il.ink/freeplay)
==/UserStyle== */

@-moz-document domain("duckduckgo.com") {
	.header__logo {
		background-image: url('https://i.imgur.com/bRj8IWM.png') !important;
	}
	#logo_homepage_link {
		background-image: url('https://i.imgur.com/bRj8IWM.png');
		object-fit: contain;
		height: 115px;
		width: 115px;
		margin: auto;
		margin-top: 28px;
	}
	.logo-wrap--home {
		display: grid;
		justify-content: center;
	}
	.logo-wrap--home::After {
		display: flex;
		content: "Hjönk Hjönk";
		font-size: 36px;
		color: #de5833;
		margin: auto;
	}
	
	.tag-home__item {
		font-size: 0;
	}
	.tag-home__item::before {
		content: "Hjönk, simplified";
		font-size: 18px;
	}
	.hide--screen-xs {
		font-size: 18px;
	}
	
	/* HEADER BUTTON */
	#wedonttrack {
		font-size: 0;
	}
	#wedonttrack::before {
		content: "Hjonk, simplified";
		font-size: 15px;
	}
	
	/* SIDEBAR NAV */
	.nav-menu__list > ul:last-child:after {
		content: '*Hjonk*';
		color: #de5833;
	}
	
	/*** FOOTER CARDS ***/
	.footer__card__icon[src="/assets/icons/hatched.svg"] ~ .footer__card__title {
		font-size: 0;
	}
	.footer__card__icon[src="/assets/icons/hatched.svg"] ~ .footer__card__title::before {
		content: "Learn About Hjonk";
		font-size: 15px;
	}
	
	.footer__card__icon[src="/assets/icons/private-searches.svg"] ~ .footer__card__title {
		font-size: 0;
	}
	.footer__card__icon[src="/assets/icons/private-searches.svg"] ~ .footer__card__title::before {
		content: "Fine-tune Your Hjonk";
		font-size: 15px;
	}
	
	.footer__card__icon[src="/assets/icons/spread.svg"] ~ .footer__card__title {
		font-size: 0;
	}
	.footer__card__icon[src="/assets/icons/spread.svg"] ~ .footer__card__title::before {
		content: "Help Spread Hjonk";
		font-size: 15px;
	}
	
	.footer__card__icon[src="/assets/icons/mailbox.svg"] ~ .footer__card__title {
		font-size: 0;
	}
	.footer__card__icon[src="/assets/icons/mailbox.svg"] ~ .footer__card__title::before {
		content: "Hjonk in Your Inbox";
		font-size: 15px;
	}
	
	.footer__card__icon[src="/assets/icons/milestone.svg"] ~ .footer__card__title {
		font-size: 0;
	}
	.footer__card__icon[src="/assets/icons/milestone.svg"] ~ .footer__card__title::before {
		content: "Say Goodbye To Humans";
		font-size: 15px;
	}
	.footer__card__icon[src="/assets/icons/milestone.svg"] ~ .footer__text {
		font-size: 0;
	}
	.footer__card__icon[src="/assets/icons/milestone.svg"] ~ .footer__text::before {
		font-size: 13px;
		content: "Learn how you can free yourself from Humans for good.";
	}
	
}