hide buy again link
www.amazon.com by ygagnon
Details
Authorygagnon
LicenseNo License
Categoryamazon.com
Created
Updated
Code size815 B
Code checksuma2e052bf
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.amazon.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.amazon.com/") {
#gridCell-B08VW9TDLY,
#gridCell-B0C9WC1M85,
#gridCell-B0D1V2731S,
#gridCell-B09MR5DKVT,
#gridCell-B001BKPL1Q,
#gridCell-B0CNK1S2Y7,
#gridCell-B002MCJK0K,
#gridCell-B0BT96FNPW,
#gridCell-B09P1Y6NGH {
display: none;
}
.a-unordered-list:has(*[href*="archived"]) {
display:none;
}
.order-card__list:has(*[href*="B08FRG3L83"]) {
display:block;
}
}