Skip to content

DuckDuckGo with SearchPreview add-on/extantion by oren64

Screenshot of DuckDuckGo with SearchPreview add-on/extantion

Details

Authororen64

LicenseNo License

CategoryDuckduckgo

Created

Updated

Size832 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Show the bigger images

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         DuckDuckGo with SearchPreview add-on/extantion
@version      20220420.10.13
@namespace    userstyles.world/user/oren64
@description  Show the bigger images 
@author       oren64
@license      No License
==/UserStyle== */

@-moz-document domain("duckduckgo.com") {
.is-link-style-exp.is-not-mobile-device .metabar__in,
.is-link-style-exp.is-not-mobile-device #duckbar,
.is-link-style-exp.is-not-mobile-device .zci__main,
.is-link-style-exp.is-not-mobile-device .serp__results,
.is-link-style-exp.is-not-mobile-device .footer {
 padding-left:60px;
}
.result__sitelinks--organics {
 margin-left: 50px;
 margin-top: 30px;
}
.results--sidebar {
 min-width:200px;
 max-width:465px
}


img[src*=searchpreview]{
 margin: 14px 5px 0px 2px !important;
 width: 150px !important;
 height: 120px !important;
}



}

Reviews

No reviews yet.