- commit
- 39a0fd1e29a42261864cb158571b5b99ad0c0b6d
- parent
- 9d8ea29e5a685a38f0413e38ed08979d37f12a63
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2015-11-03 20:00
add readme
Diffstat
| A | README.md | 7 | +++++++ |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
@@ -0,0 +1,7 @@ -1 1 Very simple chrome noscript extension. -1 2 -1 3 With [`beforeload` -1 4 gone](https://code.google.com/p/chromium/issues/detail?id=333318) and -1 5 [`beforescriptexecute`](https://developer.mozilla.org/en-US/docs/Web/Events/beforescriptexecute) -1 6 not yet supported this uses `webRequest` to block loading JavaScript files. -1 7 Note that this will not block inline JavaScript.