Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oncela
Gafam Detector
Commits
d2bfa2b8
Commit
d2bfa2b8
authored
Feb 19, 2018
by
Oncela
Browse files
Upload New File
parent
f6107955
Changes
1
Show whitespace changes
Inline
Side-by-side
companies.js
0 → 100644
View file @
d2bfa2b8
// Étape #1 : liste les entreprises ciblées, leur couleur, et leur liste de noms de domaines que doit détecter tabs.js
var
companies
=
[
{
title
:
"
Google
"
,
color
:
"
#f2563c
"
,
domains
:
[
"
google.com
"
,
"
google.fr
"
,
"
google-analytics.com
"
,
"
googletagmanager.com
"
,
"
doubleclick.net
"
,
"
googleadservices.com
"
,
"
youtube.com
"
,
"
googleapis.com
"
,
"
googlesyndication.com
"
,
]
},
{
title
:
"
Amazon
"
,
color
:
"
#f57900
"
,
domains
:
[
"
amazon.com
"
,
"
amazon.fr
"
,
"
amazon-adsystem.com
"
,
"
amazonaws.com
"
,
"
amazonsupply.com
"
,
],
},
{
title
:
"
Facebook
"
,
color
:
"
#3465a4
"
,
domains
:
[
"
facebook.com
"
,
"
facebook.fr
"
,
"
instagram.com
"
,
"
fbcdn.net
"
,
]
},
];
Write
Preview
Supports
Markdown
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