just to dim down ebay and not ruin the experience
ebay by croutons
Details
Authorcroutons
LicenseNo License
Categoryetsy.com ebay.co.uk
Created
Updated
Size358 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ebay
@namespace yea
@version 1.0.0
@description just to dim down ebay and not ruin the experience
@author croutons
==/UserStyle== */
@-moz-document domain("ebay.co.uk"),
domain("ebay.com"){
body, html {
background-color: #fff;/* yeah i had no other choice xd */
filter: brightness(0.8);
}
}