This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Coupang price trends | |
| // @namespace seanl | |
| // @description Attaches buttons that links to price trends page on coupang websites | |
| // @version 1.0.1 | |
| // @license MIT | |
| // @match https://www.coupang.com/* | |
| // @grant unsafeWindow | |
| // @run-at document-end | |
| // ==/UserScript== |
OlderNewer