Size
289 B
Version
1.0.1
Created
Nov 11, 2025
Updated
about 1 month ago
1// ==UserScript==
2// @name Extension for www.prepmart.in
3// @description A new extension
4// @version 1.0.1
5// @match https://*.prepmart.in/*
6// @icon https://www.prepmart.in/prepmart-favicon.png?1761634265
7// ==/UserScript==
8(function() {
9 'use strict';
10 // Your code here
11})();