Skip to content

Instantly share code, notes, and snippets.

View harryi3t's full-sized avatar
👻
Just do it

Harendra Singh harryi3t

👻
Just do it
  • Rippling
  • Bangalore
View GitHub Profile
&    separates commands on a line.

&&    executes this command only if previous command's errorlevel is 0.

||    (not used above) executes this command only if previous command's errorlevel is NOT 0

>    output to a file

>>    append output to a file
@harryi3t
harryi3t / tamperMonkeySentry.js
Last active February 11, 2025 15:53
Tamper monkey: Sentry copy on-call info
// ==UserScript==
// @name Sentry Copy On-Call Info
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Add a button to copy on-call info from Sentry issue pages
// @match https://people-center-inc.sentry.io/issues/*
// @grant none
// ==/UserScript==
(function () {