I hereby claim:
- I am pesla on github.
- I am pesla (https://keybase.io/pesla) on keybase.
- I have a public key ASAo2xKvnKANHZPafN1cD7C97DCXxcV1GQDyCTdgGLvu6Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name Decorate backend UI on local implementation | |
| // @version 0.1 | |
| // @author Procurios | |
| // @match http://*.peter/* | |
| // @grant none | |
| // ==/UserScript== | |
| (function (global) { | |
| 'use strict'; |
| // ==UserScript== | |
| // @name Zendesk ID-field | |
| // @namespace https://procurios.zendesk.com/agent | |
| // @version 0.1 | |
| // @description Adds ID-field to Zendesk | |
| // @match https://procurios.zendesk.com/agent/* | |
| // ==/UserScript== | |
| var ZD = ZD || {}; |
| on alfred_script(q) | |
| set ticketId to q | |
| set serverURI to "https://procurios.zendesk.com" | |
| set browserURL to "/tickets/" & ticketId | |
| set found to false | |
| tell application "Google Chrome Canary" | |
| if (count every window) > 0 then | |
| repeat with theWindow in every window | |
| set theTabIndex to 0 |