Skip to content

Instantly share code, notes, and snippets.

@choochootrain
Last active February 6, 2025 21:45
Show Gist options
  • Select an option

  • Save choochootrain/132c806b69f4ba08c851eef2a1ab0e56 to your computer and use it in GitHub Desktop.

Select an option

Save choochootrain/132c806b69f4ba08c851eef2a1ab0e56 to your computer and use it in GitHub Desktop.
// ==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