Simplify Ecosia to look more like google & remove ads
Simplified Ecosia by cecilia-sanare
Details
Authorcecilia-sanare
LicenseGPL-3.0
Categorywww.ecosia.org
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 www.ecosia.org - May 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Simplify Ecosia to look more like google & remove ads
@author Cecilia Sanare
==/UserStyle== */
@-moz-document domain("www.ecosia.org") {
/* Hides Ads, but still satisfies Ecosia */
[data-test-id="mainline-result-productAds"],
[data-test-id="mainline-result-ad"],
[data-test-id="search-navigation-item-chat"],
.main-header__install-cta {
display: none !important;
}
}
@-moz-document url("https://www.ecosia.org/") {
.indexpage {
display: flex;
flex-direction: column;
min-height: 100dvh;
}
.index-header {
display: flex;
flex-direction: column;
position: unset !important;
flex: 1;
}
.main-header__logo > .index-header__logo {
margin-right: 0;
height: 100px;
width: unset;
}
.main-header__content,
.main-header__navigation {
display: flex;
flex-direction: column;
flex: 1;
align-items: center;
justify-content: center;
}
.main-header__navigation {
gap: 20px;
}
.above-fold-section,
.section-wrapper,
.forest-section,
.wave-separator,
.notifications,
.main-nav,
.main-header__space {
display: none !important;
}
}