Size
338 B
Version
1.0.0
Created
Dec 16, 2025
Updated
about 2 months ago
1// ==UserScript==
2// @name Extension for www.andamantourism.gov.in
3// @description A new extension
4// @version 1.0.0
5// @match https://*.andamantourism.gov.in/*
6// @icon https://www.andamantourism.gov.in/etourist/img/favicon.png
7// ==/UserScript==
8
9(function() {
10 'use strict';
11 // Your code here
12})();