Size
295 B
Version
1.0.0
Created
Feb 9, 2026
Updated
about 1 month ago
1// ==UserScript==
2// @name Extension for www.myon.com.sg
3// @description A new extension
4// @version 1.0.0
5// @match https://*.myon.com.sg/*
6// @icon https://www.myon.com.sg/favicon.ico
7// ==/UserScript==
8
9(function() {
10 'use strict';
11 // Your code here
12})();