Skip to content

Instantly share code, notes, and snippets.

View lveillard's full-sized avatar

Loïc Veillard lveillard

View GitHub Profile
@stevenhao
stevenhao / Require Lodash
Created December 25, 2018 04:47
Imports lodash (and any other npm package) via tampermonkey & requirify.
// ==UserScript==
// @name Require Lodash
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Asynchronously inject lodash into all webpages
// @author Steven Hao
// @match *://*/*
// @grant none
// ==/UserScript==