Replaces the old dithered magnifier lens with a new one that's easier to see
Better amazon magnifier lens by SCYline
Details
AuthorSCYline
LicenseNo License
Categorywww.amazon.com
Created
Updated
Size505 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This style is quite simple.
Source code
/* ==UserStyle==
@name Better amazon magnifier lens
@namespace i don't have a website lmao
@version 1.0.0
@description Replaces the old dithered magnifier lens with a new one that's easier to see
@author SCYline
==/UserStyle== */
@-moz-document domain("www.amazon.com") {
#magnifierLens {
background: #6793e43d !important;
border: 1px solid #b2c0d7f7;
backdrop-filter: contrast(80%) saturate(60%);
outline: 1px solid #2b4c8bf7;
}
}