Skip to content

DuckDuckGo by Lamprecht_Hase

Imported and mirrored from https://raw.githubusercontent.com/LamprechtHase/DuckDuckGo/main/DuckDuckGo.user.css

Screenshot of DuckDuckGo

Details

AuthorLamprecht_Hase

LicenseCC0-1.0

Categoryduckduckgo

Created

Updated

Size780 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

some small modifications to duckduckgo

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name DuckDuckGo
@namespace https://github.com/LamprechtHase
@version 0.0.1
@description some small modifications to duckduckgo
@author Lamprecht Hase
@homepageURL https://github.com/LamprechtHase/DuckDuckGo
@supportURL https://github.com/LamprechtHase/DuckDuckGo/issues
@license CC0-1.0
@advanced color hyperlink-color "Hyperlink color" #ffbb00
@advanced color hyperlink-color-visited "Hyperlink color visited" #9900ff
==/UserStyle== */
@-moz-document domain("duckduckgo.com")
{
	a { color: #ffbb00 !important; }
	a { color: /*[[hyperlink-color]]*/ !important; }
	a:visited { color: #9900ff !important; }
	a:visited { color: /*[[hyperlink-color-visited]]*/ !important; }
	div[class*='badge-link'] { display: none !important; } /* removes annoying reminders */
}

Reviews

No reviews yet.