Skip to content

Instantly share code, notes, and snippets.

View theoBLT's full-sized avatar
🎯
Focusing

Théo Blochet theoBLT

🎯
Focusing
View GitHub Profile
@theoBLT
theoBLT / Zendesk_TamperMonkey_UserScript.js
Created July 27, 2018 14:56
TamperMonkey userscript providing a boilerplate to open other tools with data form Zendesk, with just a keyboard shortcut.
// ==UserScript==
// @name Open User's Back-office page
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Open user's back-office page straight from Zendesk!
// @author Théo Blochet
// @match https://qonto.zendesk.com/agent/tickets/*
// @grant none
// ==/UserScript==