UNPKG

2.52 kBJavaScriptView Raw
1module.exports.list = function () {
2
3 return [
4 "mozilla.org",
5 "mozilla.fr",
6 "microsoft.com",
7 "mozilla.net",
8 "google",
9 "picasaweb",
10 "yahoo",
11 "bing",
12 "youtube",
13 "twitter",
14 "linkedin",
15 "facebook",
16 "pinterest",
17 "foursquare",
18 "instagram",
19 "last",
20 "wikipedia",
21 "baidu",
22 "academia",
23 "feedburner",
24 "galleria",
25 "socialmediatoday",
26 "badoo",
27 "bebo",
28 "blackplanet",
29 "classmates",
30 "fixter",
31 "friendster",
32 "gaiaonline",
33 "habbo",
34 "hi5",
35 "hyves",
36 "ibibo",
37 "kaixin001",
38 "meetup",
39 "millatfacebook",
40 "multiply",
41 "myheritage",
42 "mylife",
43 "myspace",
44 "myyearbook",
45 "nate",
46 "netlog",
47 "ning",
48 "orkut",
49 "perfspot",
50 "renren",
51 "skyrock",
52 "socialmediatoday",
53 "sonico",
54 "soravjain",
55 "studivz.net",
56 "tagged",
57 "tiwitter",
58 "tuenti",
59 "wer-kennt-wen",
60 "zorpia",
61 "cucumbertown",
62 "abc",
63 "advogato",
64 "alexa",
65 "alleyinsider",
66 "athlinks",
67 "bloomberg",
68 "business2community",
69 "buzznet",
70 "care2",
71 "caringbridge",
72 "classmates",
73 "couchsurfing",
74 "crainsnewyork",
75 "cross.tv",
76 "crunchbase",
77 "delicious",
78 "digitalspy",
79 "dol2day",
80 "douban",
81 "elftown",
82 "eweek",
83 "facepartyexposed",
84 "filmaffinity",
85 "flickr",
86 "flixster",
87 "friendster",
88 "ft",
89 "gaiaonline",
90 "gamerdna",
91 "gather",
92 "gays",
93 "geni",
94 "goodreads",
95 "goodwizz",
96 "hispanicprwire",
97 "hospitalityclub",
98 "humanresourcesjournal",
99 "hyves",
100 "ibibo",
101 "italki",
102 "librarything",
103 "livejournal",
104 "mediapost",
105 "mediawiki",
106 "mobile-ent",
107 "myheritage",
108 "myspace",
109 "nexopia",
110 "ngopost",
111 "odnoklassniki",
112 "orkut",
113 "patientslikeme",
114 "poolwo",
115 "prnewswire",
116 "readwriteweb",
117 "reverbnation",
118 "rnw",
119 "sinlung",
120 "socialmediatoday",
121 "statisticbrain",
122 "straitstimes",
123 "studivz.net",
124 "sulake",
125 "taringa.net",
126 "techcrunch",
127 "techtudo.br",
128 "telecom.paper",
129 "thebeijinger",
130 "travbuddy",
131 "travellerspoint",
132 "treehugger",
133 "trombi",
134 "usatoday",
135 "viadeo",
136 "vox",
137 "washingtonpost",
138 "web-strategist",
139 "weeworld",
140 "wikidata",
141 "wikimediafoundation",
142 "wiser",
143 "writeaprisoner",
144 "zibb",
145 "zh.wikipedia",
146 "zooppa",
147 "zanox",
148 "ovh",
149 "webadmax",
150 "digg",
151 "amazon"
152 ];
153
154};