Noun Project allow copying

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; }");