Size
303 B
Version
1.0.0
Created
Oct 30, 2025
Updated
15 days ago
1// ==UserScript==
2// @name Extension for linkvertise.com
3// @description A new extension
4// @version 1.0.0
5// @match https://*.linkvertise.com/*
6// @icon https://linkvertise.com/favicon.ico
7// ==/UserScript==
8
9(function() {
10 'use strict';
11 // Your code here
12})();