KrzysztofMadejski / InjectJsLib

Load JS library from bookmarklet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InjectJsLib - inject js code on a currently viewed webpage

This code is based on Allan Jardine's Visual Event 2 (webpage, github). It has been stripped to provide just the functionality of loading external libraries (that is js, css and image files).

Use it

Try the demo on http://krzysztofmadejski.github.io/InjectJsLib

  1. In your library implement interface as in SomeLib.js.template
  2. Modify values in the demo above to point to your library
  3. Copy generated bookmarklet link and include it on your site

How to get involved

Any idea how this library can be extended? Post an issue.

About

Load JS library from bookmarklet

License:GNU General Public License v2.0


Languages

Language:JavaScript 61.2%Language:HTML 38.8%