Noun Project allow copying

Allow copying original and edited icon images on Noun Project

  1. // ==UserScript==
  2. // @name Noun Project allow copying
  3. // @namespace Violentmonkey Scripts
  4. // @match *://thenounproject.com/*
  5. // @grant GM_addStyle
  6. // @version 1.0
  7. // @author CyrilSLi
  8. // @license MIT
  9. // @description Allow copying original and edited icon images on Noun Project
  10. // ==/UserScript==
  11.  
  12. GM_addStyle("img { pointer-events: auto !important; }");