Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
craig1617
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Seniors
craig1617
Commits
25da7a3f
Commit
25da7a3f
authored
8 years ago
by
Craig Earley
Browse files
Options
Downloads
Patches
Plain Diff
created files for start and stop URL's
parent
0e768177
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
extension/data/start_urls.txt
+2
-0
2 additions, 0 deletions
extension/data/start_urls.txt
extension/data/stop_urls.txt
+1
-0
1 addition, 0 deletions
extension/data/stop_urls.txt
extension/js/background.js
+1
-1
1 addition, 1 deletion
extension/js/background.js
with
4 additions
and
1 deletion
extension/data/start_urls.txt
0 → 100644
+
2
−
0
View file @
25da7a3f
https://www.google.com/
https://www.bing.com/
This diff is collapsed.
Click to expand it.
extension/data/stop_urls.txt
0 → 100644
+
1
−
0
View file @
25da7a3f
https://en.wikipedia.org/wiki/Main_Page
This diff is collapsed.
Click to expand it.
extension/js/background.js
+
1
−
1
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*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment