typo fix syntax highlighting

This commit is contained in:
iddoeldor 2018-08-09 00:03:30 +03:00 committed by GitHub
parent 3bc49495a3
commit f1fc4e30ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -444,7 +444,7 @@ function hookInputStream() {
if ( ! reExcludeList.test(resp) ) { if ( ! reExcludeList.test(resp) ) {
console.log(resp); console.log(resp);
} }
var reIncludeList = new RegExp(['AAA', 'BBB', 'CCC].join('|')); var reIncludeList = new RegExp(['AAA', 'BBB', 'CCC'].join('|'));
if ( reIncludeList.test(resp) ) { if ( reIncludeList.test(resp) ) {
send( binaryToHexToAscii(b, 1200) ); send( binaryToHexToAscii(b, 1200) );
} }
@ -456,6 +456,15 @@ function hookInputStream() {
Java.perform(hookInputStream); Java.perform(hookInputStream);
``` ```
#### TODOs #### TODOs
- Add GIFs & docs - Add GIFs & docs
- Add links to /scripts - Add links to /scripts