Remove useless ui and make amoled
Remove useless ui and make amoled by NarwhalKid
Details
AuthorNarwhalKid
LicenseNo License
Categorystartpage.com
Created
Updated
Size729 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Remove useless ui and make amoled
Source code
/* ==UserStyle==
@name Remove useless ui and make amoled
@version 20241224.17.52
@namespace https://userstyles.world/user/NarwhalKid
@description Remove useless ui and make amoled
@author NarwhalKid
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.startpage.com/") {
.stocks-qi-container,
.feedback-button-container,
.css-1pducxn,
.css-ntpuhp.eu3pp1u0,
.w-gl-attribution,
.anonymous-view-link,
.bg-disclaimer-container{
display:none;
}
.css-11qrgbk,
.search-form-container,
html,
.time,
.weather,
.maps,
.calculator,
.translator,
.dictionary,
.coupons,
.search-suggest {
background: black !important;
}
.search-suggest {
border-top: 2px solid #3b435b;
}
}