Effective date: 2026-05-27
Nice Markdown is a Chrome extension that formats Markdown files opened in Chrome.
Nice Markdown does not collect, sell, transmit, or share personal data.
| // ==UserScript== | |
| // @name Hive x Curator | |
| // @namespace http://tampermonskey.net/ | |
| // @version v2 | |
| // @description Link reported content to BandLab Curator | |
| // @author Gilles | |
| // @match https://dashboard.thehive.ai/app/* | |
| // @grant none | |
| // ==/UserScript== |
| // ==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== |
| 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/, |
| [ | |
| { | |
| "code":"AED", | |
| "name":"United Arab Emirates Dirham" | |
| }, | |
| { | |
| "code":"AFN", | |
| "name":"Afghan Afghani" | |
| }, | |
| { |