Skip to content

Instantly share code, notes, and snippets.

@philflores
philflores / keybase.md
Created March 19, 2019 16:24
keybase verification

Keybase proof

I hereby claim:

  • I am philflores on github.
  • I am philflores (https://keybase.io/philflores) on keybase.
  • I have a public key ASDU3TbYRPolz7VR2axsoXc5U-k75GHmHfMNWvItQFMBoQo

To claim this, I am signing this object:

@philflores
philflores / jiran-new-window.js
Created April 19, 2018 21:15
tampermonkey script to open new windows when browsing jira
// ==UserScript==
// @name Jira open links in new tab/window
// @namespace http://slytrunk.com
// @version 0.1
// @description open new tab/window for links in bug descriptions
// @author Phil Flores
// @match https://*.atlassian.net/*
// @grant none
// @noframes true
// ==/UserScript==