Skip to content

Instantly share code, notes, and snippets.

// ==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==