Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1 KB

README.md

File metadata and controls

46 lines (26 loc) · 1 KB

Price rounder

Description

A browser plugin for Google Chrome and Firefox to round up prices to next integer. This plugin neutralizes the common marketing trick of price tags. When the price is 9.99 it will show 10 [9.99].

Example screenshots

Rounded:

digitec rounded

Original:

digitec original

Rounded:

ebay rounded

Original:

ebay orignal

Usage

  1. Open Chrome
  2. Open Settings / Extension
  3. Enable Developer mode
  4. Select the script directory in Load unpacked extension...

Chrome config

Tests

Have a look at QUnit tests

Known issues

Every number is rounded not jut the price tags :)

Credits

Thank you very much to James Padolsey http://james.padolsey.com for the very useful findAndReplaceDOMText function.