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 MercadoLibre: Comparar precios de mis compras | |
// @namespace mercadolibre-precios-de-mis-compras | |
// @version 1.5 | |
// @description In the MercadoLibre purchases list, display the price when the product was purchased and the current price. | |
// @author Martín Gaítan and ChatGPT | |
// @match https://myaccount.mercadolibre.com.ar/my_purchases/list* | |
// @grant GM_xmlhttpRequest | |
// @connect mercadolibre.com.ar | |
// @connect mercadoshops.com.ar |