Inject JavaScript libraries into your current page.
Inject JavaScript libraries into any webpage with the click of a button.
Have you ever wanted to make a request on a page through the Chrome Developer console? Maybe you wanted to scrape a table using jQuery. Maybe you wish you had access to Lodash/Underscore's powerful comprehensions. Maybe you wanted the date processing capabilities of Moment or the functional elegance of Ramda.
With Injecta, you can now do this without having to copy/paste scripts into the console. Injecta allows you to inject pre-defined JavaScript libraries directly into webpages to give you full control of your webpages.
Source: https://github.com/simplyianm/injecta
Latest reviews
- (2017-01-26) great! using it to practice with Ramda.... how can I get more libs? I would like to add some of the folktale ones...https://github.com/folktale/data.task, https://github.com/folktale/data.either, https://github.com/folktale/data.maybe
- (2015-12-13) Did what I wanted, which was to make lodash available in the console for playing with code on a live site with just a couple clicks.