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
@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 () {
&    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 / index.html
Created October 30, 2019 14:19
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>7.0.0</title>
<style>
.color {
color: orange
}
</style>
@harryi3t
harryi3t / index.html
Created October 10, 2019 20:48
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<h3>Take a Screenshot</h3>
<i>Supports: Win, macOS, Linux <span>|</span> Process: Renderer</i>
<div>
@harryi3t
harryi3t / index.html
Created October 10, 2019 20:33
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<h3>Take a Screenshot</h3>
<i>Supports: Win, macOS, Linux <span>|</span> Process: Renderer</i>
<div>
@harryi3t
harryi3t / index.html
Created October 10, 2019 20:03
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<h3>Notification with image</h3>
<i>Supports: Win 7+, macOS, Linux (that supports libnotify)<span>|</span> Process: Renderer</i>
<div>
@harryi3t
harryi3t / index.html
Created October 10, 2019 20:02
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<h3>Basic notification</h3>
<i>Supports: Win 7+, macOS, Linux (that supports libnotify)<span>|</span> Process: Renderer</i>
<div>
@harryi3t
harryi3t / index.html
Created October 9, 2019 20:29
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<div>
<h1>Context Menu</h1>
<i>Supports: Win, macOS, Linux <span>|</span> Process: Main</i>
@harryi3t
harryi3t / index.html
Created October 9, 2019 18:43
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<div>
<h1>Supports: Win, macOS, Linux <span>|</span> Process: Main</h1>
<div>
@harryi3t
harryi3t / index.html
Created August 5, 2019 10:30
Electron Fiddle Gist
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Triaging GitHub 17933!</title>
</head>
<body>
<h1>Triaging Electron Issue GitHub #17933!</h1>
<!-- All of the Node.js APIs are available in this renderer process. -->
We are using Node.js <script>document.write(process.versions.node)</script>,