Allow copying original and edited icon images on Noun Project
当前为
// ==UserScript==
// @name Noun Project allow copying
// @namespace Violentmonkey Scripts
// @match *://thenounproject.com/*
// @grant GM_addStyle
// @version 1.0
// @author CyrilSLi
// @license MIT
// @description Allow copying original and edited icon images on Noun Project
// ==/UserScript==
GM_addStyle("img { pointer-events: auto !important; }");