diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2017-01-14 16:19:40 +0100 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2017-01-14 16:19:40 +0100 |
commit | e43e8398f6bb1af367603ebef36dc83eae5688c4 (patch) | |
tree | 8962a9ba31ba66d1d24b3f8d68b2787323ff0cda /netsniff.js | |
parent | fa8ee168ef93d76a45180b67204a251a32b98b90 (diff) |
Add link to another source for netsniff.js.
Diffstat (limited to 'netsniff.js')
-rw-r--r-- | netsniff.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netsniff.js b/netsniff.js index 37d109f..35e5c14 100644 --- a/netsniff.js +++ b/netsniff.js @@ -1,4 +1,5 @@ // from http://stackoverflow.com/questions/16846506/phantomjs-timeout +// based on https://github.com/ariya/phantomjs/raw/master/examples/netsniff.js "use strict"; // stop after 20 sec ( add this before you request your webpage ) |