-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathuser_script.ts
29 lines (27 loc) · 1.39 KB
/
user_script.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// ==UserScript==
// @name ZenDesk for TSEs
// @namespace holatuwol
// @version 23.5
// @updateURL https://raw.githubusercontent.com/holatuwol/liferay-faster-deploy/master/userscripts/zendesk.user.js
// @downloadURL https://raw.githubusercontent.com/holatuwol/liferay-faster-deploy/master/userscripts/zendesk.user.js
// @supportURL https://github.com/holatuwol/liferay-zendesk-userscript/issues/new
// @include /https:\/\/liferay-?support[0-9]*.zendesk.com\/.*/
// @include /https:\/\/24475.apps.zdusercontent.com\/24475\/assets\/.*\/issue_creator.html/
// @grant unsafeWindow
// @grant GM.xmlHttpRequest
// @grant GM_getValue
// @grant GM.getValue
// @grant GM_setValue
// @grant GM.setValue
// @grant GM_registerMenuCommand
// @grant GM.registerMenuCommand
// @require https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.5/jszip.min.js
// @require https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js
// @require https://unpkg.com/[email protected]/docs/lib/stackedit.min.js
// @require https://unpkg.com/[email protected]/dist/turndown.js
// @require https://raw.githubusercontent.com/sizzlemctwizzle/GM_config/master/gm_config.js
// ==/UserScript==
/**
* Compiled from TypeScript
* https://github.com/holatuwol/liferay-zendesk-userscript
*/