Size
337 B
Version
1.0.1
Created
Oct 15, 2025
Updated
8 days ago
1// ==UserScript==
2// @name Extension for shopee.com.br
3// @description A new extension
4// @version 1.0.1
5// @match https://*.shopee.com.br/*
6// @icon https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/assets/icon_favicon_1_32.9cd61b2e90c0f104.png
7// ==/UserScript==
8(function() {
9 'use strict';
10 // Your code here
11})();