Skip to content

Instantly share code, notes, and snippets.

@mreq
mreq / github_issue_title.js
Created February 11, 2021 09:08
Copies number and issue title to clipboard on click
// ==UserScript==
// @name github issue title
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://github.com/*
// @grant GM_setClipboard
// ==/UserScript==
@mreq
mreq / github-issue-title.user.js
Created June 20, 2023 10:28
Copies issue number and title on click
// ==UserScript==
// @name github issue title
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://github.com/*
// @grant GM_setClipboard
// ==/UserScript==