Skip to content

Simple DuckDuckGo - No Sidebar by nwatham

Screenshot of Simple DuckDuckGo - No Sidebar

Details

Authornwatham

LicenseBSD-2-Clause

Categoryduckduckgo.com

Created

Updated

Size531 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simply hides DuckDuckGo's sidebar and adjusts the width-hint appropriately.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Simple DuckDuckGo - No Sidebar
@author		Nathan Middleton <nathan@aplace.us>
@version	2
@description    Simple, hide the sidebar along with fix page width hinting.
@namespace	github.com/morenathan/simple-ddg-nosidebar
@license        BSD-2-Clause
==/UserStyle== */
@-moz-document domain("duckduckgo.com") {
	* {
		min-width: initial !important;
	}
	
	.results--main {
		max-width: initial !important;
	}

	.results--sidebar,
	.js-results-sidebar {
		visibility: collapse;
	}
}

Reviews

No reviews yet.