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
f18fb3c7
Commit
f18fb3c7
authored
Nov 29, 2016
by
Craig Earley
Browse files
data file for urls
parent
9d96bcd2
Changes
2
Hide whitespace changes
Inline
Side-by-side
extension/data/urls.txt
0 → 100644
View file @
f18fb3c7
https://www.bing.com/
https://www.google.com/
wikipedia
extension/js/background.js
View file @
f18fb3c7
var
debug
=
1
;
var
urls_to_compare
=
readTextFile
(
"
urls.txt
"
);
var
urls_to_compare
=
readTextFile
(
"
data/
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