Amazon - Highlight resellers

See instantly if the product really comes from Amazon or from a reseller

These are versions of this script where the code was updated. Show all versions.

  • v1.8.0 2023-04-19
    • Removed smile.amazon.com (service discontinued)
    • Fixed keyword detection in buybox details (Amazon added some payment info text)
  • v1.7.1 2022-12-09

    Improve detection for seller amazon.com

  • v1.7.0 2022-11-02

    Changed default color for pure amazon products from green to a lighter limegreen

    Colors can now be saved beyond updates (just edit the code at the top)

    Added amazon.pl

  • v1.6.1 2022-10-30

    Add more of those JS semicolons...

  • v1.6.0 2022-10-30
    • Add handling of third sellerInfo box design
    • Better string sanitation
    • Colors are changeable by changing variables at the top
  • v1.5.0 2022-10-30

    Added amazon.se Changed way of style insertion Adapted to the now more prominent "tabularBuyBox" design Added lots of languages for the new design

  • v1.4.1 2022-10-25

    update RegEx for better structure and more possible country TLDs

  • v1.4.0 2022-10-24

    Added Belgian amazon.com.be Added matching strings (english, dutch, french) for "buybox" design variant

  • v1.3.1 2022-03-15

    remove console logs

  • v1.3.0 2022-03-15

    Added support for new tabular buybox (seen on amazon.co.uk)

  • v1.2.3 2021-11-23

    get reseller name for styling by selector

  • v1.2.2 2020-08-21 add another german matching phrase
  • v1.2.1 2020-07-01 add amazon smile
  • v1.2.0 2020-07-01 Added more languages to the positive list; added turkish and UAE domains
  • v1.1.1 2020-07-01 trim whitespace around string to be detected
  • v1.1.0 2020-06-18 merchantID is not provided anymore. Need to match text. Just change "Verkauf und Versand durch Amazon." to the matching phrase in your language.
  • v1.0.3 2020-02-18 sync my local version to public version (forgot the changes)
  • v1.0.1 2019-04-09 prevent console errors; === instead of ==
  • v1.0.0 2019-04-09