Cleans both Qwant homepage and search result page of anything that's not needed. This script does not remove the stuff that can be removed from Qwant settings.
Cleaner Qwant by alekarhis
Details
Authoralekarhis
LicenseMIT
Category*://qwant.*
Created
Updated
Size1.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Cleaner Quant
@version 20240118.16.25
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.qwant."), url-prefix("http://www.qwant.") {
/* ==UserStyle==
@name Cleaner Qwant
@namespace alekarhis
@version 1.0.5
@description Removes everything but the "Qwant" title and the search bar from Qwant homepage. Also removes everything that's not necessary from the search results page. Qwant theme and other settings can still be accessed but only from the search results page or disabling the script temporarily. This script does not remove the stuff that can be removed from Qwant settings.
@author alekarhis
@license MIT
@preprocessor stylus
==UserStyle==*/
header,
footer,
nav,
.all_content,
.header_content.header_content--classic :not(.header__item--appmenu),
.verticals__container,
div._1gyaA,
.result-smart__news,
section._2gJiB._3eNpH {
display: none !important
}
main._15VRu {
margin-left: 0;
width: 100%
}
main._15VRu div._2GMK3 {
padding-left: 50px
}
main._15VRu div._27RFp {
margin-left: 0;
padding-left: 50px;
width: 100%
}
main._15VRu div._1l9TR {
border-bottom: 0
}
main._15VRu div._3gNfz {
padding-left: 196px
}
div._3yM0k {
margin-top: 20px
}
section._1G88Y {
height: 100vh
}
}