Skip to content

Instantly share code, notes, and snippets.

View strugee's full-sized avatar

AJ Jordan strugee

View GitHub Profile
@strugee
strugee / keybase.md
Created January 14, 2018 23:46
Keybase verification

Keybase proof

I hereby claim:

  • I am strugee on github.
  • I am strugee (https://keybase.io/strugee) on keybase.
  • I have a public key ASC9gapv_grlcgAsbrftwWFxIlY7sBXSCWOJunNNrZ__kQo

To claim this, I am signing this object:

@strugee
strugee / count-your-issues.json
Last active April 28, 2019 08:28
Personal config file for count-your-issues
[
{
"type": "github",
"username": "strugee"
},
{
"type": "gitlab",
"username": "strugee",
"cookie": "XXX"
},
@strugee
strugee / allowlist
Created January 5, 2023 19:27 — forked from frenata/allowlist
blocklist bypass
twitter
twimg
linkedin
licdn
t.co
@strugee
strugee / hide-work-github-notifications.js
Last active September 17, 2023 22:51
Hide GitHub notifications about work on your personal machine
// ==UserScript==
// @name Hide work-related GitHub notifications
// @namespace https://strugee.net/
// @description Hides GitHub notifications about work on your personal machine
// @version 4
// @grant GM.setValue
// @grant GM.getValue
// @include https://github.com/*
// @noframes
// @run-at document-end