Skip to content

Instantly share code, notes, and snippets.

@bitzip
bitzip / tampermonkey-fontawesome-copy-icon-name.user.js
Last active June 4, 2018 06:38
Fontawesome click icon to copy icon name to clipboard
// ==UserScript==
// @name fontawesome copy icon name
// @namespace https://gist.github.com/kelly-apollo/1173743d2884dce0b8b1dd4b60125f23
// @version 0.2
// @description try to take over the world!
// @author Kelly Apollo
// @match http://fontawesome.io/icons/
// @grant GM_setClipboard
// ==/UserScript==