Size
326 B
Version
1.0.0
Created
Nov 8, 2025
Updated
about 1 month ago
1// ==UserScript==
2// @name Extension for aff.dhgate.com
3// @description A new extension
4// @version 1.0.0
5// @match https://*.aff.dhgate.com/*
6// @icon https://js.dhresource.com/dhgate/affiliate-publisher/favicon.ico
7// ==/UserScript==
8
9(function() {
10 'use strict';
11 // Your code here
12})();