A small JS script to add external dependencies to jsfiddle.net from CDN list via dropdown
This is a chrome extension for the site http://jsfiddle.net
Basically, if a piece of code you are writting in jsfiddle needs additional library, instead of manually searching for it, you can start typing the name inside the input field, this will add the library with a simple click.
The code is hosted in https://github.com/samayo/jsfiddle-cdn-loader
feel free to send a PR