AndrewSouthpaw / console-injector

Easily inject popular javascript libraries into any page using console.inject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

license

Console Injector

Console Injector is a chrome extension allowing easy injection of javascript scripts into any page from the console.

console.inject('jquery');

This is very handy for quickly testing ideas in the console and rapidly injecting code into existing sites. Console Injector searches cdnjs for javascript libraries matching a given input string, and inserts the latest corresponding script hosted at cdnjs.cloudflare.com.

Console Injector is the product of a hackathon team at Hack Reactor consisting of Andy Coenen, Wesley Smyth, Kiran Rao, Henry Wong, and Matt Conrad.

Console Injector is available on the Google Chrome Web Store.

About

Easily inject popular javascript libraries into any page using console.inject


Languages

Language:JavaScript 100.0%