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 ML Catalog Checker | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2.2 | |
| // @description Sinaliza quais produtos são catálogos no Mercado Livre (verifica conteúdo real do anúncio) | |
| // @author Você | |
| // @match https://lista.mercadolivre.com.br/* | |
| // @match https://www.mercadolivre.com.br/ofertas* | |
| // @grant GM_xmlhttpRequest | |
| // @connect www.mercadolivre.com.br |