Last active
February 6, 2025 21:45
-
-
Save choochootrain/132c806b69f4ba08c851eef2a1ab0e56 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Zoho Test Plugin | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Test zoho. | |
| // @author You | |
| // @include https://salesiq.zoho.in/vandrevalafoundation | |
| // @grant GM_log | |
| // ==/UserScript== | |
| (function() { | |
| 'use strict'; | |
| alert('hello'); | |
| })(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment