Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Seniors
craig1617
Commits
25da7a3f
Commit
25da7a3f
authored
Nov 29, 2016
by
Craig Earley
Browse files
created files for start and stop URL's
parent
0e768177
Changes
3
Hide whitespace changes
Inline
Side-by-side
extension/data/start_urls.txt
0 → 100644
View file @
25da7a3f
https://www.google.com/
https://www.bing.com/
extension/data/stop_urls.txt
0 → 100644
View file @
25da7a3f
https://en.wikipedia.org/wiki/Main_Page
extension/js/background.js
View file @
25da7a3f
...
...
@@ -2,7 +2,7 @@ var debug = 1;
var
start_time
=
Date
.
now
();
var
stop_time
;
var
duration
;
var
urls_to_compare
=
readTextFile
(
"
../data/urls.txt
"
);
var
urls_to_compare
=
readTextFile
(
"
../data/
stop_
urls.txt
"
);
/* this code base courtesty of https://stackoverflow.com/questions/14446447/javascript-read-local-text-file#14446538*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment