1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
matomo-injector/README.md

28 lines
922 B
Markdown
Raw Normal View History

2014-05-07 13:47:15 +02:00
customjs
========
2014-05-13 10:13:02 +02:00
[Custom JavaScript for websites - Chrome Extension](https://chrome.google.com/webstore/detail/custom-javascript-for-web/poakhlngfciodnhlhhgnaaelnpjljija)
2014-05-13 10:10:50 +02:00
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:
2014-05-13 10:13:02 +02:00
- Ace - http://ace.c9.io/
- Pure - http://purecss.io/