Skip to content

Instantly share code, notes, and snippets.

@pioug
pioug / zendesk-hightlight.user.js
Last active February 5, 2020 09:21
Highlight Zendesk tickets based on their priority
// ==UserScript==
// @name Zendesk Highlight
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Highlight Zendesk tickets based on their priority
// @author Gilles Piou
// @match https://bandlab.zendesk.com/*
// @grant none
// ==/UserScript==
@pioug
pioug / index.js
Last active February 26, 2024 09:14
Errors to ignore on Sentry, likely caused by browsers/extensions/webviews
const ignoreErrors = [
/^No error$/,
/__show__deepen/,
/_avast_submit/,
/Access is denied/,
/anonymous function: captureException/,
/Blocked a frame with origin/,
/can't redefine non-configurable property "userAgent"/,
/change_ua/,
/console is not defined/,
@pioug
pioug / currencies.json
Last active August 29, 2015 14:04
List of currencies from https://openexchangerates.org/
[
{
"code":"AED",
"name":"United Arab Emirates Dirham"
},
{
"code":"AFN",
"name":"Afghan Afghani"
},
{