Increase information density reducing excess spacing and unnecessary elements.
Tutorial
| time | section | 
|---|---|
| 00:00 | Intro | 
| 02:02 | Find elements to hide | 
| 04:19 | Apply CSS | 
| 07:15 | Reduce line spacing | 
| 08:44 | Shorten result margin | 
| 10:18 | Cap extra lines | 
| 14:56 | Reduce font size | 
| 15:47 | Compare on mobile | 
Recipe
- Name
- Customize DuckDuckGo
- CSS
- * { font-size: 9pt; }- .module--images, .module--carousel-videos { 
 display: none !important;
 }- .result { 
 margin-bottom: 0;
 }- .result__snippet { 
 max-height: 28px;
 overflow: hidden;
 line-height: 1 !important;
 }
Sites that have pre-made CSS
Part of Cooking with Launchlet.