1
0
Fork 0
This commit is contained in:
Dan Hromada 2014-05-13 10:10:50 +02:00
parent b02a0f0e51
commit 70312b45bf

View file

@ -2,3 +2,27 @@ customjs
========
Custom JavaScript for websites - Chrome Extension
Run custom JavaScript on any website.
Use this tool to inject custom javascript in any website.
Your scripts are kept in the local storage and applied across domain URLs.
You can use jQuery 1.11.0 or 2.1.0 or your own external scripts.
Usage:
- site debugging (wrong list sort, etc.)
- hiding annoyng popups and Ads
- anything you can think of :)
New features:
- Ace Editor (formating, highlight, undo/redo by hotkeys)
- Draft auto save (so doesn't matter when you close the window without saving)
- Hosts (websites) switch (you can browse customjs of other websites)
- Include external script (eq. Underscore.js is cool)
![Mind map](http://hromadadan.com/customjs/mindmap.png)
Thanks to:
Ace - http://ace.c9.io/
Pure - http://purecss.io/