@adtrackify/at-service-common 1.2.33 → 1.2.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/dist/__tests__/helpers/subscription-helper.spec.d.ts +1 -1
  2. package/dist/__tests__/helpers/subscription-helper.spec.js +27 -27
  3. package/dist/__tests__/s3-client/s3-client.spec.d.ts +1 -1
  4. package/dist/__tests__/s3-client/s3-client.spec.js +24 -24
  5. package/dist/clients/generic/cognito-client.d.ts +19 -19
  6. package/dist/clients/generic/cognito-client.js +139 -139
  7. package/dist/clients/generic/dynamodb-client.d.ts +15 -15
  8. package/dist/clients/generic/dynamodb-client.js +122 -122
  9. package/dist/clients/generic/eventbridge-client.d.ts +14 -14
  10. package/dist/clients/generic/eventbridge-client.js +45 -45
  11. package/dist/clients/generic/http-client.d.ts +30 -30
  12. package/dist/clients/generic/http-client.js +28 -28
  13. package/dist/clients/generic/index.d.ts +6 -6
  14. package/dist/clients/generic/index.js +6 -6
  15. package/dist/clients/generic/s3-client.d.ts +14 -14
  16. package/dist/clients/generic/s3-client.js +78 -78
  17. package/dist/clients/generic/sqs-client.d.ts +14 -14
  18. package/dist/clients/generic/sqs-client.js +34 -34
  19. package/dist/clients/index.d.ts +3 -3
  20. package/dist/clients/index.js +3 -3
  21. package/dist/clients/internal-api/accounts-client.d.ts +82 -82
  22. package/dist/clients/internal-api/accounts-client.js +78 -78
  23. package/dist/clients/internal-api/destinations-client.d.ts +54 -54
  24. package/dist/clients/internal-api/destinations-client.js +36 -36
  25. package/dist/clients/internal-api/index.d.ts +4 -4
  26. package/dist/clients/internal-api/index.js +4 -4
  27. package/dist/clients/internal-api/shopify-app-install-client.d.ts +57 -57
  28. package/dist/clients/internal-api/shopify-app-install-client.js +42 -42
  29. package/dist/clients/internal-api/users-auth-client.d.ts +61 -61
  30. package/dist/clients/internal-api/users-auth-client.js +73 -73
  31. package/dist/clients/third-party/index.d.ts +1 -1
  32. package/dist/clients/third-party/index.js +1 -1
  33. package/dist/clients/third-party/shopify-client.d.ts +90 -90
  34. package/dist/clients/third-party/shopify-client.js +121 -121
  35. package/dist/helpers/index.d.ts +5 -5
  36. package/dist/helpers/index.js +5 -5
  37. package/dist/helpers/input-validation-helper.d.ts +2 -2
  38. package/dist/helpers/input-validation-helper.js +18 -18
  39. package/dist/helpers/logging-helper.d.ts +15 -15
  40. package/dist/helpers/logging-helper.js +53 -53
  41. package/dist/helpers/response-helper.d.ts +36 -36
  42. package/dist/helpers/response-helper.js +35 -35
  43. package/dist/helpers/shopify-helper.d.ts +9 -9
  44. package/dist/helpers/shopify-helper.js +23 -23
  45. package/dist/helpers/subscription-helper.d.ts +8 -8
  46. package/dist/helpers/subscription-helper.js +181 -181
  47. package/dist/index.d.ts +5 -5
  48. package/dist/index.esm.js +4865 -32
  49. package/dist/index.esm.js.map +4 -4
  50. package/dist/index.js +5 -5
  51. package/dist/libs/clickId-parser.d.ts +21 -0
  52. package/dist/libs/clickId-parser.js +28 -0
  53. package/dist/libs/clickId-parser.js.map +1 -0
  54. package/dist/libs/crypto.d.ts +1 -1
  55. package/dist/libs/crypto.js +5 -5
  56. package/dist/libs/dates.d.ts +3 -3
  57. package/dist/libs/dates.js +10 -10
  58. package/dist/libs/http-error.d.ts +21 -21
  59. package/dist/libs/http-error.js +55 -55
  60. package/dist/libs/http-status-codes.d.ts +58 -58
  61. package/dist/libs/http-status-codes.js +59 -59
  62. package/dist/libs/index.d.ts +7 -6
  63. package/dist/libs/index.js +7 -6
  64. package/dist/libs/index.js.map +1 -1
  65. package/dist/libs/referrer-parser/index.d.ts +2 -0
  66. package/dist/libs/referrer-parser/index.js +3 -0
  67. package/dist/libs/referrer-parser/index.js.map +1 -0
  68. package/dist/libs/referrer-parser/referrer-data.d.ts +9 -0
  69. package/dist/libs/referrer-parser/referrer-data.js +4710 -0
  70. package/dist/libs/referrer-parser/referrer-data.js.map +1 -0
  71. package/dist/libs/referrer-parser/referrer-parser-util.d.ts +20 -0
  72. package/dist/libs/referrer-parser/referrer-parser-util.js +117 -0
  73. package/dist/libs/referrer-parser/referrer-parser-util.js.map +1 -0
  74. package/dist/libs/url.d.ts +1 -1
  75. package/dist/libs/url.js +9 -9
  76. package/dist/services/eventbridge-integration-service.d.ts +9 -9
  77. package/dist/services/eventbridge-integration-service.js +24 -24
  78. package/dist/services/index.d.ts +1 -1
  79. package/dist/services/index.js +1 -1
  80. package/dist/types/api-response.d.ts +6 -6
  81. package/dist/types/api-response.js +1 -1
  82. package/dist/types/index.d.ts +1 -1
  83. package/dist/types/index.js +1 -1
  84. package/dist/types/internal-events/event-detail-types.d.ts +20 -20
  85. package/dist/types/internal-events/event-detail-types.js +24 -24
  86. package/dist/types/internal-events/index.d.ts +1 -1
  87. package/dist/types/internal-events/index.js +1 -1
  88. package/package.json +6 -3
@@ -0,0 +1,4710 @@
1
+ export const REFERRER_DATA = {
2
+ 'unknown': {
3
+ 'Google': {
4
+ 'domains': [
5
+ 'support.google.com',
6
+ 'developers.google.com',
7
+ 'maps.google.com',
8
+ 'accounts.google.com',
9
+ 'drive.google.com',
10
+ 'sites.google.com',
11
+ 'groups.google.com',
12
+ 'groups.google.co.uk'
13
+ ]
14
+ },
15
+ 'Yandex Maps': {
16
+ 'domains': [
17
+ 'maps.yandex.ru',
18
+ 'maps.yandex.ua',
19
+ 'maps.yandex.com',
20
+ 'maps.yandex.by',
21
+ 'n.maps.yandex.ru'
22
+ ],
23
+ 'parameters': [
24
+ 'text'
25
+ ]
26
+ },
27
+ 'Yahoo!': {
28
+ 'domains': [
29
+ 'finance.yahoo.com',
30
+ 'news.yahoo.com',
31
+ 'eurosport.yahoo.com',
32
+ 'sports.yahoo.com',
33
+ 'astrology.yahoo.com',
34
+ 'travel.yahoo.com',
35
+ 'answers.yahoo.com',
36
+ 'screen.yahoo.com',
37
+ 'weather.yahoo.com',
38
+ 'messenger.yahoo.com',
39
+ 'games.yahoo.com',
40
+ 'shopping.yahoo.net',
41
+ 'movies.yahoo.com',
42
+ 'cars.yahoo.com',
43
+ 'lifestyle.yahoo.com',
44
+ 'omg.yahoo.com',
45
+ 'match.yahoo.net'
46
+ ]
47
+ }
48
+ },
49
+ 'search': {
50
+ 'TalkTalk': {
51
+ 'domains': [
52
+ 'www.talktalk.co.uk'
53
+ ],
54
+ 'parameters': [
55
+ 'query'
56
+ ]
57
+ },
58
+ '1.cz': {
59
+ 'domains': [
60
+ '1.cz'
61
+ ],
62
+ 'parameters': [
63
+ 'q'
64
+ ]
65
+ },
66
+ 'Softonic': {
67
+ 'domains': [
68
+ 'search.softonic.com'
69
+ ],
70
+ 'parameters': [
71
+ 'q'
72
+ ]
73
+ },
74
+ 'GAIS': {
75
+ 'domains': [
76
+ 'gais.cs.ccu.edu.tw'
77
+ ],
78
+ 'parameters': [
79
+ 'q'
80
+ ]
81
+ },
82
+ 'Freecause': {
83
+ 'domains': [
84
+ 'search.freecause.com'
85
+ ],
86
+ 'parameters': [
87
+ 'p'
88
+ ]
89
+ },
90
+ '360.cn': {
91
+ 'domains': [
92
+ 'so.360.cn',
93
+ 'www.so.com'
94
+ ],
95
+ 'parameters': [
96
+ 'q'
97
+ ]
98
+ },
99
+ 'RPMFind': {
100
+ 'domains': [
101
+ 'rpmfind.net',
102
+ 'fr2.rpmfind.net'
103
+ ],
104
+ 'parameters': [
105
+ 'query'
106
+ ]
107
+ },
108
+ 'Comcast': {
109
+ 'domains': [
110
+ 'serach.comcast.net'
111
+ ],
112
+ 'parameters': [
113
+ 'q'
114
+ ]
115
+ },
116
+ 'Voila': {
117
+ 'domains': [
118
+ 'search.ke.voila.fr',
119
+ 'www.lemoteur.fr'
120
+ ],
121
+ 'parameters': [
122
+ 'rdata',
123
+ 'kw'
124
+ ]
125
+ },
126
+ 'Nifty': {
127
+ 'domains': [
128
+ 'search.nifty.com'
129
+ ],
130
+ 'parameters': [
131
+ 'q'
132
+ ]
133
+ },
134
+ 'Atlas': {
135
+ 'domains': [
136
+ 'searchatlas.centrum.cz'
137
+ ],
138
+ 'parameters': [
139
+ 'q'
140
+ ]
141
+ },
142
+ '2gis': {
143
+ 'domains': [
144
+ '2gis.ru',
145
+ 'www.2gis.ru',
146
+ 'link.2gis.ru',
147
+ 'www.link.2gis.ru'
148
+ ]
149
+ },
150
+ 'Lo.st': {
151
+ 'domains': [
152
+ 'lo.st'
153
+ ],
154
+ 'parameters': [
155
+ 'x_query'
156
+ ]
157
+ },
158
+ 'DasTelefonbuch': {
159
+ 'domains': [
160
+ 'www1.dastelefonbuch.de'
161
+ ],
162
+ 'parameters': [
163
+ 'kw'
164
+ ]
165
+ },
166
+ 'Fireball': {
167
+ 'domains': [
168
+ 'www.fireball.de'
169
+ ],
170
+ 'parameters': [
171
+ 'q'
172
+ ]
173
+ },
174
+ '1und1': {
175
+ 'domains': [
176
+ 'search.1und1.de'
177
+ ],
178
+ 'parameters': [
179
+ 'su'
180
+ ]
181
+ },
182
+ 'Virgilio': {
183
+ 'domains': [
184
+ 'ricerca.virgilio.it',
185
+ 'ricercaimmagini.virgilio.it',
186
+ 'ricercavideo.virgilio.it',
187
+ 'ricercanews.virgilio.it',
188
+ 'mobile.virgilio.it'
189
+ ],
190
+ 'parameters': [
191
+ 'qs'
192
+ ]
193
+ },
194
+ 'Telstra': {
195
+ 'domains': [
196
+ 'search.media.telstra.com.au'
197
+ ],
198
+ 'parameters': [
199
+ 'find'
200
+ ]
201
+ },
202
+ 'Web.nl': {
203
+ 'domains': [
204
+ 'www.web.nl'
205
+ ],
206
+ 'parameters': [
207
+ 'zoekwoord'
208
+ ]
209
+ },
210
+ 'Plazoo': {
211
+ 'domains': [
212
+ 'www.plazoo.com'
213
+ ],
214
+ 'parameters': [
215
+ 'q'
216
+ ]
217
+ },
218
+ 'Goyellow.de': {
219
+ 'domains': [
220
+ 'www.goyellow.de'
221
+ ],
222
+ 'parameters': [
223
+ 'MDN'
224
+ ]
225
+ },
226
+ 'AOL': {
227
+ 'domains': [
228
+ 'search.aol.com',
229
+ 'search.aol.it',
230
+ 'aolsearch.aol.com',
231
+ 'aolsearch.com',
232
+ 'www.aolrecherche.aol.fr',
233
+ 'www.aolrecherches.aol.fr',
234
+ 'www.aolimages.aol.fr',
235
+ 'aim.search.aol.com',
236
+ 'www.recherche.aol.fr',
237
+ 'recherche.aol.fr',
238
+ 'find.web.aol.com',
239
+ 'recherche.aol.ca',
240
+ 'aolsearch.aol.co.uk',
241
+ 'search.aol.co.uk',
242
+ 'aolrecherche.aol.fr',
243
+ 'sucheaol.aol.de',
244
+ 'suche.aol.de',
245
+ 'suche.aolsvc.de',
246
+ 'aolbusqueda.aol.com.mx',
247
+ 'alicesuche.aol.de',
248
+ 'alicesuchet.aol.de',
249
+ 'suchet2.aol.de',
250
+ 'search.hp.my.aol.com.au',
251
+ 'search.hp.my.aol.de',
252
+ 'search.hp.my.aol.it',
253
+ 'search-intl.netscape.com'
254
+ ],
255
+ 'parameters': [
256
+ 'q',
257
+ 'query'
258
+ ]
259
+ },
260
+ 'Acoon': {
261
+ 'domains': [
262
+ 'www.acoon.de'
263
+ ],
264
+ 'parameters': [
265
+ 'begriff'
266
+ ]
267
+ },
268
+ 'Free': {
269
+ 'domains': [
270
+ 'search.free.fr',
271
+ 'search1-2.free.fr',
272
+ 'search1-1.free.fr'
273
+ ],
274
+ 'parameters': [
275
+ 'q'
276
+ ]
277
+ },
278
+ 'Apollo Latvia': {
279
+ 'domains': [
280
+ 'apollo.lv/portal/search/'
281
+ ],
282
+ 'parameters': [
283
+ 'q'
284
+ ]
285
+ },
286
+ 'HighBeam': {
287
+ 'domains': [
288
+ 'www.highbeam.com'
289
+ ],
290
+ 'parameters': [
291
+ 'q'
292
+ ]
293
+ },
294
+ 'I-play': {
295
+ 'domains': [
296
+ 'start.iplay.com'
297
+ ],
298
+ 'parameters': [
299
+ 'q'
300
+ ]
301
+ },
302
+ 'FriendFeed': {
303
+ 'domains': [
304
+ 'friendfeed.com'
305
+ ],
306
+ 'parameters': [
307
+ 'q'
308
+ ]
309
+ },
310
+ 'Yasni': {
311
+ 'domains': [
312
+ 'www.yasni.de',
313
+ 'www.yasni.com',
314
+ 'www.yasni.co.uk',
315
+ 'www.yasni.ch',
316
+ 'www.yasni.at'
317
+ ],
318
+ 'parameters': [
319
+ 'query'
320
+ ]
321
+ },
322
+ 'Gigablast': {
323
+ 'domains': [
324
+ 'www.gigablast.com',
325
+ 'dir.gigablast.com'
326
+ ],
327
+ 'parameters': [
328
+ 'q'
329
+ ]
330
+ },
331
+ 'Arcor': {
332
+ 'domains': [
333
+ 'www.arcor.de'
334
+ ],
335
+ 'parameters': [
336
+ 'Keywords'
337
+ ]
338
+ },
339
+ 'arama': {
340
+ 'domains': [
341
+ 'arama.com'
342
+ ],
343
+ 'parameters': [
344
+ 'q'
345
+ ]
346
+ },
347
+ 'Fixsuche': {
348
+ 'domains': [
349
+ 'www.fixsuche.de'
350
+ ],
351
+ 'parameters': [
352
+ 'q'
353
+ ]
354
+ },
355
+ 'Apontador': {
356
+ 'domains': [
357
+ 'apontador.com.br',
358
+ 'www.apontador.com.br'
359
+ ],
360
+ 'parameters': [
361
+ 'q'
362
+ ]
363
+ },
364
+ 'Search.com': {
365
+ 'domains': [
366
+ 'www.search.com'
367
+ ],
368
+ 'parameters': [
369
+ 'q'
370
+ ]
371
+ },
372
+ 'Monstercrawler': {
373
+ 'domains': [
374
+ 'www.monstercrawler.com'
375
+ ],
376
+ 'parameters': [
377
+ 'qry'
378
+ ]
379
+ },
380
+ 'Google Images': {
381
+ 'domains': [
382
+ 'google.ac/imgres',
383
+ 'google.ad/imgres',
384
+ 'google.ae/imgres',
385
+ 'google.am/imgres',
386
+ 'google.as/imgres',
387
+ 'google.at/imgres',
388
+ 'google.az/imgres',
389
+ 'google.ba/imgres',
390
+ 'google.be/imgres',
391
+ 'google.bf/imgres',
392
+ 'google.bg/imgres',
393
+ 'google.bi/imgres',
394
+ 'google.bj/imgres',
395
+ 'google.bs/imgres',
396
+ 'google.by/imgres',
397
+ 'google.ca/imgres',
398
+ 'google.cat/imgres',
399
+ 'google.cc/imgres',
400
+ 'google.cd/imgres',
401
+ 'google.cf/imgres',
402
+ 'google.cg/imgres',
403
+ 'google.ch/imgres',
404
+ 'google.ci/imgres',
405
+ 'google.cl/imgres',
406
+ 'google.cm/imgres',
407
+ 'google.cn/imgres',
408
+ 'google.co.bw/imgres',
409
+ 'google.co.ck/imgres',
410
+ 'google.co.cr/imgres',
411
+ 'google.co.id/imgres',
412
+ 'google.co.il/imgres',
413
+ 'google.co.in/imgres',
414
+ 'google.co.jp/imgres',
415
+ 'google.co.ke/imgres',
416
+ 'google.co.kr/imgres',
417
+ 'google.co.ls/imgres',
418
+ 'google.co.ma/imgres',
419
+ 'google.co.mz/imgres',
420
+ 'google.co.nz/imgres',
421
+ 'google.co.th/imgres',
422
+ 'google.co.tz/imgres',
423
+ 'google.co.ug/imgres',
424
+ 'google.co.uk/imgres',
425
+ 'google.co.uz/imgres',
426
+ 'google.co.ve/imgres',
427
+ 'google.co.vi/imgres',
428
+ 'google.co.za/imgres',
429
+ 'google.co.zm/imgres',
430
+ 'google.co.zw/imgres',
431
+ 'google.com/imgres',
432
+ 'google.com.af/imgres',
433
+ 'google.com.ag/imgres',
434
+ 'google.com.ai/imgres',
435
+ 'google.com.ar/imgres',
436
+ 'google.com.au/imgres',
437
+ 'google.com.bd/imgres',
438
+ 'google.com.bh/imgres',
439
+ 'google.com.bn/imgres',
440
+ 'google.com.bo/imgres',
441
+ 'google.com.br/imgres',
442
+ 'google.com.by/imgres',
443
+ 'google.com.bz/imgres',
444
+ 'google.com.co/imgres',
445
+ 'google.com.cu/imgres',
446
+ 'google.com.cy/imgres',
447
+ 'google.com.do/imgres',
448
+ 'google.com.ec/imgres',
449
+ 'google.com.eg/imgres',
450
+ 'google.com.et/imgres',
451
+ 'google.com.fj/imgres',
452
+ 'google.com.gh/imgres',
453
+ 'google.com.gi/imgres',
454
+ 'google.com.gt/imgres',
455
+ 'google.com.hk/imgres',
456
+ 'google.com.jm/imgres',
457
+ 'google.com.kh/imgres',
458
+ 'google.com.kw/imgres',
459
+ 'google.com.lb/imgres',
460
+ 'google.com.lc/imgres',
461
+ 'google.com.ly/imgres',
462
+ 'google.com.mt/imgres',
463
+ 'google.com.mx/imgres',
464
+ 'google.com.my/imgres',
465
+ 'google.com.na/imgres',
466
+ 'google.com.nf/imgres',
467
+ 'google.com.ng/imgres',
468
+ 'google.com.ni/imgres',
469
+ 'google.com.np/imgres',
470
+ 'google.com.om/imgres',
471
+ 'google.com.pa/imgres',
472
+ 'google.com.pe/imgres',
473
+ 'google.com.ph/imgres',
474
+ 'google.com.pk/imgres',
475
+ 'google.com.pr/imgres',
476
+ 'google.com.py/imgres',
477
+ 'google.com.qa/imgres',
478
+ 'google.com.sa/imgres',
479
+ 'google.com.sb/imgres',
480
+ 'google.com.sg/imgres',
481
+ 'google.com.sl/imgres',
482
+ 'google.com.sv/imgres',
483
+ 'google.com.tj/imgres',
484
+ 'google.com.tn/imgres',
485
+ 'google.com.tr/imgres',
486
+ 'google.com.tw/imgres',
487
+ 'google.com.ua/imgres',
488
+ 'google.com.uy/imgres',
489
+ 'google.com.vc/imgres',
490
+ 'google.com.vn/imgres',
491
+ 'google.cv/imgres',
492
+ 'google.cz/imgres',
493
+ 'google.de/imgres',
494
+ 'google.dj/imgres',
495
+ 'google.dk/imgres',
496
+ 'google.dm/imgres',
497
+ 'google.dz/imgres',
498
+ 'google.ee/imgres',
499
+ 'google.es/imgres',
500
+ 'google.fi/imgres',
501
+ 'google.fm/imgres',
502
+ 'google.fr/imgres',
503
+ 'google.ga/imgres',
504
+ 'google.gd/imgres',
505
+ 'google.ge/imgres',
506
+ 'google.gf/imgres',
507
+ 'google.gg/imgres',
508
+ 'google.gl/imgres',
509
+ 'google.gm/imgres',
510
+ 'google.gp/imgres',
511
+ 'google.gr/imgres',
512
+ 'google.gy/imgres',
513
+ 'google.hn/imgres',
514
+ 'google.hr/imgres',
515
+ 'google.ht/imgres',
516
+ 'google.hu/imgres',
517
+ 'google.ie/imgres',
518
+ 'google.im/imgres',
519
+ 'google.io/imgres',
520
+ 'google.iq/imgres',
521
+ 'google.is/imgres',
522
+ 'google.it/imgres',
523
+ 'google.it.ao/imgres',
524
+ 'google.je/imgres',
525
+ 'google.jo/imgres',
526
+ 'google.kg/imgres',
527
+ 'google.ki/imgres',
528
+ 'google.kz/imgres',
529
+ 'google.la/imgres',
530
+ 'google.li/imgres',
531
+ 'google.lk/imgres',
532
+ 'google.lt/imgres',
533
+ 'google.lu/imgres',
534
+ 'google.lv/imgres',
535
+ 'google.md/imgres',
536
+ 'google.me/imgres',
537
+ 'google.mg/imgres',
538
+ 'google.mk/imgres',
539
+ 'google.ml/imgres',
540
+ 'google.mn/imgres',
541
+ 'google.ms/imgres',
542
+ 'google.mu/imgres',
543
+ 'google.mv/imgres',
544
+ 'google.mw/imgres',
545
+ 'google.ne/imgres',
546
+ 'google.nl/imgres',
547
+ 'google.no/imgres',
548
+ 'google.nr/imgres',
549
+ 'google.nu/imgres',
550
+ 'google.pl/imgres',
551
+ 'google.pn/imgres',
552
+ 'google.ps/imgres',
553
+ 'google.pt/imgres',
554
+ 'google.ro/imgres',
555
+ 'google.rs/imgres',
556
+ 'google.ru/imgres',
557
+ 'google.rw/imgres',
558
+ 'google.sc/imgres',
559
+ 'google.se/imgres',
560
+ 'google.sh/imgres',
561
+ 'google.si/imgres',
562
+ 'google.sk/imgres',
563
+ 'google.sm/imgres',
564
+ 'google.sn/imgres',
565
+ 'google.so/imgres',
566
+ 'google.st/imgres',
567
+ 'google.td/imgres',
568
+ 'google.tg/imgres',
569
+ 'google.tk/imgres',
570
+ 'google.tl/imgres',
571
+ 'google.tm/imgres',
572
+ 'google.to/imgres',
573
+ 'google.tt/imgres',
574
+ 'google.us/imgres',
575
+ 'google.vg/imgres',
576
+ 'google.vu/imgres',
577
+ 'images.google.ws',
578
+ 'images.google.ac',
579
+ 'images.google.ad',
580
+ 'images.google.ae',
581
+ 'images.google.am',
582
+ 'images.google.as',
583
+ 'images.google.at',
584
+ 'images.google.az',
585
+ 'images.google.ba',
586
+ 'images.google.be',
587
+ 'images.google.bf',
588
+ 'images.google.bg',
589
+ 'images.google.bi',
590
+ 'images.google.bj',
591
+ 'images.google.bs',
592
+ 'images.google.by',
593
+ 'images.google.ca',
594
+ 'images.google.cat',
595
+ 'images.google.cc',
596
+ 'images.google.cd',
597
+ 'images.google.cf',
598
+ 'images.google.cg',
599
+ 'images.google.ch',
600
+ 'images.google.ci',
601
+ 'images.google.cl',
602
+ 'images.google.cm',
603
+ 'images.google.cn',
604
+ 'images.google.co.bw',
605
+ 'images.google.co.ck',
606
+ 'images.google.co.cr',
607
+ 'images.google.co.id',
608
+ 'images.google.co.il',
609
+ 'images.google.co.in',
610
+ 'images.google.co.jp',
611
+ 'images.google.co.ke',
612
+ 'images.google.co.kr',
613
+ 'images.google.co.ls',
614
+ 'images.google.co.ma',
615
+ 'images.google.co.mz',
616
+ 'images.google.co.nz',
617
+ 'images.google.co.th',
618
+ 'images.google.co.tz',
619
+ 'images.google.co.ug',
620
+ 'images.google.co.uk',
621
+ 'images.google.co.uz',
622
+ 'images.google.co.ve',
623
+ 'images.google.co.vi',
624
+ 'images.google.co.za',
625
+ 'images.google.co.zm',
626
+ 'images.google.co.zw',
627
+ 'images.google.com',
628
+ 'images.google.com.af',
629
+ 'images.google.com.ag',
630
+ 'images.google.com.ai',
631
+ 'images.google.com.ar',
632
+ 'images.google.com.au',
633
+ 'images.google.com.bd',
634
+ 'images.google.com.bh',
635
+ 'images.google.com.bn',
636
+ 'images.google.com.bo',
637
+ 'images.google.com.br',
638
+ 'images.google.com.by',
639
+ 'images.google.com.bz',
640
+ 'images.google.com.co',
641
+ 'images.google.com.cu',
642
+ 'images.google.com.cy',
643
+ 'images.google.com.do',
644
+ 'images.google.com.ec',
645
+ 'images.google.com.eg',
646
+ 'images.google.com.et',
647
+ 'images.google.com.fj',
648
+ 'images.google.com.gh',
649
+ 'images.google.com.gi',
650
+ 'images.google.com.gt',
651
+ 'images.google.com.hk',
652
+ 'images.google.com.jm',
653
+ 'images.google.com.kh',
654
+ 'images.google.com.kw',
655
+ 'images.google.com.lb',
656
+ 'images.google.com.lc',
657
+ 'images.google.com.ly',
658
+ 'images.google.com.mt',
659
+ 'images.google.com.mx',
660
+ 'images.google.com.my',
661
+ 'images.google.com.na',
662
+ 'images.google.com.nf',
663
+ 'images.google.com.ng',
664
+ 'images.google.com.ni',
665
+ 'images.google.com.np',
666
+ 'images.google.com.om',
667
+ 'images.google.com.pa',
668
+ 'images.google.com.pe',
669
+ 'images.google.com.ph',
670
+ 'images.google.com.pk',
671
+ 'images.google.com.pr',
672
+ 'images.google.com.py',
673
+ 'images.google.com.qa',
674
+ 'images.google.com.sa',
675
+ 'images.google.com.sb',
676
+ 'images.google.com.sg',
677
+ 'images.google.com.sl',
678
+ 'images.google.com.sv',
679
+ 'images.google.com.tj',
680
+ 'images.google.com.tn',
681
+ 'images.google.com.tr',
682
+ 'images.google.com.tw',
683
+ 'images.google.com.ua',
684
+ 'images.google.com.uy',
685
+ 'images.google.com.vc',
686
+ 'images.google.com.vn',
687
+ 'images.google.cv',
688
+ 'images.google.cz',
689
+ 'images.google.de',
690
+ 'images.google.dj',
691
+ 'images.google.dk',
692
+ 'images.google.dm',
693
+ 'images.google.dz',
694
+ 'images.google.ee',
695
+ 'images.google.es',
696
+ 'images.google.fi',
697
+ 'images.google.fm',
698
+ 'images.google.fr',
699
+ 'images.google.ga',
700
+ 'images.google.gd',
701
+ 'images.google.ge',
702
+ 'images.google.gf',
703
+ 'images.google.gg',
704
+ 'images.google.gl',
705
+ 'images.google.gm',
706
+ 'images.google.gp',
707
+ 'images.google.gr',
708
+ 'images.google.gy',
709
+ 'images.google.hn',
710
+ 'images.google.hr',
711
+ 'images.google.ht',
712
+ 'images.google.hu',
713
+ 'images.google.ie',
714
+ 'images.google.im',
715
+ 'images.google.io',
716
+ 'images.google.iq',
717
+ 'images.google.is',
718
+ 'images.google.it',
719
+ 'images.google.it.ao',
720
+ 'images.google.je',
721
+ 'images.google.jo',
722
+ 'images.google.kg',
723
+ 'images.google.ki',
724
+ 'images.google.kz',
725
+ 'images.google.la',
726
+ 'images.google.li',
727
+ 'images.google.lk',
728
+ 'images.google.lt',
729
+ 'images.google.lu',
730
+ 'images.google.lv',
731
+ 'images.google.md',
732
+ 'images.google.me',
733
+ 'images.google.mg',
734
+ 'images.google.mk',
735
+ 'images.google.ml',
736
+ 'images.google.mn',
737
+ 'images.google.ms',
738
+ 'images.google.mu',
739
+ 'images.google.mv',
740
+ 'images.google.mw',
741
+ 'images.google.ne',
742
+ 'images.google.nl',
743
+ 'images.google.no',
744
+ 'images.google.nr',
745
+ 'images.google.nu',
746
+ 'images.google.pl',
747
+ 'images.google.pn',
748
+ 'images.google.ps',
749
+ 'images.google.pt',
750
+ 'images.google.ro',
751
+ 'images.google.rs',
752
+ 'images.google.ru',
753
+ 'images.google.rw',
754
+ 'images.google.sc',
755
+ 'images.google.se',
756
+ 'images.google.sh',
757
+ 'images.google.si',
758
+ 'images.google.sk',
759
+ 'images.google.sm',
760
+ 'images.google.sn',
761
+ 'images.google.so',
762
+ 'images.google.st',
763
+ 'images.google.td',
764
+ 'images.google.tg',
765
+ 'images.google.tk',
766
+ 'images.google.tl',
767
+ 'images.google.tm',
768
+ 'images.google.to',
769
+ 'images.google.tt',
770
+ 'images.google.us',
771
+ 'images.google.vg',
772
+ 'images.google.vu'
773
+ ],
774
+ 'parameters': [
775
+ 'q'
776
+ ]
777
+ },
778
+ 'ABCsøk': {
779
+ 'domains': [
780
+ 'abcsolk.no',
781
+ 'verden.abcsok.no'
782
+ ],
783
+ 'parameters': [
784
+ 'q'
785
+ ]
786
+ },
787
+ 'Google Product Search': {
788
+ 'domains': [
789
+ 'google.ac/products',
790
+ 'google.ad/products',
791
+ 'google.ae/products',
792
+ 'google.am/products',
793
+ 'google.as/products',
794
+ 'google.at/products',
795
+ 'google.az/products',
796
+ 'google.ba/products',
797
+ 'google.be/products',
798
+ 'google.bf/products',
799
+ 'google.bg/products',
800
+ 'google.bi/products',
801
+ 'google.bj/products',
802
+ 'google.bs/products',
803
+ 'google.by/products',
804
+ 'google.ca/products',
805
+ 'google.cat/products',
806
+ 'google.cc/products',
807
+ 'google.cd/products',
808
+ 'google.cf/products',
809
+ 'google.cg/products',
810
+ 'google.ch/products',
811
+ 'google.ci/products',
812
+ 'google.cl/products',
813
+ 'google.cm/products',
814
+ 'google.cn/products',
815
+ 'google.co.bw/products',
816
+ 'google.co.ck/products',
817
+ 'google.co.cr/products',
818
+ 'google.co.id/products',
819
+ 'google.co.il/products',
820
+ 'google.co.in/products',
821
+ 'google.co.jp/products',
822
+ 'google.co.ke/products',
823
+ 'google.co.kr/products',
824
+ 'google.co.ls/products',
825
+ 'google.co.ma/products',
826
+ 'google.co.mz/products',
827
+ 'google.co.nz/products',
828
+ 'google.co.th/products',
829
+ 'google.co.tz/products',
830
+ 'google.co.ug/products',
831
+ 'google.co.uk/products',
832
+ 'google.co.uz/products',
833
+ 'google.co.ve/products',
834
+ 'google.co.vi/products',
835
+ 'google.co.za/products',
836
+ 'google.co.zm/products',
837
+ 'google.co.zw/products',
838
+ 'google.com/products',
839
+ 'google.com.af/products',
840
+ 'google.com.ag/products',
841
+ 'google.com.ai/products',
842
+ 'google.com.ar/products',
843
+ 'google.com.au/products',
844
+ 'google.com.bd/products',
845
+ 'google.com.bh/products',
846
+ 'google.com.bn/products',
847
+ 'google.com.bo/products',
848
+ 'google.com.br/products',
849
+ 'google.com.by/products',
850
+ 'google.com.bz/products',
851
+ 'google.com.co/products',
852
+ 'google.com.cu/products',
853
+ 'google.com.cy/products',
854
+ 'google.com.do/products',
855
+ 'google.com.ec/products',
856
+ 'google.com.eg/products',
857
+ 'google.com.et/products',
858
+ 'google.com.fj/products',
859
+ 'google.com.gh/products',
860
+ 'google.com.gi/products',
861
+ 'google.com.gt/products',
862
+ 'google.com.hk/products',
863
+ 'google.com.jm/products',
864
+ 'google.com.kh/products',
865
+ 'google.com.kw/products',
866
+ 'google.com.lb/products',
867
+ 'google.com.lc/products',
868
+ 'google.com.ly/products',
869
+ 'google.com.mt/products',
870
+ 'google.com.mx/products',
871
+ 'google.com.my/products',
872
+ 'google.com.na/products',
873
+ 'google.com.nf/products',
874
+ 'google.com.ng/products',
875
+ 'google.com.ni/products',
876
+ 'google.com.np/products',
877
+ 'google.com.om/products',
878
+ 'google.com.pa/products',
879
+ 'google.com.pe/products',
880
+ 'google.com.ph/products',
881
+ 'google.com.pk/products',
882
+ 'google.com.pr/products',
883
+ 'google.com.py/products',
884
+ 'google.com.qa/products',
885
+ 'google.com.sa/products',
886
+ 'google.com.sb/products',
887
+ 'google.com.sg/products',
888
+ 'google.com.sl/products',
889
+ 'google.com.sv/products',
890
+ 'google.com.tj/products',
891
+ 'google.com.tn/products',
892
+ 'google.com.tr/products',
893
+ 'google.com.tw/products',
894
+ 'google.com.ua/products',
895
+ 'google.com.uy/products',
896
+ 'google.com.vc/products',
897
+ 'google.com.vn/products',
898
+ 'google.cv/products',
899
+ 'google.cz/products',
900
+ 'google.de/products',
901
+ 'google.dj/products',
902
+ 'google.dk/products',
903
+ 'google.dm/products',
904
+ 'google.dz/products',
905
+ 'google.ee/products',
906
+ 'google.es/products',
907
+ 'google.fi/products',
908
+ 'google.fm/products',
909
+ 'google.fr/products',
910
+ 'google.ga/products',
911
+ 'google.gd/products',
912
+ 'google.ge/products',
913
+ 'google.gf/products',
914
+ 'google.gg/products',
915
+ 'google.gl/products',
916
+ 'google.gm/products',
917
+ 'google.gp/products',
918
+ 'google.gr/products',
919
+ 'google.gy/products',
920
+ 'google.hn/products',
921
+ 'google.hr/products',
922
+ 'google.ht/products',
923
+ 'google.hu/products',
924
+ 'google.ie/products',
925
+ 'google.im/products',
926
+ 'google.io/products',
927
+ 'google.iq/products',
928
+ 'google.is/products',
929
+ 'google.it/products',
930
+ 'google.it.ao/products',
931
+ 'google.je/products',
932
+ 'google.jo/products',
933
+ 'google.kg/products',
934
+ 'google.ki/products',
935
+ 'google.kz/products',
936
+ 'google.la/products',
937
+ 'google.li/products',
938
+ 'google.lk/products',
939
+ 'google.lt/products',
940
+ 'google.lu/products',
941
+ 'google.lv/products',
942
+ 'google.md/products',
943
+ 'google.me/products',
944
+ 'google.mg/products',
945
+ 'google.mk/products',
946
+ 'google.ml/products',
947
+ 'google.mn/products',
948
+ 'google.ms/products',
949
+ 'google.mu/products',
950
+ 'google.mv/products',
951
+ 'google.mw/products',
952
+ 'google.ne/products',
953
+ 'google.nl/products',
954
+ 'google.no/products',
955
+ 'google.nr/products',
956
+ 'google.nu/products',
957
+ 'google.pl/products',
958
+ 'google.pn/products',
959
+ 'google.ps/products',
960
+ 'google.pt/products',
961
+ 'google.ro/products',
962
+ 'google.rs/products',
963
+ 'google.ru/products',
964
+ 'google.rw/products',
965
+ 'google.sc/products',
966
+ 'google.se/products',
967
+ 'google.sh/products',
968
+ 'google.si/products',
969
+ 'google.sk/products',
970
+ 'google.sm/products',
971
+ 'google.sn/products',
972
+ 'google.so/products',
973
+ 'google.st/products',
974
+ 'google.td/products',
975
+ 'google.tg/products',
976
+ 'google.tk/products',
977
+ 'google.tl/products',
978
+ 'google.tm/products',
979
+ 'google.to/products',
980
+ 'google.tt/products',
981
+ 'google.us/products',
982
+ 'google.vg/products',
983
+ 'google.vu/products',
984
+ 'google.ws/products',
985
+ 'www.google.ac/products',
986
+ 'www.google.ad/products',
987
+ 'www.google.ae/products',
988
+ 'www.google.am/products',
989
+ 'www.google.as/products',
990
+ 'www.google.at/products',
991
+ 'www.google.az/products',
992
+ 'www.google.ba/products',
993
+ 'www.google.be/products',
994
+ 'www.google.bf/products',
995
+ 'www.google.bg/products',
996
+ 'www.google.bi/products',
997
+ 'www.google.bj/products',
998
+ 'www.google.bs/products',
999
+ 'www.google.by/products',
1000
+ 'www.google.ca/products',
1001
+ 'www.google.cat/products',
1002
+ 'www.google.cc/products',
1003
+ 'www.google.cd/products',
1004
+ 'www.google.cf/products',
1005
+ 'www.google.cg/products',
1006
+ 'www.google.ch/products',
1007
+ 'www.google.ci/products',
1008
+ 'www.google.cl/products',
1009
+ 'www.google.cm/products',
1010
+ 'www.google.cn/products',
1011
+ 'www.google.co.bw/products',
1012
+ 'www.google.co.ck/products',
1013
+ 'www.google.co.cr/products',
1014
+ 'www.google.co.id/products',
1015
+ 'www.google.co.il/products',
1016
+ 'www.google.co.in/products',
1017
+ 'www.google.co.jp/products',
1018
+ 'www.google.co.ke/products',
1019
+ 'www.google.co.kr/products',
1020
+ 'www.google.co.ls/products',
1021
+ 'www.google.co.ma/products',
1022
+ 'www.google.co.mz/products',
1023
+ 'www.google.co.nz/products',
1024
+ 'www.google.co.th/products',
1025
+ 'www.google.co.tz/products',
1026
+ 'www.google.co.ug/products',
1027
+ 'www.google.co.uk/products',
1028
+ 'www.google.co.uz/products',
1029
+ 'www.google.co.ve/products',
1030
+ 'www.google.co.vi/products',
1031
+ 'www.google.co.za/products',
1032
+ 'www.google.co.zm/products',
1033
+ 'www.google.co.zw/products',
1034
+ 'www.google.com/products',
1035
+ 'www.google.com.af/products',
1036
+ 'www.google.com.ag/products',
1037
+ 'www.google.com.ai/products',
1038
+ 'www.google.com.ar/products',
1039
+ 'www.google.com.au/products',
1040
+ 'www.google.com.bd/products',
1041
+ 'www.google.com.bh/products',
1042
+ 'www.google.com.bn/products',
1043
+ 'www.google.com.bo/products',
1044
+ 'www.google.com.br/products',
1045
+ 'www.google.com.by/products',
1046
+ 'www.google.com.bz/products',
1047
+ 'www.google.com.co/products',
1048
+ 'www.google.com.cu/products',
1049
+ 'www.google.com.cy/products',
1050
+ 'www.google.com.do/products',
1051
+ 'www.google.com.ec/products',
1052
+ 'www.google.com.eg/products',
1053
+ 'www.google.com.et/products',
1054
+ 'www.google.com.fj/products',
1055
+ 'www.google.com.gh/products',
1056
+ 'www.google.com.gi/products',
1057
+ 'www.google.com.gt/products',
1058
+ 'www.google.com.hk/products',
1059
+ 'www.google.com.jm/products',
1060
+ 'www.google.com.kh/products',
1061
+ 'www.google.com.kw/products',
1062
+ 'www.google.com.lb/products',
1063
+ 'www.google.com.lc/products',
1064
+ 'www.google.com.ly/products',
1065
+ 'www.google.com.mt/products',
1066
+ 'www.google.com.mx/products',
1067
+ 'www.google.com.my/products',
1068
+ 'www.google.com.na/products',
1069
+ 'www.google.com.nf/products',
1070
+ 'www.google.com.ng/products',
1071
+ 'www.google.com.ni/products',
1072
+ 'www.google.com.np/products',
1073
+ 'www.google.com.om/products',
1074
+ 'www.google.com.pa/products',
1075
+ 'www.google.com.pe/products',
1076
+ 'www.google.com.ph/products',
1077
+ 'www.google.com.pk/products',
1078
+ 'www.google.com.pr/products',
1079
+ 'www.google.com.py/products',
1080
+ 'www.google.com.qa/products',
1081
+ 'www.google.com.sa/products',
1082
+ 'www.google.com.sb/products',
1083
+ 'www.google.com.sg/products',
1084
+ 'www.google.com.sl/products',
1085
+ 'www.google.com.sv/products',
1086
+ 'www.google.com.tj/products',
1087
+ 'www.google.com.tn/products',
1088
+ 'www.google.com.tr/products',
1089
+ 'www.google.com.tw/products',
1090
+ 'www.google.com.ua/products',
1091
+ 'www.google.com.uy/products',
1092
+ 'www.google.com.vc/products',
1093
+ 'www.google.com.vn/products',
1094
+ 'www.google.cv/products',
1095
+ 'www.google.cz/products',
1096
+ 'www.google.de/products',
1097
+ 'www.google.dj/products',
1098
+ 'www.google.dk/products',
1099
+ 'www.google.dm/products',
1100
+ 'www.google.dz/products',
1101
+ 'www.google.ee/products',
1102
+ 'www.google.es/products',
1103
+ 'www.google.fi/products',
1104
+ 'www.google.fm/products',
1105
+ 'www.google.fr/products',
1106
+ 'www.google.ga/products',
1107
+ 'www.google.gd/products',
1108
+ 'www.google.ge/products',
1109
+ 'www.google.gf/products',
1110
+ 'www.google.gg/products',
1111
+ 'www.google.gl/products',
1112
+ 'www.google.gm/products',
1113
+ 'www.google.gp/products',
1114
+ 'www.google.gr/products',
1115
+ 'www.google.gy/products',
1116
+ 'www.google.hn/products',
1117
+ 'www.google.hr/products',
1118
+ 'www.google.ht/products',
1119
+ 'www.google.hu/products',
1120
+ 'www.google.ie/products',
1121
+ 'www.google.im/products',
1122
+ 'www.google.io/products',
1123
+ 'www.google.iq/products',
1124
+ 'www.google.is/products',
1125
+ 'www.google.it/products',
1126
+ 'www.google.it.ao/products',
1127
+ 'www.google.je/products',
1128
+ 'www.google.jo/products',
1129
+ 'www.google.kg/products',
1130
+ 'www.google.ki/products',
1131
+ 'www.google.kz/products',
1132
+ 'www.google.la/products',
1133
+ 'www.google.li/products',
1134
+ 'www.google.lk/products',
1135
+ 'www.google.lt/products',
1136
+ 'www.google.lu/products',
1137
+ 'www.google.lv/products',
1138
+ 'www.google.md/products',
1139
+ 'www.google.me/products',
1140
+ 'www.google.mg/products',
1141
+ 'www.google.mk/products',
1142
+ 'www.google.ml/products',
1143
+ 'www.google.mn/products',
1144
+ 'www.google.ms/products',
1145
+ 'www.google.mu/products',
1146
+ 'www.google.mv/products',
1147
+ 'www.google.mw/products',
1148
+ 'www.google.ne/products',
1149
+ 'www.google.nl/products',
1150
+ 'www.google.no/products',
1151
+ 'www.google.nr/products',
1152
+ 'www.google.nu/products',
1153
+ 'www.google.pl/products',
1154
+ 'www.google.pn/products',
1155
+ 'www.google.ps/products',
1156
+ 'www.google.pt/products',
1157
+ 'www.google.ro/products',
1158
+ 'www.google.rs/products',
1159
+ 'www.google.ru/products',
1160
+ 'www.google.rw/products',
1161
+ 'www.google.sc/products',
1162
+ 'www.google.se/products',
1163
+ 'www.google.sh/products',
1164
+ 'www.google.si/products',
1165
+ 'www.google.sk/products',
1166
+ 'www.google.sm/products',
1167
+ 'www.google.sn/products',
1168
+ 'www.google.so/products',
1169
+ 'www.google.st/products',
1170
+ 'www.google.td/products',
1171
+ 'www.google.tg/products',
1172
+ 'www.google.tk/products',
1173
+ 'www.google.tl/products',
1174
+ 'www.google.tm/products',
1175
+ 'www.google.to/products',
1176
+ 'www.google.tt/products',
1177
+ 'www.google.us/products',
1178
+ 'www.google.vg/products',
1179
+ 'www.google.vu/products',
1180
+ 'www.google.ws/products'
1181
+ ],
1182
+ 'parameters': [
1183
+ 'q'
1184
+ ]
1185
+ },
1186
+ 'DasOertliche': {
1187
+ 'domains': [
1188
+ 'www.dasoertliche.de'
1189
+ ],
1190
+ 'parameters': [
1191
+ 'kw'
1192
+ ]
1193
+ },
1194
+ 'InfoSpace': {
1195
+ 'domains': [
1196
+ 'infospace.com',
1197
+ 'dogpile.com',
1198
+ 'www.dogpile.com',
1199
+ 'metacrawler.com',
1200
+ 'webfetch.com',
1201
+ 'webcrawler.com',
1202
+ 'search.kiwee.com',
1203
+ 'isearch.babylon.com',
1204
+ 'start.facemoods.com',
1205
+ 'search.magnetic.com',
1206
+ 'search.searchcompletion.com',
1207
+ 'clusty.com'
1208
+ ],
1209
+ 'parameters': [
1210
+ 'q',
1211
+ 's'
1212
+ ]
1213
+ },
1214
+ 'Weborama': {
1215
+ 'domains': [
1216
+ 'www.weborama.com'
1217
+ ],
1218
+ 'parameters': [
1219
+ 'QUERY'
1220
+ ]
1221
+ },
1222
+ 'Bluewin': {
1223
+ 'domains': [
1224
+ 'search.bluewin.ch'
1225
+ ],
1226
+ 'parameters': [
1227
+ 'searchTerm'
1228
+ ]
1229
+ },
1230
+ 'British Telecommunications': {
1231
+ 'domains': [
1232
+ 'search.bt.com'
1233
+ ],
1234
+ 'parameters': [
1235
+ 'p'
1236
+ ]
1237
+ },
1238
+ 'Neti': {
1239
+ 'domains': [
1240
+ 'www.neti.ee'
1241
+ ],
1242
+ 'parameters': [
1243
+ 'query'
1244
+ ]
1245
+ },
1246
+ 'Nigma': {
1247
+ 'domains': [
1248
+ 'nigma.ru'
1249
+ ],
1250
+ 'parameters': [
1251
+ 's'
1252
+ ]
1253
+ },
1254
+ 'Yahoo! Images': {
1255
+ 'domains': [
1256
+ 'image.yahoo.cn',
1257
+ 'images.search.yahoo.com'
1258
+ ],
1259
+ 'parameters': [
1260
+ 'p',
1261
+ 'q'
1262
+ ]
1263
+ },
1264
+ 'Exalead': {
1265
+ 'domains': [
1266
+ 'www.exalead.fr',
1267
+ 'www.exalead.com'
1268
+ ],
1269
+ 'parameters': [
1270
+ 'q'
1271
+ ]
1272
+ },
1273
+ 'Teoma': {
1274
+ 'domains': [
1275
+ 'www.teoma.com'
1276
+ ],
1277
+ 'parameters': [
1278
+ 'q'
1279
+ ]
1280
+ },
1281
+ 'Needtofind': {
1282
+ 'domains': [
1283
+ 'ko.search.need2find.com'
1284
+ ],
1285
+ 'parameters': [
1286
+ 'searchfor'
1287
+ ]
1288
+ },
1289
+ 'Looksmart': {
1290
+ 'domains': [
1291
+ 'www.looksmart.com'
1292
+ ],
1293
+ 'parameters': [
1294
+ 'key'
1295
+ ]
1296
+ },
1297
+ 'Flyingbird': {
1298
+ 'domains': [
1299
+ 'inspsearch.com',
1300
+ 'viview.inspsearch.com'
1301
+ ],
1302
+ 'parameters': [
1303
+ 'q'
1304
+ ]
1305
+ },
1306
+ 'Everyclick': {
1307
+ 'domains': [
1308
+ 'www.everyclick.com'
1309
+ ],
1310
+ 'parameters': [
1311
+ 'keyword'
1312
+ ]
1313
+ },
1314
+ 'Wirtualna Polska': {
1315
+ 'domains': [
1316
+ 'szukaj.wp.pl'
1317
+ ],
1318
+ 'parameters': [
1319
+ 'szukaj'
1320
+ ]
1321
+ },
1322
+ 'Toolbarhome': {
1323
+ 'domains': [
1324
+ 'www.toolbarhome.com',
1325
+ 'vshare.toolbarhome.com'
1326
+ ],
1327
+ 'parameters': [
1328
+ 'q'
1329
+ ]
1330
+ },
1331
+ 'Searchalot': {
1332
+ 'domains': [
1333
+ 'searchalot.com'
1334
+ ],
1335
+ 'parameters': [
1336
+ 'q'
1337
+ ]
1338
+ },
1339
+ 'Yandex': {
1340
+ 'domains': [
1341
+ 'yandex.ru',
1342
+ 'yandex.ua',
1343
+ 'yandex.com',
1344
+ 'yandex.by',
1345
+ 'www.yandex.ru',
1346
+ 'www.yandex.ua',
1347
+ 'www.yandex.com',
1348
+ 'www.yandex.by',
1349
+ 'clck.yandex.ru',
1350
+ 'clck.yandex.ua',
1351
+ 'clck.yandex.com',
1352
+ 'clck.yandex.by'
1353
+ ],
1354
+ 'parameters': [
1355
+ 'text'
1356
+ ]
1357
+ },
1358
+ 'Indeed': {
1359
+ 'domains': [
1360
+ 'de.indeed.com',
1361
+ 'at.indeed.com',
1362
+ 'fr.indeed.com',
1363
+ 'it.indeed.com',
1364
+ 'ch.indeed.com',
1365
+ 'au.indeed.com'
1366
+ ]
1367
+ },
1368
+ 'canoe.ca': {
1369
+ 'domains': [
1370
+ 'web.canoe.ca'
1371
+ ],
1372
+ 'parameters': [
1373
+ 'q'
1374
+ ]
1375
+ },
1376
+ 'Compuserve': {
1377
+ 'domains': [
1378
+ 'websearch.cs.com'
1379
+ ],
1380
+ 'parameters': [
1381
+ 'query'
1382
+ ]
1383
+ },
1384
+ 'Blogdigger': {
1385
+ 'domains': [
1386
+ 'www.blogdigger.com'
1387
+ ],
1388
+ 'parameters': [
1389
+ 'q'
1390
+ ]
1391
+ },
1392
+ 'Startpagina': {
1393
+ 'domains': [
1394
+ 'startgoogle.startpagina.nl'
1395
+ ],
1396
+ 'parameters': [
1397
+ 'q'
1398
+ ]
1399
+ },
1400
+ 'eo': {
1401
+ 'domains': [
1402
+ 'eo.st'
1403
+ ],
1404
+ 'parameters': [
1405
+ 'x_query'
1406
+ ]
1407
+ },
1408
+ 'Zhongsou': {
1409
+ 'domains': [
1410
+ 'p.zhongsou.com'
1411
+ ],
1412
+ 'parameters': [
1413
+ 'w'
1414
+ ]
1415
+ },
1416
+ 'La Toile Du Quebec Via Google': {
1417
+ 'domains': [
1418
+ 'www.toile.com',
1419
+ 'web.toile.com'
1420
+ ],
1421
+ 'parameters': [
1422
+ 'q'
1423
+ ]
1424
+ },
1425
+ 'Paperball': {
1426
+ 'domains': [
1427
+ 'www.paperball.de'
1428
+ ],
1429
+ 'parameters': [
1430
+ 'q'
1431
+ ]
1432
+ },
1433
+ 'StepStone': {
1434
+ 'domains': [
1435
+ 'www.stepstone.de',
1436
+ 'www.stepstone.at',
1437
+ 'www.stepstone.be',
1438
+ 'www.stepstone.fr',
1439
+ 'www.stepstone.nl',
1440
+ 'www.stepstone.dk',
1441
+ 'www.stepstone.se'
1442
+ ]
1443
+ },
1444
+ 'Jungle Spider': {
1445
+ 'domains': [
1446
+ 'www.jungle-spider.de'
1447
+ ],
1448
+ 'parameters': [
1449
+ 'q'
1450
+ ]
1451
+ },
1452
+ 'PeoplePC': {
1453
+ 'domains': [
1454
+ 'search.peoplepc.com'
1455
+ ],
1456
+ 'parameters': [
1457
+ 'q'
1458
+ ]
1459
+ },
1460
+ 'The Smart Search': {
1461
+ 'domains': [
1462
+ 'thesmartsearch.net',
1463
+ 'www.thesmartsearch.net'
1464
+ ],
1465
+ 'parameters': [
1466
+ 'q'
1467
+ ]
1468
+ },
1469
+ 'MetaCrawler.de': {
1470
+ 'domains': [
1471
+ 's1.metacrawler.de',
1472
+ 's2.metacrawler.de',
1473
+ 's3.metacrawler.de'
1474
+ ],
1475
+ 'parameters': [
1476
+ 'qry'
1477
+ ]
1478
+ },
1479
+ 'Orange': {
1480
+ 'domains': [
1481
+ 'busca.orange.es',
1482
+ 'search.orange.co.uk',
1483
+ 'lemoteur.orange.fr'
1484
+ ],
1485
+ 'parameters': [
1486
+ 'q',
1487
+ 'kw'
1488
+ ]
1489
+ },
1490
+ 'Gule Sider': {
1491
+ 'domains': [
1492
+ 'www.gulesider.no'
1493
+ ],
1494
+ 'parameters': [
1495
+ 'q'
1496
+ ]
1497
+ },
1498
+ 'I.ua': {
1499
+ 'domains': [
1500
+ 'search.i.ua'
1501
+ ],
1502
+ 'parameters': [
1503
+ 'q'
1504
+ ]
1505
+ },
1506
+ 'Francite': {
1507
+ 'domains': [
1508
+ 'recherche.francite.com'
1509
+ ],
1510
+ 'parameters': [
1511
+ 'name'
1512
+ ]
1513
+ },
1514
+ 'Ask Toolbar': {
1515
+ 'domains': [
1516
+ 'search.tb.ask.com'
1517
+ ],
1518
+ 'parameters': [
1519
+ 'searchfor'
1520
+ ]
1521
+ },
1522
+ 'Tut.by': {
1523
+ 'domains': [
1524
+ 'search.tut.by'
1525
+ ],
1526
+ 'parameters': [
1527
+ 'query'
1528
+ ]
1529
+ },
1530
+ 'Trusted-Search': {
1531
+ 'domains': [
1532
+ 'www.trusted--search.com'
1533
+ ],
1534
+ 'parameters': [
1535
+ 'w'
1536
+ ]
1537
+ },
1538
+ 'goo': {
1539
+ 'domains': [
1540
+ 'search.goo.ne.jp',
1541
+ 'ocnsearch.goo.ne.jp'
1542
+ ],
1543
+ 'parameters': [
1544
+ 'MT'
1545
+ ]
1546
+ },
1547
+ 'Fast Browser Search': {
1548
+ 'domains': [
1549
+ 'www.fastbrowsersearch.com'
1550
+ ],
1551
+ 'parameters': [
1552
+ 'q'
1553
+ ]
1554
+ },
1555
+ 'kununu': {
1556
+ 'domains': [
1557
+ 'kununu.com'
1558
+ ],
1559
+ 'parameters': [
1560
+ 'q'
1561
+ ]
1562
+ },
1563
+ 'Volny': {
1564
+ 'domains': [
1565
+ 'web.volny.cz'
1566
+ ],
1567
+ 'parameters': [
1568
+ 'search'
1569
+ ]
1570
+ },
1571
+ 'Icerockeet': {
1572
+ 'domains': [
1573
+ 'blogs.icerocket.com'
1574
+ ],
1575
+ 'parameters': [
1576
+ 'q'
1577
+ ]
1578
+ },
1579
+ 'Terra': {
1580
+ 'domains': [
1581
+ 'buscador.terra.es',
1582
+ 'buscador.terra.cl',
1583
+ 'buscador.terra.com.br'
1584
+ ],
1585
+ 'parameters': [
1586
+ 'query'
1587
+ ]
1588
+ },
1589
+ 'Amazon': {
1590
+ 'domains': [
1591
+ 'amazon.com',
1592
+ 'www.amazon.com'
1593
+ ],
1594
+ 'parameters': [
1595
+ 'keywords'
1596
+ ]
1597
+ },
1598
+ 'Onet': {
1599
+ 'domains': [
1600
+ 'szukaj.onet.pl'
1601
+ ],
1602
+ 'parameters': [
1603
+ 'qt'
1604
+ ]
1605
+ },
1606
+ 'Digg': {
1607
+ 'domains': [
1608
+ 'digg.com'
1609
+ ],
1610
+ 'parameters': [
1611
+ 's'
1612
+ ]
1613
+ },
1614
+ 'Abacho': {
1615
+ 'domains': [
1616
+ 'www.abacho.de',
1617
+ 'www.abacho.com',
1618
+ 'www.abacho.co.uk',
1619
+ 'www.se.abacho.com',
1620
+ 'www.tr.abacho.com',
1621
+ 'www.abacho.at',
1622
+ 'www.abacho.fr',
1623
+ 'www.abacho.es',
1624
+ 'www.abacho.ch',
1625
+ 'www.abacho.it'
1626
+ ],
1627
+ 'parameters': [
1628
+ 'q'
1629
+ ]
1630
+ },
1631
+ 'maailm': {
1632
+ 'domains': [
1633
+ 'www.maailm.com'
1634
+ ],
1635
+ 'parameters': [
1636
+ 'tekst'
1637
+ ]
1638
+ },
1639
+ 'Flix': {
1640
+ 'domains': [
1641
+ 'www.flix.de'
1642
+ ],
1643
+ 'parameters': [
1644
+ 'keyword'
1645
+ ]
1646
+ },
1647
+ 'Inbox.com': {
1648
+ 'domains': [
1649
+ 'inbox.com/search/'
1650
+ ],
1651
+ 'parameters': [
1652
+ 'q'
1653
+ ]
1654
+ },
1655
+ 'Freenet': {
1656
+ 'domains': [
1657
+ 'suche.freenet.de'
1658
+ ],
1659
+ 'parameters': [
1660
+ 'query',
1661
+ 'Keywords'
1662
+ ]
1663
+ },
1664
+ 'Suchnase': {
1665
+ 'domains': [
1666
+ 'www.suchnase.de'
1667
+ ],
1668
+ 'parameters': [
1669
+ 'q'
1670
+ ]
1671
+ },
1672
+ 'Dodo': {
1673
+ 'domains': [
1674
+ 'google.dodo.com.au'
1675
+ ],
1676
+ 'parameters': [
1677
+ 'q'
1678
+ ]
1679
+ },
1680
+ 'Google Blogsearch': {
1681
+ 'domains': [
1682
+ 'blogsearch.google.ac',
1683
+ 'blogsearch.google.ad',
1684
+ 'blogsearch.google.ae',
1685
+ 'blogsearch.google.am',
1686
+ 'blogsearch.google.as',
1687
+ 'blogsearch.google.at',
1688
+ 'blogsearch.google.az',
1689
+ 'blogsearch.google.ba',
1690
+ 'blogsearch.google.be',
1691
+ 'blogsearch.google.bf',
1692
+ 'blogsearch.google.bg',
1693
+ 'blogsearch.google.bi',
1694
+ 'blogsearch.google.bj',
1695
+ 'blogsearch.google.bs',
1696
+ 'blogsearch.google.by',
1697
+ 'blogsearch.google.ca',
1698
+ 'blogsearch.google.cat',
1699
+ 'blogsearch.google.cc',
1700
+ 'blogsearch.google.cd',
1701
+ 'blogsearch.google.cf',
1702
+ 'blogsearch.google.cg',
1703
+ 'blogsearch.google.ch',
1704
+ 'blogsearch.google.ci',
1705
+ 'blogsearch.google.cl',
1706
+ 'blogsearch.google.cm',
1707
+ 'blogsearch.google.cn',
1708
+ 'blogsearch.google.co.bw',
1709
+ 'blogsearch.google.co.ck',
1710
+ 'blogsearch.google.co.cr',
1711
+ 'blogsearch.google.co.id',
1712
+ 'blogsearch.google.co.il',
1713
+ 'blogsearch.google.co.in',
1714
+ 'blogsearch.google.co.jp',
1715
+ 'blogsearch.google.co.ke',
1716
+ 'blogsearch.google.co.kr',
1717
+ 'blogsearch.google.co.ls',
1718
+ 'blogsearch.google.co.ma',
1719
+ 'blogsearch.google.co.mz',
1720
+ 'blogsearch.google.co.nz',
1721
+ 'blogsearch.google.co.th',
1722
+ 'blogsearch.google.co.tz',
1723
+ 'blogsearch.google.co.ug',
1724
+ 'blogsearch.google.co.uk',
1725
+ 'blogsearch.google.co.uz',
1726
+ 'blogsearch.google.co.ve',
1727
+ 'blogsearch.google.co.vi',
1728
+ 'blogsearch.google.co.za',
1729
+ 'blogsearch.google.co.zm',
1730
+ 'blogsearch.google.co.zw',
1731
+ 'blogsearch.google.com',
1732
+ 'blogsearch.google.com.af',
1733
+ 'blogsearch.google.com.ag',
1734
+ 'blogsearch.google.com.ai',
1735
+ 'blogsearch.google.com.ar',
1736
+ 'blogsearch.google.com.au',
1737
+ 'blogsearch.google.com.bd',
1738
+ 'blogsearch.google.com.bh',
1739
+ 'blogsearch.google.com.bn',
1740
+ 'blogsearch.google.com.bo',
1741
+ 'blogsearch.google.com.br',
1742
+ 'blogsearch.google.com.by',
1743
+ 'blogsearch.google.com.bz',
1744
+ 'blogsearch.google.com.co',
1745
+ 'blogsearch.google.com.cu',
1746
+ 'blogsearch.google.com.cy',
1747
+ 'blogsearch.google.com.do',
1748
+ 'blogsearch.google.com.ec',
1749
+ 'blogsearch.google.com.eg',
1750
+ 'blogsearch.google.com.et',
1751
+ 'blogsearch.google.com.fj',
1752
+ 'blogsearch.google.com.gh',
1753
+ 'blogsearch.google.com.gi',
1754
+ 'blogsearch.google.com.gt',
1755
+ 'blogsearch.google.com.hk',
1756
+ 'blogsearch.google.com.jm',
1757
+ 'blogsearch.google.com.kh',
1758
+ 'blogsearch.google.com.kw',
1759
+ 'blogsearch.google.com.lb',
1760
+ 'blogsearch.google.com.lc',
1761
+ 'blogsearch.google.com.ly',
1762
+ 'blogsearch.google.com.mt',
1763
+ 'blogsearch.google.com.mx',
1764
+ 'blogsearch.google.com.my',
1765
+ 'blogsearch.google.com.na',
1766
+ 'blogsearch.google.com.nf',
1767
+ 'blogsearch.google.com.ng',
1768
+ 'blogsearch.google.com.ni',
1769
+ 'blogsearch.google.com.np',
1770
+ 'blogsearch.google.com.om',
1771
+ 'blogsearch.google.com.pa',
1772
+ 'blogsearch.google.com.pe',
1773
+ 'blogsearch.google.com.ph',
1774
+ 'blogsearch.google.com.pk',
1775
+ 'blogsearch.google.com.pr',
1776
+ 'blogsearch.google.com.py',
1777
+ 'blogsearch.google.com.qa',
1778
+ 'blogsearch.google.com.sa',
1779
+ 'blogsearch.google.com.sb',
1780
+ 'blogsearch.google.com.sg',
1781
+ 'blogsearch.google.com.sl',
1782
+ 'blogsearch.google.com.sv',
1783
+ 'blogsearch.google.com.tj',
1784
+ 'blogsearch.google.com.tn',
1785
+ 'blogsearch.google.com.tr',
1786
+ 'blogsearch.google.com.tw',
1787
+ 'blogsearch.google.com.ua',
1788
+ 'blogsearch.google.com.uy',
1789
+ 'blogsearch.google.com.vc',
1790
+ 'blogsearch.google.com.vn',
1791
+ 'blogsearch.google.cv',
1792
+ 'blogsearch.google.cz',
1793
+ 'blogsearch.google.de',
1794
+ 'blogsearch.google.dj',
1795
+ 'blogsearch.google.dk',
1796
+ 'blogsearch.google.dm',
1797
+ 'blogsearch.google.dz',
1798
+ 'blogsearch.google.ee',
1799
+ 'blogsearch.google.es',
1800
+ 'blogsearch.google.fi',
1801
+ 'blogsearch.google.fm',
1802
+ 'blogsearch.google.fr',
1803
+ 'blogsearch.google.ga',
1804
+ 'blogsearch.google.gd',
1805
+ 'blogsearch.google.ge',
1806
+ 'blogsearch.google.gf',
1807
+ 'blogsearch.google.gg',
1808
+ 'blogsearch.google.gl',
1809
+ 'blogsearch.google.gm',
1810
+ 'blogsearch.google.gp',
1811
+ 'blogsearch.google.gr',
1812
+ 'blogsearch.google.gy',
1813
+ 'blogsearch.google.hn',
1814
+ 'blogsearch.google.hr',
1815
+ 'blogsearch.google.ht',
1816
+ 'blogsearch.google.hu',
1817
+ 'blogsearch.google.ie',
1818
+ 'blogsearch.google.im',
1819
+ 'blogsearch.google.io',
1820
+ 'blogsearch.google.iq',
1821
+ 'blogsearch.google.is',
1822
+ 'blogsearch.google.it',
1823
+ 'blogsearch.google.it.ao',
1824
+ 'blogsearch.google.je',
1825
+ 'blogsearch.google.jo',
1826
+ 'blogsearch.google.kg',
1827
+ 'blogsearch.google.ki',
1828
+ 'blogsearch.google.kz',
1829
+ 'blogsearch.google.la',
1830
+ 'blogsearch.google.li',
1831
+ 'blogsearch.google.lk',
1832
+ 'blogsearch.google.lt',
1833
+ 'blogsearch.google.lu',
1834
+ 'blogsearch.google.lv',
1835
+ 'blogsearch.google.md',
1836
+ 'blogsearch.google.me',
1837
+ 'blogsearch.google.mg',
1838
+ 'blogsearch.google.mk',
1839
+ 'blogsearch.google.ml',
1840
+ 'blogsearch.google.mn',
1841
+ 'blogsearch.google.ms',
1842
+ 'blogsearch.google.mu',
1843
+ 'blogsearch.google.mv',
1844
+ 'blogsearch.google.mw',
1845
+ 'blogsearch.google.ne',
1846
+ 'blogsearch.google.nl',
1847
+ 'blogsearch.google.no',
1848
+ 'blogsearch.google.nr',
1849
+ 'blogsearch.google.nu',
1850
+ 'blogsearch.google.pl',
1851
+ 'blogsearch.google.pn',
1852
+ 'blogsearch.google.ps',
1853
+ 'blogsearch.google.pt',
1854
+ 'blogsearch.google.ro',
1855
+ 'blogsearch.google.rs',
1856
+ 'blogsearch.google.ru',
1857
+ 'blogsearch.google.rw',
1858
+ 'blogsearch.google.sc',
1859
+ 'blogsearch.google.se',
1860
+ 'blogsearch.google.sh',
1861
+ 'blogsearch.google.si',
1862
+ 'blogsearch.google.sk',
1863
+ 'blogsearch.google.sm',
1864
+ 'blogsearch.google.sn',
1865
+ 'blogsearch.google.so',
1866
+ 'blogsearch.google.st',
1867
+ 'blogsearch.google.td',
1868
+ 'blogsearch.google.tg',
1869
+ 'blogsearch.google.tk',
1870
+ 'blogsearch.google.tl',
1871
+ 'blogsearch.google.tm',
1872
+ 'blogsearch.google.to',
1873
+ 'blogsearch.google.tt',
1874
+ 'blogsearch.google.us',
1875
+ 'blogsearch.google.vg',
1876
+ 'blogsearch.google.vu',
1877
+ 'blogsearch.google.ws'
1878
+ ],
1879
+ 'parameters': [
1880
+ 'q'
1881
+ ]
1882
+ },
1883
+ 'Poisk.ru': {
1884
+ 'domains': [
1885
+ 'poisk.ru'
1886
+ ],
1887
+ 'parameters': [
1888
+ 'q'
1889
+ ]
1890
+ },
1891
+ 'Sharelook': {
1892
+ 'domains': [
1893
+ 'www.sharelook.fr'
1894
+ ],
1895
+ 'parameters': [
1896
+ 'keyword'
1897
+ ]
1898
+ },
1899
+ 'Finderoo': {
1900
+ 'domains': [
1901
+ 'www.finderoo.com'
1902
+ ],
1903
+ 'parameters': [
1904
+ 'q'
1905
+ ]
1906
+ },
1907
+ 'Najdi': {
1908
+ 'domains': [
1909
+ 'www.najdi.si'
1910
+ ],
1911
+ 'parameters': [
1912
+ 'q'
1913
+ ]
1914
+ },
1915
+ 'Picsearch': {
1916
+ 'domains': [
1917
+ 'www.picsearch.com'
1918
+ ],
1919
+ 'parameters': [
1920
+ 'q'
1921
+ ]
1922
+ },
1923
+ 'Mail.ru': {
1924
+ 'domains': [
1925
+ 'mail.ru',
1926
+ 'm.mail.ru',
1927
+ 'go.mail.ru'
1928
+ ],
1929
+ 'parameters': [
1930
+ 'q'
1931
+ ]
1932
+ },
1933
+ 'Alexa': {
1934
+ 'domains': [
1935
+ 'alexa.com',
1936
+ 'search.toolbars.alexa.com'
1937
+ ],
1938
+ 'parameters': [
1939
+ 'q'
1940
+ ]
1941
+ },
1942
+ 'Metager': {
1943
+ 'domains': [
1944
+ 'meta.rrzn.uni-hannover.de',
1945
+ 'www.metager.de'
1946
+ ],
1947
+ 'parameters': [
1948
+ 'eingabe'
1949
+ ]
1950
+ },
1951
+ 'Technorati': {
1952
+ 'domains': [
1953
+ 'technorati.com'
1954
+ ],
1955
+ 'parameters': [
1956
+ 'q'
1957
+ ]
1958
+ },
1959
+ 'Globososo': {
1960
+ 'domains': [
1961
+ 'searches.globososo.com',
1962
+ 'search.globososo.com'
1963
+ ],
1964
+ 'parameters': [
1965
+ 'q'
1966
+ ]
1967
+ },
1968
+ 'WWW': {
1969
+ 'domains': [
1970
+ 'search.www.ee'
1971
+ ],
1972
+ 'parameters': [
1973
+ 'query'
1974
+ ]
1975
+ },
1976
+ 'Trouvez.com': {
1977
+ 'domains': [
1978
+ 'www.trouvez.com'
1979
+ ],
1980
+ 'parameters': [
1981
+ 'query'
1982
+ ]
1983
+ },
1984
+ 'IXquick': {
1985
+ 'domains': [
1986
+ 'ixquick.com',
1987
+ 'www.eu.ixquick.com',
1988
+ 'ixquick.de',
1989
+ 'www.ixquick.de',
1990
+ 'us.ixquick.com',
1991
+ 's1.us.ixquick.com',
1992
+ 's2.us.ixquick.com',
1993
+ 's3.us.ixquick.com',
1994
+ 's4.us.ixquick.com',
1995
+ 's5.us.ixquick.com',
1996
+ 'eu.ixquick.com',
1997
+ 's8-eu.ixquick.com',
1998
+ 's1-eu.ixquick.de'
1999
+ ],
2000
+ 'parameters': [
2001
+ 'query'
2002
+ ]
2003
+ },
2004
+ 'Naver Images': {
2005
+ 'domains': [
2006
+ 'image.search.naver.com',
2007
+ 'imagesearch.naver.com'
2008
+ ],
2009
+ 'parameters': [
2010
+ 'query'
2011
+ ]
2012
+ },
2013
+ 'Zapmeta': {
2014
+ 'domains': [
2015
+ 'www.zapmeta.com',
2016
+ 'www.zapmeta.nl',
2017
+ 'www.zapmeta.de',
2018
+ 'uk.zapmeta.com'
2019
+ ],
2020
+ 'parameters': [
2021
+ 'q',
2022
+ 'query'
2023
+ ]
2024
+ },
2025
+ 'Yippy': {
2026
+ 'domains': [
2027
+ 'search.yippy.com'
2028
+ ],
2029
+ 'parameters': [
2030
+ 'q',
2031
+ 'query'
2032
+ ]
2033
+ },
2034
+ 'Clix': {
2035
+ 'domains': [
2036
+ 'pesquisa.clix.pt'
2037
+ ],
2038
+ 'parameters': [
2039
+ 'question'
2040
+ ]
2041
+ },
2042
+ 'Walhello': {
2043
+ 'domains': [
2044
+ 'www.walhello.info',
2045
+ 'www.walhello.com',
2046
+ 'www.walhello.de',
2047
+ 'www.walhello.nl'
2048
+ ],
2049
+ 'parameters': [
2050
+ 'key'
2051
+ ]
2052
+ },
2053
+ 'Meta': {
2054
+ 'domains': [
2055
+ 'meta.ua'
2056
+ ],
2057
+ 'parameters': [
2058
+ 'q'
2059
+ ]
2060
+ },
2061
+ 'Skynet': {
2062
+ 'domains': [
2063
+ 'www.skynet.be'
2064
+ ],
2065
+ 'parameters': [
2066
+ 'q'
2067
+ ]
2068
+ },
2069
+ 'Searchy': {
2070
+ 'domains': [
2071
+ 'www.searchy.co.uk'
2072
+ ],
2073
+ 'parameters': [
2074
+ 'q'
2075
+ ]
2076
+ },
2077
+ 'Findwide': {
2078
+ 'domains': [
2079
+ 'search.findwide.com'
2080
+ ],
2081
+ 'parameters': [
2082
+ 'k'
2083
+ ]
2084
+ },
2085
+ 'WebSearch': {
2086
+ 'domains': [
2087
+ 'www.websearch.com'
2088
+ ],
2089
+ 'parameters': [
2090
+ 'qkw',
2091
+ 'q'
2092
+ ]
2093
+ },
2094
+ 'Rambler': {
2095
+ 'domains': [
2096
+ 'nova.rambler.ru'
2097
+ ],
2098
+ 'parameters': [
2099
+ 'query',
2100
+ 'words'
2101
+ ]
2102
+ },
2103
+ 'Latne': {
2104
+ 'domains': [
2105
+ 'www.latne.lv'
2106
+ ],
2107
+ 'parameters': [
2108
+ 'q'
2109
+ ]
2110
+ },
2111
+ 'MySearch': {
2112
+ 'domains': [
2113
+ 'mysearch.com',
2114
+ 'www.mysearch.com',
2115
+ 'ms114.mysearch.com',
2116
+ 'ms146.mysearch.com',
2117
+ 'kf.mysearch.myway.com',
2118
+ 'ki.mysearch.myway.com',
2119
+ 'search.myway.com',
2120
+ 'search.mywebsearch.com'
2121
+ ],
2122
+ 'parameters': [
2123
+ 'searchfor',
2124
+ 'searchFor'
2125
+ ]
2126
+ },
2127
+ 'Cuil': {
2128
+ 'domains': [
2129
+ 'www.cuil.com'
2130
+ ],
2131
+ 'parameters': [
2132
+ 'q'
2133
+ ]
2134
+ },
2135
+ 'Tixuma': {
2136
+ 'domains': [
2137
+ 'www.tixuma.de'
2138
+ ],
2139
+ 'parameters': [
2140
+ 'sc'
2141
+ ]
2142
+ },
2143
+ 'Sapo': {
2144
+ 'domains': [
2145
+ 'pesquisa.sapo.pt'
2146
+ ],
2147
+ 'parameters': [
2148
+ 'q'
2149
+ ]
2150
+ },
2151
+ 'Gnadenmeer': {
2152
+ 'domains': [
2153
+ 'www.gnadenmeer.de'
2154
+ ],
2155
+ 'parameters': [
2156
+ 'keyword'
2157
+ ]
2158
+ },
2159
+ 'Lilo': {
2160
+ 'domains': [
2161
+ 'search.lilo.org'
2162
+ ],
2163
+ 'parameters': [
2164
+ 'q'
2165
+ ]
2166
+ },
2167
+ 'Naver': {
2168
+ 'domains': [
2169
+ 'search.naver.com'
2170
+ ],
2171
+ 'parameters': [
2172
+ 'query'
2173
+ ]
2174
+ },
2175
+ 'Zoeken': {
2176
+ 'domains': [
2177
+ 'www.zoeken.nl'
2178
+ ],
2179
+ 'parameters': [
2180
+ 'q'
2181
+ ]
2182
+ },
2183
+ 'Startsiden': {
2184
+ 'domains': [
2185
+ 'www.startsiden.no'
2186
+ ],
2187
+ 'parameters': [
2188
+ 'q'
2189
+ ]
2190
+ },
2191
+ 'Yam': {
2192
+ 'domains': [
2193
+ 'search.yam.com'
2194
+ ],
2195
+ 'parameters': [
2196
+ 'k'
2197
+ ]
2198
+ },
2199
+ 'Eniro': {
2200
+ 'domains': [
2201
+ 'www.eniro.se'
2202
+ ],
2203
+ 'parameters': [
2204
+ 'q',
2205
+ 'search_word'
2206
+ ]
2207
+ },
2208
+ 'APOLL07': {
2209
+ 'domains': [
2210
+ 'apollo7.de'
2211
+ ],
2212
+ 'parameters': [
2213
+ 'query'
2214
+ ]
2215
+ },
2216
+ 'Biglobe': {
2217
+ 'domains': [
2218
+ 'cgi.search.biglobe.ne.jp'
2219
+ ],
2220
+ 'parameters': [
2221
+ 'q'
2222
+ ]
2223
+ },
2224
+ 'Mozbot': {
2225
+ 'domains': [
2226
+ 'www.mozbot.fr',
2227
+ 'www.mozbot.co.uk',
2228
+ 'www.mozbot.com'
2229
+ ],
2230
+ 'parameters': [
2231
+ 'q'
2232
+ ]
2233
+ },
2234
+ 'ICQ': {
2235
+ 'domains': [
2236
+ 'www.icq.com',
2237
+ 'search.icq.com'
2238
+ ],
2239
+ 'parameters': [
2240
+ 'q'
2241
+ ]
2242
+ },
2243
+ 'Baidu': {
2244
+ 'domains': [
2245
+ 'www.baidu.com',
2246
+ 'www1.baidu.com',
2247
+ 'zhidao.baidu.com',
2248
+ 'tieba.baidu.com',
2249
+ 'news.baidu.com',
2250
+ 'web.gougou.com',
2251
+ 'm.baidu.com'
2252
+ ],
2253
+ 'parameters': [
2254
+ 'wd',
2255
+ 'word',
2256
+ 'kw',
2257
+ 'k'
2258
+ ]
2259
+ },
2260
+ 'Conduit': {
2261
+ 'domains': [
2262
+ 'search.conduit.com'
2263
+ ],
2264
+ 'parameters': [
2265
+ 'q'
2266
+ ]
2267
+ },
2268
+ 'Vindex': {
2269
+ 'domains': [
2270
+ 'www.vindex.nl',
2271
+ 'search.vindex.nl'
2272
+ ],
2273
+ 'parameters': [
2274
+ 'search_for'
2275
+ ]
2276
+ },
2277
+ 'Babylon': {
2278
+ 'domains': [
2279
+ 'search.babylon.com',
2280
+ 'searchassist.babylon.com'
2281
+ ],
2282
+ 'parameters': [
2283
+ 'q'
2284
+ ]
2285
+ },
2286
+ 'TrovaRapido': {
2287
+ 'domains': [
2288
+ 'www.trovarapido.com'
2289
+ ],
2290
+ 'parameters': [
2291
+ 'q'
2292
+ ]
2293
+ },
2294
+ 'Winamp': {
2295
+ 'domains': [
2296
+ 'search.winamp.com'
2297
+ ],
2298
+ 'parameters': [
2299
+ 'q'
2300
+ ]
2301
+ },
2302
+ 'Suchmaschine.com': {
2303
+ 'domains': [
2304
+ 'www.suchmaschine.com'
2305
+ ],
2306
+ 'parameters': [
2307
+ 'suchstr'
2308
+ ]
2309
+ },
2310
+ 'Lycos': {
2311
+ 'domains': [
2312
+ 'search.lycos.com',
2313
+ 'www.lycos.com',
2314
+ 'lycos.com'
2315
+ ],
2316
+ 'parameters': [
2317
+ 'query'
2318
+ ]
2319
+ },
2320
+ 'Vinden': {
2321
+ 'domains': [
2322
+ 'www.vinden.nl'
2323
+ ],
2324
+ 'parameters': [
2325
+ 'q'
2326
+ ]
2327
+ },
2328
+ 'Altavista': {
2329
+ 'domains': [
2330
+ 'www.altavista.com',
2331
+ 'search.altavista.com',
2332
+ 'listings.altavista.com',
2333
+ 'altavista.de',
2334
+ 'altavista.fr',
2335
+ 'be-nl.altavista.com',
2336
+ 'be-fr.altavista.com'
2337
+ ],
2338
+ 'parameters': [
2339
+ 'q'
2340
+ ]
2341
+ },
2342
+ 'dmoz': {
2343
+ 'domains': [
2344
+ 'dmoz.org',
2345
+ 'editors.dmoz.org'
2346
+ ],
2347
+ 'parameters': [
2348
+ 'q'
2349
+ ]
2350
+ },
2351
+ 'Ecosia': {
2352
+ 'domains': [
2353
+ 'ecosia.org'
2354
+ ],
2355
+ 'parameters': [
2356
+ 'q'
2357
+ ]
2358
+ },
2359
+ 'Maxwebsearch': {
2360
+ 'domains': [
2361
+ 'maxwebsearch.com'
2362
+ ],
2363
+ 'parameters': [
2364
+ 'query'
2365
+ ]
2366
+ },
2367
+ 'Euroseek': {
2368
+ 'domains': [
2369
+ 'www.euroseek.com'
2370
+ ],
2371
+ 'parameters': [
2372
+ 'string'
2373
+ ]
2374
+ },
2375
+ 'Qwant': {
2376
+ 'domains': [
2377
+ 'www.qwant.com',
2378
+ 'lite.qwant.com'
2379
+ ],
2380
+ 'parameters': [
2381
+ 'q'
2382
+ ]
2383
+ },
2384
+ 'X-recherche': {
2385
+ 'domains': [
2386
+ 'www.x-recherche.com'
2387
+ ],
2388
+ 'parameters': [
2389
+ 'MOTS'
2390
+ ]
2391
+ },
2392
+ 'Yandex Images': {
2393
+ 'domains': [
2394
+ 'images.yandex.ru',
2395
+ 'images.yandex.ua',
2396
+ 'images.yandex.com',
2397
+ 'images.yandex.by'
2398
+ ],
2399
+ 'parameters': [
2400
+ 'text'
2401
+ ]
2402
+ },
2403
+ 'GMX': {
2404
+ 'domains': [
2405
+ 'suche.gmx.net'
2406
+ ],
2407
+ 'parameters': [
2408
+ 'su'
2409
+ ]
2410
+ },
2411
+ 'Daemon search': {
2412
+ 'domains': [
2413
+ 'daemon-search.com',
2414
+ 'my.daemon-search.com'
2415
+ ],
2416
+ 'parameters': [
2417
+ 'q'
2418
+ ]
2419
+ },
2420
+ 'Shenma': {
2421
+ 'domains': [
2422
+ 'so.m.sm.cn',
2423
+ 'yz.m.sm.cn',
2424
+ 'm.sm.cn',
2425
+ 'quark.sm.cn',
2426
+ 'm.sp.sm.cn',
2427
+ 'm.yz2.sm.cn',
2428
+ 'm.yz.sm.cn'
2429
+ ],
2430
+ 'parameters': [
2431
+ 'q'
2432
+ ]
2433
+ },
2434
+ 'Firstfind': {
2435
+ 'domains': [
2436
+ 'www.firstsfind.com'
2437
+ ],
2438
+ 'parameters': [
2439
+ 'qry'
2440
+ ]
2441
+ },
2442
+ 'Crawler': {
2443
+ 'domains': [
2444
+ 'www.crawler.com'
2445
+ ],
2446
+ 'parameters': [
2447
+ 'q'
2448
+ ]
2449
+ },
2450
+ 'Holmes': {
2451
+ 'domains': [
2452
+ 'holmes.ge'
2453
+ ],
2454
+ 'parameters': [
2455
+ 'q'
2456
+ ]
2457
+ },
2458
+ 'Charter': {
2459
+ 'domains': [
2460
+ 'www.charter.net'
2461
+ ],
2462
+ 'parameters': [
2463
+ 'q'
2464
+ ]
2465
+ },
2466
+ 'Ilse': {
2467
+ 'domains': [
2468
+ 'www.ilse.nl'
2469
+ ],
2470
+ 'parameters': [
2471
+ 'search_for'
2472
+ ]
2473
+ },
2474
+ 'earthlink': {
2475
+ 'domains': [
2476
+ 'search.earthlink.net'
2477
+ ],
2478
+ 'parameters': [
2479
+ 'q'
2480
+ ]
2481
+ },
2482
+ 'Qualigo': {
2483
+ 'domains': [
2484
+ 'www.qualigo.at',
2485
+ 'www.qualigo.ch',
2486
+ 'www.qualigo.de',
2487
+ 'www.qualigo.nl'
2488
+ ],
2489
+ 'parameters': [
2490
+ 'q'
2491
+ ]
2492
+ },
2493
+ 'El Mundo': {
2494
+ 'domains': [
2495
+ 'ariadna.elmundo.es'
2496
+ ],
2497
+ 'parameters': [
2498
+ 'q'
2499
+ ]
2500
+ },
2501
+ 'Metager2': {
2502
+ 'domains': [
2503
+ 'metager2.de'
2504
+ ],
2505
+ 'parameters': [
2506
+ 'q'
2507
+ ]
2508
+ },
2509
+ 'Forestle': {
2510
+ 'domains': [
2511
+ 'forestle.org',
2512
+ 'www.forestle.org',
2513
+ 'forestle.mobi'
2514
+ ],
2515
+ 'parameters': [
2516
+ 'q'
2517
+ ]
2518
+ },
2519
+ 'Search.ch': {
2520
+ 'domains': [
2521
+ 'www.search.ch'
2522
+ ],
2523
+ 'parameters': [
2524
+ 'q'
2525
+ ]
2526
+ },
2527
+ 'Liveinternet': {
2528
+ 'domains': [
2529
+ 'liveinternet.ru'
2530
+ ],
2531
+ 'parameters': [
2532
+ 'q'
2533
+ ]
2534
+ },
2535
+ 'Meinestadt': {
2536
+ 'domains': [
2537
+ 'www.meinestadt.de'
2538
+ ],
2539
+ 'parameters': [
2540
+ 'words'
2541
+ ]
2542
+ },
2543
+ 'Freshweather': {
2544
+ 'domains': [
2545
+ 'www.fresh-weather.com'
2546
+ ],
2547
+ 'parameters': [
2548
+ 'q'
2549
+ ]
2550
+ },
2551
+ 'AllTheWeb': {
2552
+ 'domains': [
2553
+ 'www.alltheweb.com'
2554
+ ],
2555
+ 'parameters': [
2556
+ 'q'
2557
+ ]
2558
+ },
2559
+ 'Snapdo': {
2560
+ 'domains': [
2561
+ 'search.snapdo.com'
2562
+ ],
2563
+ 'parameters': [
2564
+ 'q'
2565
+ ]
2566
+ },
2567
+ 'UKR.net': {
2568
+ 'domains': [
2569
+ 'search.ukr.net'
2570
+ ],
2571
+ 'parameters': [
2572
+ 'q'
2573
+ ]
2574
+ },
2575
+ 'Zoek': {
2576
+ 'domains': [
2577
+ 'www3.zoek.nl'
2578
+ ],
2579
+ 'parameters': [
2580
+ 'q'
2581
+ ]
2582
+ },
2583
+ 'Daum': {
2584
+ 'domains': [
2585
+ 'search.daum.net'
2586
+ ],
2587
+ 'parameters': [
2588
+ 'q'
2589
+ ]
2590
+ },
2591
+ 'Marktplaats': {
2592
+ 'domains': [
2593
+ 'www.marktplaats.nl'
2594
+ ],
2595
+ 'parameters': [
2596
+ 'query'
2597
+ ]
2598
+ },
2599
+ 'suche.info': {
2600
+ 'domains': [
2601
+ 'suche.info'
2602
+ ],
2603
+ 'parameters': [
2604
+ 'q'
2605
+ ]
2606
+ },
2607
+ 'Google News': {
2608
+ 'domains': [
2609
+ 'news.google.ac',
2610
+ 'news.google.ad',
2611
+ 'news.google.ae',
2612
+ 'news.google.am',
2613
+ 'news.google.as',
2614
+ 'news.google.at',
2615
+ 'news.google.az',
2616
+ 'news.google.ba',
2617
+ 'news.google.be',
2618
+ 'news.google.bf',
2619
+ 'news.google.bg',
2620
+ 'news.google.bi',
2621
+ 'news.google.bj',
2622
+ 'news.google.bs',
2623
+ 'news.google.by',
2624
+ 'news.google.ca',
2625
+ 'news.google.cat',
2626
+ 'news.google.cc',
2627
+ 'news.google.cd',
2628
+ 'news.google.cf',
2629
+ 'news.google.cg',
2630
+ 'news.google.ch',
2631
+ 'news.google.ci',
2632
+ 'news.google.cl',
2633
+ 'news.google.cm',
2634
+ 'news.google.cn',
2635
+ 'news.google.co.bw',
2636
+ 'news.google.co.ck',
2637
+ 'news.google.co.cr',
2638
+ 'news.google.co.id',
2639
+ 'news.google.co.il',
2640
+ 'news.google.co.in',
2641
+ 'news.google.co.jp',
2642
+ 'news.google.co.ke',
2643
+ 'news.google.co.kr',
2644
+ 'news.google.co.ls',
2645
+ 'news.google.co.ma',
2646
+ 'news.google.co.mz',
2647
+ 'news.google.co.nz',
2648
+ 'news.google.co.th',
2649
+ 'news.google.co.tz',
2650
+ 'news.google.co.ug',
2651
+ 'news.google.co.uk',
2652
+ 'news.google.co.uz',
2653
+ 'news.google.co.ve',
2654
+ 'news.google.co.vi',
2655
+ 'news.google.co.za',
2656
+ 'news.google.co.zm',
2657
+ 'news.google.co.zw',
2658
+ 'news.google.com',
2659
+ 'news.google.com.af',
2660
+ 'news.google.com.ag',
2661
+ 'news.google.com.ai',
2662
+ 'news.google.com.ar',
2663
+ 'news.google.com.au',
2664
+ 'news.google.com.bd',
2665
+ 'news.google.com.bh',
2666
+ 'news.google.com.bn',
2667
+ 'news.google.com.bo',
2668
+ 'news.google.com.br',
2669
+ 'news.google.com.by',
2670
+ 'news.google.com.bz',
2671
+ 'news.google.com.co',
2672
+ 'news.google.com.cu',
2673
+ 'news.google.com.cy',
2674
+ 'news.google.com.do',
2675
+ 'news.google.com.ec',
2676
+ 'news.google.com.eg',
2677
+ 'news.google.com.et',
2678
+ 'news.google.com.fj',
2679
+ 'news.google.com.gh',
2680
+ 'news.google.com.gi',
2681
+ 'news.google.com.gt',
2682
+ 'news.google.com.hk',
2683
+ 'news.google.com.jm',
2684
+ 'news.google.com.kh',
2685
+ 'news.google.com.kw',
2686
+ 'news.google.com.lb',
2687
+ 'news.google.com.lc',
2688
+ 'news.google.com.ly',
2689
+ 'news.google.com.mt',
2690
+ 'news.google.com.mx',
2691
+ 'news.google.com.my',
2692
+ 'news.google.com.na',
2693
+ 'news.google.com.nf',
2694
+ 'news.google.com.ng',
2695
+ 'news.google.com.ni',
2696
+ 'news.google.com.np',
2697
+ 'news.google.com.om',
2698
+ 'news.google.com.pa',
2699
+ 'news.google.com.pe',
2700
+ 'news.google.com.ph',
2701
+ 'news.google.com.pk',
2702
+ 'news.google.com.pr',
2703
+ 'news.google.com.py',
2704
+ 'news.google.com.qa',
2705
+ 'news.google.com.sa',
2706
+ 'news.google.com.sb',
2707
+ 'news.google.com.sg',
2708
+ 'news.google.com.sl',
2709
+ 'news.google.com.sv',
2710
+ 'news.google.com.tj',
2711
+ 'news.google.com.tn',
2712
+ 'news.google.com.tr',
2713
+ 'news.google.com.tw',
2714
+ 'news.google.com.ua',
2715
+ 'news.google.com.uy',
2716
+ 'news.google.com.vc',
2717
+ 'news.google.com.vn',
2718
+ 'news.google.cv',
2719
+ 'news.google.cz',
2720
+ 'news.google.de',
2721
+ 'news.google.dj',
2722
+ 'news.google.dk',
2723
+ 'news.google.dm',
2724
+ 'news.google.dz',
2725
+ 'news.google.ee',
2726
+ 'news.google.es',
2727
+ 'news.google.fi',
2728
+ 'news.google.fm',
2729
+ 'news.google.fr',
2730
+ 'news.google.ga',
2731
+ 'news.google.gd',
2732
+ 'news.google.ge',
2733
+ 'news.google.gf',
2734
+ 'news.google.gg',
2735
+ 'news.google.gl',
2736
+ 'news.google.gm',
2737
+ 'news.google.gp',
2738
+ 'news.google.gr',
2739
+ 'news.google.gy',
2740
+ 'news.google.hn',
2741
+ 'news.google.hr',
2742
+ 'news.google.ht',
2743
+ 'news.google.hu',
2744
+ 'news.google.ie',
2745
+ 'news.google.im',
2746
+ 'news.google.io',
2747
+ 'news.google.iq',
2748
+ 'news.google.is',
2749
+ 'news.google.it',
2750
+ 'news.google.it.ao',
2751
+ 'news.google.je',
2752
+ 'news.google.jo',
2753
+ 'news.google.kg',
2754
+ 'news.google.ki',
2755
+ 'news.google.kz',
2756
+ 'news.google.la',
2757
+ 'news.google.li',
2758
+ 'news.google.lk',
2759
+ 'news.google.lt',
2760
+ 'news.google.lu',
2761
+ 'news.google.lv',
2762
+ 'news.google.md',
2763
+ 'news.google.me',
2764
+ 'news.google.mg',
2765
+ 'news.google.mk',
2766
+ 'news.google.ml',
2767
+ 'news.google.mn',
2768
+ 'news.google.ms',
2769
+ 'news.google.mu',
2770
+ 'news.google.mv',
2771
+ 'news.google.mw',
2772
+ 'news.google.ne',
2773
+ 'news.google.nl',
2774
+ 'news.google.no',
2775
+ 'news.google.nr',
2776
+ 'news.google.nu',
2777
+ 'news.google.pl',
2778
+ 'news.google.pn',
2779
+ 'news.google.ps',
2780
+ 'news.google.pt',
2781
+ 'news.google.ro',
2782
+ 'news.google.rs',
2783
+ 'news.google.ru',
2784
+ 'news.google.rw',
2785
+ 'news.google.sc',
2786
+ 'news.google.se',
2787
+ 'news.google.sh',
2788
+ 'news.google.si',
2789
+ 'news.google.sk',
2790
+ 'news.google.sm',
2791
+ 'news.google.sn',
2792
+ 'news.google.so',
2793
+ 'news.google.st',
2794
+ 'news.google.td',
2795
+ 'news.google.tg',
2796
+ 'news.google.tk',
2797
+ 'news.google.tl',
2798
+ 'news.google.tm',
2799
+ 'news.google.to',
2800
+ 'news.google.tt',
2801
+ 'news.google.us',
2802
+ 'news.google.vg',
2803
+ 'news.google.vu',
2804
+ 'news.google.ws'
2805
+ ],
2806
+ 'parameters': [
2807
+ 'q'
2808
+ ]
2809
+ },
2810
+ 'Zoohoo': {
2811
+ 'domains': [
2812
+ 'zoohoo.cz'
2813
+ ],
2814
+ 'parameters': [
2815
+ 'q'
2816
+ ]
2817
+ },
2818
+ 'Seznam': {
2819
+ 'domains': [
2820
+ 'search.seznam.cz'
2821
+ ],
2822
+ 'parameters': [
2823
+ 'q'
2824
+ ]
2825
+ },
2826
+ 'Online.no': {
2827
+ 'domains': [
2828
+ 'online.no'
2829
+ ],
2830
+ 'parameters': [
2831
+ 'q'
2832
+ ]
2833
+ },
2834
+ 'Eurip': {
2835
+ 'domains': [
2836
+ 'www.eurip.com'
2837
+ ],
2838
+ 'parameters': [
2839
+ 'q'
2840
+ ]
2841
+ },
2842
+ 'all.by': {
2843
+ 'domains': [
2844
+ 'all.by'
2845
+ ],
2846
+ 'parameters': [
2847
+ 'query'
2848
+ ]
2849
+ },
2850
+ 'Road Runner Search': {
2851
+ 'domains': [
2852
+ 'search.rr.com'
2853
+ ],
2854
+ 'parameters': [
2855
+ 'q'
2856
+ ]
2857
+ },
2858
+ 'Opplysningen 1881': {
2859
+ 'domains': [
2860
+ 'www.1881.no'
2861
+ ],
2862
+ 'parameters': [
2863
+ 'Query'
2864
+ ]
2865
+ },
2866
+ 'YouGoo': {
2867
+ 'domains': [
2868
+ 'www.yougoo.fr'
2869
+ ],
2870
+ 'parameters': [
2871
+ 'q'
2872
+ ]
2873
+ },
2874
+ 'Bing Images': {
2875
+ 'domains': [
2876
+ 'bing.com/images/search',
2877
+ 'www.bing.com/images/search'
2878
+ ],
2879
+ 'parameters': [
2880
+ 'q',
2881
+ 'Q'
2882
+ ]
2883
+ },
2884
+ 'Geona': {
2885
+ 'domains': [
2886
+ 'geona.net'
2887
+ ],
2888
+ 'parameters': [
2889
+ 'q'
2890
+ ]
2891
+ },
2892
+ 'Nate': {
2893
+ 'domains': [
2894
+ 'search.nate.com'
2895
+ ],
2896
+ 'parameters': [
2897
+ 'q'
2898
+ ]
2899
+ },
2900
+ 'Search This': {
2901
+ 'domains': [
2902
+ 'www.searchthis.com'
2903
+ ],
2904
+ 'parameters': [
2905
+ 'q'
2906
+ ]
2907
+ },
2908
+ 'DuckDuckGo': {
2909
+ 'domains': [
2910
+ 'duckduckgo.com'
2911
+ ],
2912
+ 'parameters': [
2913
+ 'q'
2914
+ ]
2915
+ },
2916
+ 'Monster': {
2917
+ 'domains': [
2918
+ 'www.monster.be',
2919
+ 'www.monster.cz',
2920
+ 'www.monster.de',
2921
+ 'www.monster.fi',
2922
+ 'www.monster.fr',
2923
+ 'www.monster.ie',
2924
+ 'www.monster.it',
2925
+ 'www.monster.lu',
2926
+ 'www.monster.ch',
2927
+ 'www.monster.co.uk'
2928
+ ],
2929
+ 'parameters': [
2930
+ 'q'
2931
+ ]
2932
+ },
2933
+ 'Hotbot': {
2934
+ 'domains': [
2935
+ 'www.hotbot.com'
2936
+ ],
2937
+ 'parameters': [
2938
+ 'query'
2939
+ ]
2940
+ },
2941
+ 'Kvasir': {
2942
+ 'domains': [
2943
+ 'www.kvasir.no'
2944
+ ],
2945
+ 'parameters': [
2946
+ 'q'
2947
+ ]
2948
+ },
2949
+ 'Austronaut': {
2950
+ 'domains': [
2951
+ 'www2.austronaut.at',
2952
+ 'www1.astronaut.at'
2953
+ ],
2954
+ 'parameters': [
2955
+ 'q'
2956
+ ]
2957
+ },
2958
+ 'SoSoDesk': {
2959
+ 'domains': [
2960
+ 'sosodesktop.com',
2961
+ 'search.sosodesktop.com'
2962
+ ],
2963
+ 'parameters': [
2964
+ 'q'
2965
+ ]
2966
+ },
2967
+ 'Excite': {
2968
+ 'domains': [
2969
+ 'search.excite.it',
2970
+ 'search.excite.fr',
2971
+ 'search.excite.de',
2972
+ 'search.excite.co.uk',
2973
+ 'serach.excite.es',
2974
+ 'search.excite.nl',
2975
+ 'msxml.excite.com',
2976
+ 'www.excite.co.jp'
2977
+ ],
2978
+ 'parameters': [
2979
+ 'q',
2980
+ 'search'
2981
+ ]
2982
+ },
2983
+ '1&1': {
2984
+ 'domains': [
2985
+ 'search.1and1.com'
2986
+ ],
2987
+ 'parameters': [
2988
+ 'q'
2989
+ ]
2990
+ },
2991
+ 'qip': {
2992
+ 'domains': [
2993
+ 'search.qip.ru'
2994
+ ],
2995
+ 'parameters': [
2996
+ 'query'
2997
+ ]
2998
+ },
2999
+ 'Certified-Toolbar': {
3000
+ 'domains': [
3001
+ 'search.certified-toolbar.com'
3002
+ ],
3003
+ 'parameters': [
3004
+ 'q'
3005
+ ]
3006
+ },
3007
+ 'Yahoo!': {
3008
+ 'domains': [
3009
+ 'search.yahoo.com',
3010
+ 'yahoo.com',
3011
+ 'ar.search.yahoo.com',
3012
+ 'ar.yahoo.com',
3013
+ 'au.search.yahoo.com',
3014
+ 'au.yahoo.com',
3015
+ 'br.search.yahoo.com',
3016
+ 'br.yahoo.com',
3017
+ 'ca.search.yahoo.com',
3018
+ 'ca.yahoo.com',
3019
+ 'cade.searchde.yahoo.com',
3020
+ 'cade.yahoo.com',
3021
+ 'chinese.searchinese.yahoo.com',
3022
+ 'chinese.yahoo.com',
3023
+ 'cn.search.yahoo.com',
3024
+ 'cn.yahoo.com',
3025
+ 'de.search.yahoo.com',
3026
+ 'de.yahoo.com',
3027
+ 'dk.search.yahoo.com',
3028
+ 'dk.yahoo.com',
3029
+ 'es.search.yahoo.com',
3030
+ 'es.yahoo.com',
3031
+ 'espanol.searchpanol.yahoo.com',
3032
+ 'espanol.yahoo.com',
3033
+ 'fr.search.yahoo.com',
3034
+ 'fr.yahoo.com',
3035
+ 'hk.search.yahoo.com',
3036
+ 'hk.yahoo.com',
3037
+ 'ie.search.yahoo.com',
3038
+ 'ie.yahoo.com',
3039
+ 'in.search.yahoo.com',
3040
+ 'in.yahoo.com',
3041
+ 'it.search.yahoo.com',
3042
+ 'it.yahoo.com',
3043
+ 'kr.search.yahoo.com',
3044
+ 'kr.yahoo.com',
3045
+ 'mx.search.yahoo.com',
3046
+ 'mx.yahoo.com',
3047
+ 'no.search.yahoo.com',
3048
+ 'no.yahoo.com',
3049
+ 'nz.search.yahoo.com',
3050
+ 'nz.yahoo.com',
3051
+ 'one.cn.yahoo.com',
3052
+ 'one.searchn.yahoo.com',
3053
+ 'qc.search.yahoo.com',
3054
+ 'qc.yahoo.com',
3055
+ 'ru.search.yahoo.com',
3056
+ 'ru.yahoo.com',
3057
+ 'se.search.yahoo.com',
3058
+ 'se.yahoo.com',
3059
+ 'search.searcharch.yahoo.com',
3060
+ 'tw.search.yahoo.com',
3061
+ 'tw.yahoo.com',
3062
+ 'uk.search.yahoo.com',
3063
+ 'uk.yahoo.com',
3064
+ 'us.search.yahoo.com',
3065
+ 'us.yahoo.com',
3066
+ 'www.yahoo.co.jp',
3067
+ 'search.yahoo.co.jp',
3068
+ 'www.cercato.it',
3069
+ 'search.offerbox.com',
3070
+ 'ys.mirostart.com'
3071
+ ],
3072
+ 'parameters': [
3073
+ 'p',
3074
+ 'q'
3075
+ ]
3076
+ },
3077
+ 'URL.ORGanizier': {
3078
+ 'domains': [
3079
+ 'www.url.org'
3080
+ ],
3081
+ 'parameters': [
3082
+ 'q'
3083
+ ]
3084
+ },
3085
+ 'Witch': {
3086
+ 'domains': [
3087
+ 'www.witch.de'
3088
+ ],
3089
+ 'parameters': [
3090
+ 'search'
3091
+ ]
3092
+ },
3093
+ 'Mister Wong': {
3094
+ 'domains': [
3095
+ 'www.mister-wong.com',
3096
+ 'www.mister-wong.de'
3097
+ ],
3098
+ 'parameters': [
3099
+ 'Keywords'
3100
+ ]
3101
+ },
3102
+ 'Aport': {
3103
+ 'domains': [
3104
+ 'sm.aport.ru'
3105
+ ],
3106
+ 'parameters': [
3107
+ 'r'
3108
+ ]
3109
+ },
3110
+ 'Web.de': {
3111
+ 'domains': [
3112
+ 'suche.web.de'
3113
+ ],
3114
+ 'parameters': [
3115
+ 'su'
3116
+ ]
3117
+ },
3118
+ 'Ask': {
3119
+ 'domains': [
3120
+ 'ask.com',
3121
+ 'www.ask.com',
3122
+ 'web.ask.com',
3123
+ 'int.ask.com',
3124
+ 'mws.ask.com',
3125
+ 'uk.ask.com',
3126
+ 'images.ask.com',
3127
+ 'ask.reference.com',
3128
+ 'www.askkids.com',
3129
+ 'iwon.ask.com',
3130
+ 'www.ask.co.uk',
3131
+ 'www.qbyrd.com',
3132
+ 'search-results.com',
3133
+ 'uk.search-results.com',
3134
+ 'www.search-results.com',
3135
+ 'int.search-results.com'
3136
+ ],
3137
+ 'parameters': [
3138
+ 'q'
3139
+ ]
3140
+ },
3141
+ 'Centrum': {
3142
+ 'domains': [
3143
+ 'serach.centrum.cz',
3144
+ 'morfeo.centrum.cz'
3145
+ ],
3146
+ 'parameters': [
3147
+ 'q'
3148
+ ]
3149
+ },
3150
+ 'Bing': {
3151
+ 'domains': [
3152
+ 'bing.com',
3153
+ 'www.bing.com',
3154
+ 'msnbc.msn.com',
3155
+ 'dizionario.it.msn.com',
3156
+ 'cc.bingj.com',
3157
+ 'm.bing.com'
3158
+ ],
3159
+ 'parameters': [
3160
+ 'q',
3161
+ 'Q'
3162
+ ]
3163
+ },
3164
+ 'Google Video': {
3165
+ 'domains': [
3166
+ 'video.google.com'
3167
+ ],
3168
+ 'parameters': [
3169
+ 'q'
3170
+ ]
3171
+ },
3172
+ 'Delfi': {
3173
+ 'domains': [
3174
+ 'otsing.delfi.ee'
3175
+ ],
3176
+ 'parameters': [
3177
+ 'q'
3178
+ ]
3179
+ },
3180
+ 'blekko': {
3181
+ 'domains': [
3182
+ 'blekko.com'
3183
+ ],
3184
+ 'parameters': [
3185
+ 'q'
3186
+ ]
3187
+ },
3188
+ 'Jyxo': {
3189
+ 'domains': [
3190
+ 'jyxo.1188.cz'
3191
+ ],
3192
+ 'parameters': [
3193
+ 'q'
3194
+ ]
3195
+ },
3196
+ 'Kataweb': {
3197
+ 'domains': [
3198
+ 'www.kataweb.it'
3199
+ ],
3200
+ 'parameters': [
3201
+ 'q'
3202
+ ]
3203
+ },
3204
+ 'uol.com.br': {
3205
+ 'domains': [
3206
+ 'busca.uol.com.br'
3207
+ ],
3208
+ 'parameters': [
3209
+ 'q'
3210
+ ]
3211
+ },
3212
+ 'Arianna': {
3213
+ 'domains': [
3214
+ 'arianna.libero.it',
3215
+ 'www.arianna.com'
3216
+ ],
3217
+ 'parameters': [
3218
+ 'query'
3219
+ ]
3220
+ },
3221
+ 'Mamma': {
3222
+ 'domains': [
3223
+ 'www.mamma.com',
3224
+ 'mamma75.mamma.com'
3225
+ ],
3226
+ 'parameters': [
3227
+ 'query'
3228
+ ]
3229
+ },
3230
+ 'Yatedo': {
3231
+ 'domains': [
3232
+ 'www.yatedo.com',
3233
+ 'www.yatedo.fr'
3234
+ ],
3235
+ 'parameters': [
3236
+ 'q'
3237
+ ]
3238
+ },
3239
+ 'Twingly': {
3240
+ 'domains': [
3241
+ 'www.twingly.com'
3242
+ ],
3243
+ 'parameters': [
3244
+ 'q'
3245
+ ]
3246
+ },
3247
+ 'Delfi latvia': {
3248
+ 'domains': [
3249
+ 'smart.delfi.lv'
3250
+ ],
3251
+ 'parameters': [
3252
+ 'q'
3253
+ ]
3254
+ },
3255
+ 'PriceRunner': {
3256
+ 'domains': [
3257
+ 'www.pricerunner.co.uk'
3258
+ ],
3259
+ 'parameters': [
3260
+ 'q'
3261
+ ]
3262
+ },
3263
+ 'Rakuten': {
3264
+ 'domains': [
3265
+ 'websearch.rakuten.co.jp'
3266
+ ],
3267
+ 'parameters': [
3268
+ 'qt'
3269
+ ]
3270
+ },
3271
+ 'Google': {
3272
+ 'domains': [
3273
+ 'www.google.com',
3274
+ 'www.google.ac',
3275
+ 'www.google.ad',
3276
+ 'www.google.com.af',
3277
+ 'www.google.com.ag',
3278
+ 'www.google.com.ai',
3279
+ 'www.google.am',
3280
+ 'www.google.it.ao',
3281
+ 'www.google.com.ar',
3282
+ 'www.google.as',
3283
+ 'www.google.at',
3284
+ 'www.google.com.au',
3285
+ 'www.google.az',
3286
+ 'www.google.ba',
3287
+ 'www.google.com.bd',
3288
+ 'www.google.be',
3289
+ 'www.google.bf',
3290
+ 'www.google.bg',
3291
+ 'www.google.com.bh',
3292
+ 'www.google.bi',
3293
+ 'www.google.bj',
3294
+ 'www.google.com.bn',
3295
+ 'www.google.com.bo',
3296
+ 'www.google.com.br',
3297
+ 'www.google.bs',
3298
+ 'www.google.co.bw',
3299
+ 'www.google.com.by',
3300
+ 'www.google.by',
3301
+ 'www.google.com.bz',
3302
+ 'www.google.ca',
3303
+ 'www.google.com.kh',
3304
+ 'www.google.cc',
3305
+ 'www.google.cd',
3306
+ 'www.google.cf',
3307
+ 'www.google.cat',
3308
+ 'www.google.cg',
3309
+ 'www.google.ch',
3310
+ 'www.google.ci',
3311
+ 'www.google.co.ck',
3312
+ 'www.google.cl',
3313
+ 'www.google.cm',
3314
+ 'www.google.cn',
3315
+ 'www.google.com.co',
3316
+ 'www.google.co.cr',
3317
+ 'www.google.com.cu',
3318
+ 'www.google.cv',
3319
+ 'www.google.com.cy',
3320
+ 'www.google.cz',
3321
+ 'www.google.de',
3322
+ 'www.google.dj',
3323
+ 'www.google.dk',
3324
+ 'www.google.dm',
3325
+ 'www.google.com.do',
3326
+ 'www.google.dz',
3327
+ 'www.google.com.ec',
3328
+ 'www.google.ee',
3329
+ 'www.google.com.eg',
3330
+ 'www.google.es',
3331
+ 'www.google.com.et',
3332
+ 'www.google.fi',
3333
+ 'www.google.com.fj',
3334
+ 'www.google.fm',
3335
+ 'www.google.fr',
3336
+ 'www.google.ga',
3337
+ 'www.google.gd',
3338
+ 'www.google.ge',
3339
+ 'www.google.gf',
3340
+ 'www.google.gg',
3341
+ 'www.google.com.gh',
3342
+ 'www.google.com.gi',
3343
+ 'www.google.gl',
3344
+ 'www.google.gm',
3345
+ 'www.google.gp',
3346
+ 'www.google.gr',
3347
+ 'www.google.com.gt',
3348
+ 'www.google.gy',
3349
+ 'www.google.com.hk',
3350
+ 'www.google.hn',
3351
+ 'www.google.hr',
3352
+ 'www.google.ht',
3353
+ 'www.google.hu',
3354
+ 'www.google.co.id',
3355
+ 'www.google.iq',
3356
+ 'www.google.ie',
3357
+ 'www.google.co.il',
3358
+ 'www.google.im',
3359
+ 'www.google.co.in',
3360
+ 'www.google.io',
3361
+ 'www.google.is',
3362
+ 'www.google.it',
3363
+ 'www.google.je',
3364
+ 'www.google.com.jm',
3365
+ 'www.google.jo',
3366
+ 'www.google.co.jp',
3367
+ 'www.google.co.ke',
3368
+ 'www.google.ki',
3369
+ 'www.google.kg',
3370
+ 'www.google.co.kr',
3371
+ 'www.google.com.kw',
3372
+ 'www.google.kz',
3373
+ 'www.google.la',
3374
+ 'www.google.com.lb',
3375
+ 'www.google.com.lc',
3376
+ 'www.google.li',
3377
+ 'www.google.lk',
3378
+ 'www.google.co.ls',
3379
+ 'www.google.lt',
3380
+ 'www.google.lu',
3381
+ 'www.google.lv',
3382
+ 'www.google.com.ly',
3383
+ 'www.google.co.ma',
3384
+ 'www.google.md',
3385
+ 'www.google.me',
3386
+ 'www.google.mg',
3387
+ 'www.google.mk',
3388
+ 'www.google.ml',
3389
+ 'www.google.mn',
3390
+ 'www.google.ms',
3391
+ 'www.google.com.mt',
3392
+ 'www.google.mu',
3393
+ 'www.google.mv',
3394
+ 'www.google.mw',
3395
+ 'www.google.com.mx',
3396
+ 'www.google.com.my',
3397
+ 'www.google.co.mz',
3398
+ 'www.google.com.na',
3399
+ 'www.google.ne',
3400
+ 'www.google.com.nf',
3401
+ 'www.google.com.ng',
3402
+ 'www.google.com.ni',
3403
+ 'www.google.nl',
3404
+ 'www.google.no',
3405
+ 'www.google.com.np',
3406
+ 'www.google.nr',
3407
+ 'www.google.nu',
3408
+ 'www.google.co.nz',
3409
+ 'www.google.com.om',
3410
+ 'www.google.com.pa',
3411
+ 'www.google.com.pe',
3412
+ 'www.google.com.ph',
3413
+ 'www.google.com.pk',
3414
+ 'www.google.pl',
3415
+ 'www.google.pn',
3416
+ 'www.google.com.pr',
3417
+ 'www.google.ps',
3418
+ 'www.google.pt',
3419
+ 'www.google.com.py',
3420
+ 'www.google.com.qa',
3421
+ 'www.google.ro',
3422
+ 'www.google.rs',
3423
+ 'www.google.ru',
3424
+ 'www.google.rw',
3425
+ 'www.google.com.sa',
3426
+ 'www.google.com.sb',
3427
+ 'www.google.sc',
3428
+ 'www.google.se',
3429
+ 'www.google.com.sg',
3430
+ 'www.google.sh',
3431
+ 'www.google.si',
3432
+ 'www.google.sk',
3433
+ 'www.google.com.sl',
3434
+ 'www.google.sn',
3435
+ 'www.google.sm',
3436
+ 'www.google.so',
3437
+ 'www.google.st',
3438
+ 'www.google.com.sv',
3439
+ 'www.google.td',
3440
+ 'www.google.tg',
3441
+ 'www.google.co.th',
3442
+ 'www.google.com.tj',
3443
+ 'www.google.tk',
3444
+ 'www.google.tl',
3445
+ 'www.google.tm',
3446
+ 'www.google.to',
3447
+ 'www.google.com.tn',
3448
+ 'www.google.tn',
3449
+ 'www.google.com.tr',
3450
+ 'www.google.tt',
3451
+ 'www.google.com.tw',
3452
+ 'www.google.co.tz',
3453
+ 'www.google.com.ua',
3454
+ 'www.google.co.ug',
3455
+ 'www.google.ae',
3456
+ 'www.google.co.uk',
3457
+ 'www.google.us',
3458
+ 'www.google.com.uy',
3459
+ 'www.google.co.uz',
3460
+ 'www.google.com.vc',
3461
+ 'www.google.co.ve',
3462
+ 'www.google.vg',
3463
+ 'www.google.co.vi',
3464
+ 'www.google.com.vn',
3465
+ 'www.google.vu',
3466
+ 'www.google.ws',
3467
+ 'www.google.co.za',
3468
+ 'www.google.co.zm',
3469
+ 'www.google.co.zw',
3470
+ 'google.com',
3471
+ 'google.ac',
3472
+ 'google.ad',
3473
+ 'google.com.af',
3474
+ 'google.com.ag',
3475
+ 'google.com.ai',
3476
+ 'google.am',
3477
+ 'google.it.ao',
3478
+ 'google.com.ar',
3479
+ 'google.as',
3480
+ 'google.at',
3481
+ 'google.com.au',
3482
+ 'google.az',
3483
+ 'google.ba',
3484
+ 'google.com.bd',
3485
+ 'google.be',
3486
+ 'google.bf',
3487
+ 'google.bg',
3488
+ 'google.com.bh',
3489
+ 'google.bi',
3490
+ 'google.bj',
3491
+ 'google.com.bn',
3492
+ 'google.com.bo',
3493
+ 'google.com.br',
3494
+ 'google.bs',
3495
+ 'google.co.bw',
3496
+ 'google.com.by',
3497
+ 'google.by',
3498
+ 'google.com.bz',
3499
+ 'google.ca',
3500
+ 'google.com.kh',
3501
+ 'google.cc',
3502
+ 'google.cd',
3503
+ 'google.cf',
3504
+ 'google.cat',
3505
+ 'google.cg',
3506
+ 'google.ch',
3507
+ 'google.ci',
3508
+ 'google.co.ck',
3509
+ 'google.cl',
3510
+ 'google.cm',
3511
+ 'google.cn',
3512
+ 'google.com.co',
3513
+ 'google.co.cr',
3514
+ 'google.com.cu',
3515
+ 'google.cv',
3516
+ 'google.com.cy',
3517
+ 'google.cz',
3518
+ 'google.de',
3519
+ 'google.dj',
3520
+ 'google.dk',
3521
+ 'google.dm',
3522
+ 'google.com.do',
3523
+ 'google.dz',
3524
+ 'google.com.ec',
3525
+ 'google.ee',
3526
+ 'google.com.eg',
3527
+ 'google.es',
3528
+ 'google.com.et',
3529
+ 'google.fi',
3530
+ 'google.com.fj',
3531
+ 'google.fm',
3532
+ 'google.fr',
3533
+ 'google.ga',
3534
+ 'google.gd',
3535
+ 'google.ge',
3536
+ 'google.gf',
3537
+ 'google.gg',
3538
+ 'google.com.gh',
3539
+ 'google.com.gi',
3540
+ 'google.gl',
3541
+ 'google.gm',
3542
+ 'google.gp',
3543
+ 'google.gr',
3544
+ 'google.com.gt',
3545
+ 'google.gy',
3546
+ 'google.com.hk',
3547
+ 'google.hn',
3548
+ 'google.hr',
3549
+ 'google.ht',
3550
+ 'google.hu',
3551
+ 'google.co.id',
3552
+ 'google.iq',
3553
+ 'google.ie',
3554
+ 'google.co.il',
3555
+ 'google.im',
3556
+ 'google.co.in',
3557
+ 'google.io',
3558
+ 'google.is',
3559
+ 'google.it',
3560
+ 'google.je',
3561
+ 'google.com.jm',
3562
+ 'google.jo',
3563
+ 'google.co.jp',
3564
+ 'google.co.ke',
3565
+ 'google.ki',
3566
+ 'google.kg',
3567
+ 'google.co.kr',
3568
+ 'google.com.kw',
3569
+ 'google.kz',
3570
+ 'google.la',
3571
+ 'google.com.lb',
3572
+ 'google.com.lc',
3573
+ 'google.li',
3574
+ 'google.lk',
3575
+ 'google.co.ls',
3576
+ 'google.lt',
3577
+ 'google.lu',
3578
+ 'google.lv',
3579
+ 'google.com.ly',
3580
+ 'google.co.ma',
3581
+ 'google.md',
3582
+ 'google.me',
3583
+ 'google.mg',
3584
+ 'google.mk',
3585
+ 'google.ml',
3586
+ 'google.mn',
3587
+ 'google.ms',
3588
+ 'google.com.mt',
3589
+ 'google.mu',
3590
+ 'google.mv',
3591
+ 'google.mw',
3592
+ 'google.com.mx',
3593
+ 'google.com.my',
3594
+ 'google.co.mz',
3595
+ 'google.com.na',
3596
+ 'google.ne',
3597
+ 'google.com.nf',
3598
+ 'google.com.ng',
3599
+ 'google.com.ni',
3600
+ 'google.nl',
3601
+ 'google.no',
3602
+ 'google.com.np',
3603
+ 'google.nr',
3604
+ 'google.nu',
3605
+ 'google.co.nz',
3606
+ 'google.com.om',
3607
+ 'google.com.pa',
3608
+ 'google.com.pe',
3609
+ 'google.com.ph',
3610
+ 'google.com.pk',
3611
+ 'google.pl',
3612
+ 'google.pn',
3613
+ 'google.com.pr',
3614
+ 'google.ps',
3615
+ 'google.pt',
3616
+ 'google.com.py',
3617
+ 'google.com.qa',
3618
+ 'google.ro',
3619
+ 'google.rs',
3620
+ 'google.ru',
3621
+ 'google.rw',
3622
+ 'google.com.sa',
3623
+ 'google.com.sb',
3624
+ 'google.sc',
3625
+ 'google.se',
3626
+ 'google.com.sg',
3627
+ 'google.sh',
3628
+ 'google.si',
3629
+ 'google.sk',
3630
+ 'google.com.sl',
3631
+ 'google.sn',
3632
+ 'google.sm',
3633
+ 'google.so',
3634
+ 'google.st',
3635
+ 'google.com.sv',
3636
+ 'google.td',
3637
+ 'google.tg',
3638
+ 'google.co.th',
3639
+ 'google.com.tj',
3640
+ 'google.tk',
3641
+ 'google.tl',
3642
+ 'google.tm',
3643
+ 'google.to',
3644
+ 'google.com.tn',
3645
+ 'google.com.tr',
3646
+ 'google.tt',
3647
+ 'google.com.tw',
3648
+ 'google.co.tz',
3649
+ 'google.com.ua',
3650
+ 'google.co.ug',
3651
+ 'google.ae',
3652
+ 'google.co.uk',
3653
+ 'google.us',
3654
+ 'google.com.uy',
3655
+ 'google.co.uz',
3656
+ 'google.com.vc',
3657
+ 'google.co.ve',
3658
+ 'google.vg',
3659
+ 'google.co.vi',
3660
+ 'google.com.vn',
3661
+ 'google.vu',
3662
+ 'google.ws',
3663
+ 'google.co.za',
3664
+ 'google.co.zm',
3665
+ 'google.co.zw',
3666
+ 'google.tn',
3667
+ 'search.avg.com',
3668
+ 'isearch.avg.com',
3669
+ 'www.cnn.com',
3670
+ 'darkoogle.com',
3671
+ 'search.darkoogle.com',
3672
+ 'search.foxtab.com',
3673
+ 'www.gooofullsearch.com',
3674
+ 'search.hiyo.com',
3675
+ 'search.incredimail.com',
3676
+ 'search1.incredimail.com',
3677
+ 'search2.incredimail.com',
3678
+ 'search3.incredimail.com',
3679
+ 'search4.incredimail.com',
3680
+ 'search.incredibar.com',
3681
+ 'search.sweetim.com',
3682
+ 'www.fastweb.it',
3683
+ 'search.juno.com',
3684
+ 'find.tdc.dk',
3685
+ 'searchresults.verizon.com',
3686
+ 'search.walla.co.il',
3687
+ 'search.alot.com',
3688
+ 'www.googleearth.de',
3689
+ 'www.googleearth.fr',
3690
+ 'webcache.googleusercontent.com',
3691
+ 'encrypted.google.com',
3692
+ 'googlesyndicatedsearch.com'
3693
+ ],
3694
+ 'parameters': [
3695
+ 'q',
3696
+ 'query',
3697
+ 'Keywords'
3698
+ ]
3699
+ },
3700
+ 'Blogpulse': {
3701
+ 'domains': [
3702
+ 'www.blogpulse.com'
3703
+ ],
3704
+ 'parameters': [
3705
+ 'query'
3706
+ ]
3707
+ },
3708
+ 'Hooseek.com': {
3709
+ 'domains': [
3710
+ 'www.hooseek.com'
3711
+ ],
3712
+ 'parameters': [
3713
+ 'recherche'
3714
+ ]
3715
+ },
3716
+ 'Dalesearch': {
3717
+ 'domains': [
3718
+ 'www.dalesearch.com'
3719
+ ],
3720
+ 'parameters': [
3721
+ 'q'
3722
+ ]
3723
+ },
3724
+ 'Alice Adsl': {
3725
+ 'domains': [
3726
+ 'rechercher.aliceadsl.fr'
3727
+ ],
3728
+ 'parameters': [
3729
+ 'q'
3730
+ ]
3731
+ },
3732
+ 'T-Online': {
3733
+ 'domains': [
3734
+ 'suche.t-online.de',
3735
+ 'brisbane.t-online.de',
3736
+ 'navigationshilfe.t-online.de'
3737
+ ],
3738
+ 'parameters': [
3739
+ 'q'
3740
+ ]
3741
+ },
3742
+ 'Sogou': {
3743
+ 'domains': [
3744
+ 'www.sougou.com',
3745
+ 'www.soso.com'
3746
+ ],
3747
+ 'parameters': [
3748
+ 'query',
3749
+ 'w'
3750
+ ]
3751
+ },
3752
+ 'Hit-Parade': {
3753
+ 'domains': [
3754
+ 'req.-hit-parade.com',
3755
+ 'class.hit-parade.com',
3756
+ 'www.hit-parade.com'
3757
+ ],
3758
+ 'parameters': [
3759
+ 'p7'
3760
+ ]
3761
+ },
3762
+ 'SearchCanvas': {
3763
+ 'domains': [
3764
+ 'www.searchcanvas.com'
3765
+ ],
3766
+ 'parameters': [
3767
+ 'q'
3768
+ ]
3769
+ },
3770
+ 'Jungle Key': {
3771
+ 'domains': [
3772
+ 'junglekey.com',
3773
+ 'junglekey.fr'
3774
+ ],
3775
+ 'parameters': [
3776
+ 'query'
3777
+ ]
3778
+ },
3779
+ 'Interia': {
3780
+ 'domains': [
3781
+ 'www.google.interia.pl'
3782
+ ],
3783
+ 'parameters': [
3784
+ 'q'
3785
+ ]
3786
+ },
3787
+ 'Genieo': {
3788
+ 'domains': [
3789
+ 'search.genieo.com'
3790
+ ],
3791
+ 'parameters': [
3792
+ 'q'
3793
+ ]
3794
+ },
3795
+ 'Tiscali': {
3796
+ 'domains': [
3797
+ 'search.tiscali.it',
3798
+ 'search-dyn.tiscali.it',
3799
+ 'hledani.tiscali.cz'
3800
+ ],
3801
+ 'parameters': [
3802
+ 'q',
3803
+ 'key'
3804
+ ]
3805
+ },
3806
+ 'Gomeo': {
3807
+ 'domains': [
3808
+ 'www.gomeo.com'
3809
+ ],
3810
+ 'parameters': [
3811
+ 'Keywords'
3812
+ ]
3813
+ }
3814
+ },
3815
+ 'email': {
3816
+ 'Bigpond': {
3817
+ 'domains': [
3818
+ 'webmail.bigpond.com',
3819
+ 'webmail2.bigpond.com',
3820
+ 'email.telstra.com',
3821
+ 'basic.messaging.bigpond.com'
3822
+ ]
3823
+ },
3824
+ 'Naver Mail': {
3825
+ 'domains': [
3826
+ 'mail.naver.com'
3827
+ ]
3828
+ },
3829
+ 'Zoho': {
3830
+ 'domains': [
3831
+ 'mail.zoho.com'
3832
+ ]
3833
+ },
3834
+ 'Virgin': {
3835
+ 'domains': [
3836
+ 'webmail.virginbroadband.com.au'
3837
+ ]
3838
+ },
3839
+ 'Yahoo! Mail': {
3840
+ 'domains': [
3841
+ 'mail.yahoo.net',
3842
+ 'mail.yahoo.com',
3843
+ 'mail.yahoo.co.uk',
3844
+ 'mail.yahoo.co.jp'
3845
+ ]
3846
+ },
3847
+ 'iiNet': {
3848
+ 'domains': [
3849
+ 'webmail.iinet.net.au',
3850
+ 'mail.iinet.net.au'
3851
+ ]
3852
+ },
3853
+ 'E1.ru': {
3854
+ 'domains': [
3855
+ 'mail.e1.ru'
3856
+ ]
3857
+ },
3858
+ 'Vodafone': {
3859
+ 'domains': [
3860
+ 'webmail.vodafone.co.nz'
3861
+ ]
3862
+ },
3863
+ '126 Mail': {
3864
+ 'domains': [
3865
+ 'mail.126.com'
3866
+ ]
3867
+ },
3868
+ 'Inbox.com': {
3869
+ 'domains': [
3870
+ 'inbox.com'
3871
+ ]
3872
+ },
3873
+ 'iPrimus': {
3874
+ 'domains': [
3875
+ 'webmail.iprimus.com.au'
3876
+ ]
3877
+ },
3878
+ 'QQ Mail': {
3879
+ 'domains': [
3880
+ 'mail.qq.com',
3881
+ 'exmail.qq.com'
3882
+ ]
3883
+ },
3884
+ 'QIP': {
3885
+ 'domains': [
3886
+ 'mail.qip.ru'
3887
+ ]
3888
+ },
3889
+ 'Sibmail': {
3890
+ 'domains': [
3891
+ 'sibmail.com'
3892
+ ]
3893
+ },
3894
+ 'Freenet': {
3895
+ 'domains': [
3896
+ 'webmail.freenet.de'
3897
+ ]
3898
+ },
3899
+ 'Seznam Mail': {
3900
+ 'domains': [
3901
+ 'email.seznam.cz'
3902
+ ]
3903
+ },
3904
+ 'Westnet': {
3905
+ 'domains': [
3906
+ 'webmail.westnet.com.au'
3907
+ ]
3908
+ },
3909
+ 'Outlook.com': {
3910
+ 'domains': [
3911
+ 'mail.live.com',
3912
+ 'outlook.live.com'
3913
+ ]
3914
+ },
3915
+ 'Dodo': {
3916
+ 'domains': [
3917
+ 'webmail.dodo.com.au'
3918
+ ]
3919
+ },
3920
+ '2degrees': {
3921
+ 'domains': [
3922
+ 'webmail.2degreesbroadband.co.nz'
3923
+ ]
3924
+ },
3925
+ 'Daum Mail': {
3926
+ 'domains': [
3927
+ 'mail2.daum.net',
3928
+ 'mail.daum.net'
3929
+ ]
3930
+ },
3931
+ 'Beeline': {
3932
+ 'domains': [
3933
+ 'post.ru'
3934
+ ]
3935
+ },
3936
+ 'Mail.ru': {
3937
+ 'domains': [
3938
+ 'e.mail.ru',
3939
+ 'touch.mail.ru'
3940
+ ]
3941
+ },
3942
+ 'Adam Internet': {
3943
+ 'domains': [
3944
+ 'webmail.adam.com.au'
3945
+ ]
3946
+ },
3947
+ 'Orange Webmail': {
3948
+ 'domains': [
3949
+ 'orange.fr/webmail'
3950
+ ]
3951
+ },
3952
+ 'AOL Mail': {
3953
+ 'domains': [
3954
+ 'mail.aol.com'
3955
+ ]
3956
+ },
3957
+ 'Netspace': {
3958
+ 'domains': [
3959
+ 'webmail.netspace.net.au'
3960
+ ]
3961
+ },
3962
+ 'Optus Zoo': {
3963
+ 'domains': [
3964
+ 'webmail.optuszoo.com.au',
3965
+ 'webmail.optusnet.com.au'
3966
+ ]
3967
+ },
3968
+ 'Commander': {
3969
+ 'domains': [
3970
+ 'webmail.commander.net.au'
3971
+ ]
3972
+ },
3973
+ 'Mastermail': {
3974
+ 'domains': [
3975
+ 'mastermail.ru',
3976
+ 'm.mastermail.ru'
3977
+ ]
3978
+ },
3979
+ 'Yandex': {
3980
+ 'domains': [
3981
+ 'mail.yandex.ru',
3982
+ 'mail.yandex.com',
3983
+ 'mail.yandex.kz',
3984
+ 'mail.yandex.ua',
3985
+ 'mail.yandex.by'
3986
+ ]
3987
+ },
3988
+ '163 Mail': {
3989
+ 'domains': [
3990
+ 'mail.163.com'
3991
+ ]
3992
+ },
3993
+ 'Ukr.net': {
3994
+ 'domains': [
3995
+ 'mail.ukr.net'
3996
+ ]
3997
+ },
3998
+ 'Rambler': {
3999
+ 'domains': [
4000
+ 'mail.rambler.ru'
4001
+ ]
4002
+ },
4003
+ 'Mynet Mail': {
4004
+ 'domains': [
4005
+ 'mail.mynet.com'
4006
+ ]
4007
+ },
4008
+ 'Gmail': {
4009
+ 'domains': [
4010
+ 'mail.google.com',
4011
+ 'inbox.google.com'
4012
+ ]
4013
+ }
4014
+ },
4015
+ 'paid': {
4016
+ 'AdSpirit': {
4017
+ 'domains': [
4018
+ 'adspirit.de',
4019
+ 'rtbcity.com',
4020
+ 'plusperformance.com'
4021
+ ]
4022
+ },
4023
+ 'Flashtalking': {
4024
+ 'domains': [
4025
+ 'flashtalking.com',
4026
+ 'servedby.flashtalking.com'
4027
+ ]
4028
+ },
4029
+ 'AudienceScience': {
4030
+ 'domains': [
4031
+ 'wunderloop.net'
4032
+ ]
4033
+ },
4034
+ 'Outbrain': {
4035
+ 'domains': [
4036
+ 'paid.outbrain.com'
4037
+ ]
4038
+ },
4039
+ 'Yieldmo': {
4040
+ 'domains': [
4041
+ 'yieldmo.com'
4042
+ ]
4043
+ },
4044
+ 'Mozo': {
4045
+ 'domains': [
4046
+ 'mozo.com.au',
4047
+ 'a.mozo.com.au'
4048
+ ]
4049
+ },
4050
+ 'Acuity Ads': {
4051
+ 'domains': [
4052
+ 'acuityplatform.com'
4053
+ ]
4054
+ },
4055
+ 'LifeStreet': {
4056
+ 'domains': [
4057
+ 'lfstmedia.com'
4058
+ ]
4059
+ },
4060
+ 'MicroAd': {
4061
+ 'domains': [
4062
+ 'microad.jp'
4063
+ ]
4064
+ },
4065
+ 'Taboola': {
4066
+ 'domains': [
4067
+ 'trc.taboola.com',
4068
+ 'api.taboola.com',
4069
+ 'taboola.com'
4070
+ ]
4071
+ },
4072
+ 'Doubleclick': {
4073
+ 'domains': [
4074
+ 'ad.doubleclick.net',
4075
+ 'ad-apac.doubleclick.net',
4076
+ 's0.2mdn.net',
4077
+ 's1.2mdn.net',
4078
+ 'dp.g.doubleclick.net',
4079
+ 'pubads.g.doubleclick.net'
4080
+ ]
4081
+ },
4082
+ 'Adform': {
4083
+ 'domains': [
4084
+ 'adform.net'
4085
+ ]
4086
+ },
4087
+ 'Sizmek': {
4088
+ 'domains': [
4089
+ 'bs.serving-sys.com'
4090
+ ]
4091
+ },
4092
+ 'Criteo': {
4093
+ 'domains': [
4094
+ 'cas.jp.as.criteo.com',
4095
+ 'cas.criteo.com'
4096
+ ]
4097
+ },
4098
+ 'Fluct': {
4099
+ 'domains': [
4100
+ 'adingo.jp'
4101
+ ]
4102
+ },
4103
+ 'LowerMyBills': {
4104
+ 'domains': [
4105
+ 'lowermybills.com'
4106
+ ],
4107
+ 'parameters': [
4108
+ 'leadid'
4109
+ ]
4110
+ },
4111
+ 'White Pages': {
4112
+ 'domains': [
4113
+ 'www.whitepages.com.au',
4114
+ 'mobile.whitepages.com.au'
4115
+ ]
4116
+ },
4117
+ 'Neustar AdAdvisor': {
4118
+ 'domains': [
4119
+ 'adadvisor.net'
4120
+ ]
4121
+ },
4122
+ 'ONE by AOL': {
4123
+ 'domains': [
4124
+ 'nexage.com'
4125
+ ]
4126
+ },
4127
+ 'Mixpo': {
4128
+ 'domains': [
4129
+ 'mixpo.com'
4130
+ ]
4131
+ },
4132
+ 'Rubicon Project': {
4133
+ 'domains': [
4134
+ 'optimized-by.rubiconproject.com'
4135
+ ]
4136
+ },
4137
+ 'PubMatic': {
4138
+ 'domains': [
4139
+ 'sshowads.pubmatic.com'
4140
+ ]
4141
+ },
4142
+ 'Jivox': {
4143
+ 'domains': [
4144
+ 'jivox.com'
4145
+ ]
4146
+ },
4147
+ 'BidSwitch': {
4148
+ 'domains': [
4149
+ 'bidswitch.net'
4150
+ ]
4151
+ },
4152
+ 'Sonobi': {
4153
+ 'domains': [
4154
+ 'sonobi.com'
4155
+ ]
4156
+ },
4157
+ 'SteelHouse': {
4158
+ 'domains': [
4159
+ 'steelhousemedia.com'
4160
+ ]
4161
+ },
4162
+ 'AdRoll': {
4163
+ 'domains': [
4164
+ 'adroll.com'
4165
+ ]
4166
+ },
4167
+ 'AdNET': {
4168
+ 'domains': [
4169
+ 'adnet.de'
4170
+ ]
4171
+ },
4172
+ 'Tribal Fusion': {
4173
+ 'domains': [
4174
+ 'cdnx.tribalfusion.com'
4175
+ ]
4176
+ },
4177
+ 'Yandex.Market': {
4178
+ 'domains': [
4179
+ 'market.yandex.ru',
4180
+ 'm.market.yandex.ru'
4181
+ ]
4182
+ },
4183
+ 'StickyADS.tv': {
4184
+ 'domains': [
4185
+ 'stickyadstv.com',
4186
+ 'sfx.stickyadstv.com'
4187
+ ]
4188
+ },
4189
+ 'ZEDO': {
4190
+ 'domains': [
4191
+ 'zedo.com',
4192
+ 'z1.zedo.com'
4193
+ ]
4194
+ },
4195
+ 'Plista': {
4196
+ 'domains': [
4197
+ 'farm.plista.com'
4198
+ ]
4199
+ },
4200
+ 'AppNexus': {
4201
+ 'domains': [
4202
+ 'ib.adnxs.com',
4203
+ 'adnxs.com',
4204
+ '247realmedia.com'
4205
+ ]
4206
+ },
4207
+ 'Sovrn': {
4208
+ 'domains': [
4209
+ 'lijit.com'
4210
+ ]
4211
+ },
4212
+ 'Google': {
4213
+ 'domains': [
4214
+ 'www.googleadservices.com',
4215
+ 'partner.googleadservices.com',
4216
+ 'googleads.g.doubleclick.net',
4217
+ 'tpc.googlesyndication.com',
4218
+ 'googleadservices.com',
4219
+ 'imasdk.googleapis.com'
4220
+ ]
4221
+ },
4222
+ 'Eyeota': {
4223
+ 'domains': [
4224
+ 'eyeota.net'
4225
+ ]
4226
+ },
4227
+ 'Price.ru': {
4228
+ 'domains': [
4229
+ 'price.ru',
4230
+ 'v.price.ru'
4231
+ ]
4232
+ },
4233
+ 'OpenX': {
4234
+ 'domains': [
4235
+ 'us-ads.openx.net',
4236
+ 'openx.net',
4237
+ 'servedbyopenx.com',
4238
+ 'openxenterprise.com'
4239
+ ]
4240
+ },
4241
+ 'Casale Media': {
4242
+ 'domains': [
4243
+ 'casalemedia.com'
4244
+ ]
4245
+ },
4246
+ 'Adition': {
4247
+ 'domains': [
4248
+ 'adition.com'
4249
+ ]
4250
+ },
4251
+ 'Yandex.Direct': {
4252
+ 'domains': [
4253
+ 'an.yandex.ru',
4254
+ 'yabs.yandex.ru',
4255
+ 'yabs.yandex.ua',
4256
+ 'yabs.yandex.com',
4257
+ 'yabs.yandex.by'
4258
+ ]
4259
+ },
4260
+ 'ADFOX': {
4261
+ 'domains': [
4262
+ 'adfox.ru',
4263
+ 'www.adfox.ru',
4264
+ 'ads.adfox.ru',
4265
+ 'www.ads.adfox.ru'
4266
+ ]
4267
+ },
4268
+ 'Torg.Mail.ru': {
4269
+ 'domains': [
4270
+ 'torg.mail.ru'
4271
+ ]
4272
+ },
4273
+ 'Sociomantic Labs': {
4274
+ 'domains': [
4275
+ 'sociomantic.com'
4276
+ ]
4277
+ }
4278
+ },
4279
+ 'social': {
4280
+ 'hi5': {
4281
+ 'domains': [
4282
+ 'hi5.com'
4283
+ ]
4284
+ },
4285
+ 'Friendster': {
4286
+ 'domains': [
4287
+ 'friendster.com'
4288
+ ]
4289
+ },
4290
+ 'Weibo': {
4291
+ 'domains': [
4292
+ 'weibo.com',
4293
+ 't.cn'
4294
+ ]
4295
+ },
4296
+ 'Xanga': {
4297
+ 'domains': [
4298
+ 'xanga.com'
4299
+ ]
4300
+ },
4301
+ 'Myspace': {
4302
+ 'domains': [
4303
+ 'myspace.com'
4304
+ ]
4305
+ },
4306
+ 'Buzznet': {
4307
+ 'domains': [
4308
+ 'buzznet.com'
4309
+ ]
4310
+ },
4311
+ 'MyLife': {
4312
+ 'domains': [
4313
+ 'mylife.ru'
4314
+ ]
4315
+ },
4316
+ 'Flickr': {
4317
+ 'domains': [
4318
+ 'flickr.com'
4319
+ ]
4320
+ },
4321
+ 'Whirlpool': {
4322
+ 'domains': [
4323
+ 'forums.whirlpool.net.au'
4324
+ ]
4325
+ },
4326
+ 'Sonico.com': {
4327
+ 'domains': [
4328
+ 'sonico.com'
4329
+ ]
4330
+ },
4331
+ 'Odnoklassniki': {
4332
+ 'domains': [
4333
+ 'odnoklassniki.ru',
4334
+ 'ok.ru'
4335
+ ]
4336
+ },
4337
+ 'GitHub': {
4338
+ 'domains': [
4339
+ 'github.com'
4340
+ ]
4341
+ },
4342
+ 'Classmates': {
4343
+ 'domains': [
4344
+ 'classmates.com'
4345
+ ]
4346
+ },
4347
+ 'Friends Reunited': {
4348
+ 'domains': [
4349
+ 'friendsreunited.com'
4350
+ ]
4351
+ },
4352
+ 'Renren': {
4353
+ 'domains': [
4354
+ 'renren.com'
4355
+ ]
4356
+ },
4357
+ 'Quora': {
4358
+ 'domains': [
4359
+ 'quora.com'
4360
+ ]
4361
+ },
4362
+ 'Gaia Online': {
4363
+ 'domains': [
4364
+ 'gaiaonline.com'
4365
+ ]
4366
+ },
4367
+ 'Netlog': {
4368
+ 'domains': [
4369
+ 'netlog.com'
4370
+ ]
4371
+ },
4372
+ 'Orkut': {
4373
+ 'domains': [
4374
+ 'orkut.com'
4375
+ ]
4376
+ },
4377
+ 'MyHeritage': {
4378
+ 'domains': [
4379
+ 'myheritage.com'
4380
+ ]
4381
+ },
4382
+ 'Multiply': {
4383
+ 'domains': [
4384
+ 'multiply.com'
4385
+ ]
4386
+ },
4387
+ 'myYearbook': {
4388
+ 'domains': [
4389
+ 'myyearbook.com'
4390
+ ]
4391
+ },
4392
+ 'WeeWorld': {
4393
+ 'domains': [
4394
+ 'weeworld.com'
4395
+ ]
4396
+ },
4397
+ 'Vimeo': {
4398
+ 'domains': [
4399
+ 'vimeo.com'
4400
+ ]
4401
+ },
4402
+ 'Eksi Sozluk': {
4403
+ 'domains': [
4404
+ 'Sozluk.com',
4405
+ 'sourtimes.org'
4406
+ ]
4407
+ },
4408
+ 'Geni': {
4409
+ 'domains': [
4410
+ 'geni.com'
4411
+ ]
4412
+ },
4413
+ 'Uludag Sozluk': {
4414
+ 'domains': [
4415
+ 'uludagsozluk.com',
4416
+ 'ulusozluk.com'
4417
+ ]
4418
+ },
4419
+ 'SourceForge': {
4420
+ 'domains': [
4421
+ 'sourceforge.net'
4422
+ ]
4423
+ },
4424
+ 'Plaxo': {
4425
+ 'domains': [
4426
+ 'plaxo.com'
4427
+ ]
4428
+ },
4429
+ 'Taringa!': {
4430
+ 'domains': [
4431
+ 'taringa.net'
4432
+ ]
4433
+ },
4434
+ 'Tagged': {
4435
+ 'domains': [
4436
+ 'login.tagged.com'
4437
+ ]
4438
+ },
4439
+ 'XING': {
4440
+ 'domains': [
4441
+ 'xing.com'
4442
+ ]
4443
+ },
4444
+ 'Instagram': {
4445
+ 'domains': [
4446
+ 'instagram.com',
4447
+ 'l.instagram.com'
4448
+ ]
4449
+ },
4450
+ 'Vkontakte': {
4451
+ 'domains': [
4452
+ 'm.vk.com',
4453
+ 'vk.com',
4454
+ 'away.vk.com',
4455
+ 'vkontakte.ru'
4456
+ ]
4457
+ },
4458
+ 'Twitter': {
4459
+ 'domains': [
4460
+ 'twitter.com',
4461
+ 't.co'
4462
+ ]
4463
+ },
4464
+ 'vKruguDruzei.ru': {
4465
+ 'domains': [
4466
+ 'vkrugudruzei.ru'
4467
+ ]
4468
+ },
4469
+ 'Donanimhaber': {
4470
+ 'domains': [
4471
+ 'donanimhaber.com'
4472
+ ]
4473
+ },
4474
+ 'WAYN': {
4475
+ 'domains': [
4476
+ 'wayn.com'
4477
+ ]
4478
+ },
4479
+ 'Skype': {
4480
+ 'domains': [
4481
+ 'web.skype.com'
4482
+ ]
4483
+ },
4484
+ 'Mail.ru': {
4485
+ 'domains': [
4486
+ 'my.mail.ru'
4487
+ ]
4488
+ },
4489
+ 'Badoo': {
4490
+ 'domains': [
4491
+ 'badoo.com'
4492
+ ]
4493
+ },
4494
+ 'Instela': {
4495
+ 'domains': [
4496
+ 'instela.com'
4497
+ ]
4498
+ },
4499
+ 'Habbo': {
4500
+ 'domains': [
4501
+ 'habbo.com'
4502
+ ]
4503
+ },
4504
+ 'Pinterest': {
4505
+ 'domains': [
4506
+ 'pinterest.com',
4507
+ 'pinterest.ca',
4508
+ 'pinterest.com.au'
4509
+ ]
4510
+ },
4511
+ 'LinkedIn': {
4512
+ 'domains': [
4513
+ 'linkedin.com',
4514
+ 'lnkd.in'
4515
+ ]
4516
+ },
4517
+ 'Foursquare': {
4518
+ 'domains': [
4519
+ 'foursquare.com'
4520
+ ]
4521
+ },
4522
+ 'Flixster': {
4523
+ 'domains': [
4524
+ 'flixster.com'
4525
+ ]
4526
+ },
4527
+ 'Windows Live Spaces': {
4528
+ 'domains': [
4529
+ 'login.live.com'
4530
+ ]
4531
+ },
4532
+ 'BlackPlanet': {
4533
+ 'domains': [
4534
+ 'blackplanet.com'
4535
+ ]
4536
+ },
4537
+ 'Cyworld': {
4538
+ 'domains': [
4539
+ 'global.cyworld.com'
4540
+ ]
4541
+ },
4542
+ 'Pocket': {
4543
+ 'domains': [
4544
+ 'getpocket.com'
4545
+ ]
4546
+ },
4547
+ 'Skyrock': {
4548
+ 'domains': [
4549
+ 'skyrock.com'
4550
+ ]
4551
+ },
4552
+ 'Facebook': {
4553
+ 'domains': [
4554
+ 'facebook.com',
4555
+ 'fb.me',
4556
+ 'm.facebook.com',
4557
+ 'l.facebook.com',
4558
+ 'lm.facebook.com'
4559
+ ]
4560
+ },
4561
+ 'WhatsApp': {
4562
+ 'domains': [
4563
+ 'web.whatsapp.com'
4564
+ ]
4565
+ },
4566
+ 'Disqus': {
4567
+ 'domains': [
4568
+ 'redirect.disqus.com',
4569
+ 'disq.us',
4570
+ 'disqus.com'
4571
+ ]
4572
+ },
4573
+ 'StudiVZ': {
4574
+ 'domains': [
4575
+ 'studivz.net'
4576
+ ]
4577
+ },
4578
+ 'Fotolog': {
4579
+ 'domains': [
4580
+ 'fotolog.com'
4581
+ ]
4582
+ },
4583
+ 'ITU Sozluk': {
4584
+ 'domains': [
4585
+ 'itusozluk.com'
4586
+ ]
4587
+ },
4588
+ 'Google+': {
4589
+ 'domains': [
4590
+ 'url.google.com',
4591
+ 'plus.google.com'
4592
+ ]
4593
+ },
4594
+ 'Nasza-klasa.pl': {
4595
+ 'domains': [
4596
+ 'nk.pl'
4597
+ ]
4598
+ },
4599
+ 'Qzone': {
4600
+ 'domains': [
4601
+ 'qzone.qq.com'
4602
+ ]
4603
+ },
4604
+ 'Douban': {
4605
+ 'domains': [
4606
+ 'douban.com'
4607
+ ]
4608
+ },
4609
+ 'Bebo': {
4610
+ 'domains': [
4611
+ 'bebo.com'
4612
+ ]
4613
+ },
4614
+ 'Tuenti': {
4615
+ 'domains': [
4616
+ 'tuenti.com'
4617
+ ]
4618
+ },
4619
+ 'Youtube': {
4620
+ 'domains': [
4621
+ 'youtube.com',
4622
+ 'youtu.be'
4623
+ ]
4624
+ },
4625
+ 'Reddit': {
4626
+ 'domains': [
4627
+ 'reddit.com'
4628
+ ]
4629
+ },
4630
+ 'Identi.ca': {
4631
+ 'domains': [
4632
+ 'identi.ca'
4633
+ ]
4634
+ },
4635
+ 'StackOverflow': {
4636
+ 'domains': [
4637
+ 'stackoverflow.com'
4638
+ ]
4639
+ },
4640
+ 'Mixi': {
4641
+ 'domains': [
4642
+ 'mixi.jp'
4643
+ ]
4644
+ },
4645
+ 'StumbleUpon': {
4646
+ 'domains': [
4647
+ 'stumbleupon.com'
4648
+ ]
4649
+ },
4650
+ 'Inci Sozluk': {
4651
+ 'domains': [
4652
+ 'inci.sozlukspot.com',
4653
+ 'incisozluk.com',
4654
+ 'incisozluk.cc'
4655
+ ]
4656
+ },
4657
+ 'Viadeo': {
4658
+ 'domains': [
4659
+ 'viadeo.com'
4660
+ ]
4661
+ },
4662
+ 'Last.fm': {
4663
+ 'domains': [
4664
+ 'lastfm.ru'
4665
+ ]
4666
+ },
4667
+ 'LiveJournal': {
4668
+ 'domains': [
4669
+ 'livejournal.ru'
4670
+ ]
4671
+ },
4672
+ 'Tumblr': {
4673
+ 'domains': [
4674
+ 'tumblr.com',
4675
+ 't.umblr.com'
4676
+ ]
4677
+ },
4678
+ 'Hacker News': {
4679
+ 'domains': [
4680
+ 'news.ycombinator.com'
4681
+ ]
4682
+ },
4683
+ 'Hocam.com': {
4684
+ 'domains': [
4685
+ 'hocam.com'
4686
+ ]
4687
+ },
4688
+ 'Delicious': {
4689
+ 'domains': [
4690
+ 'delicious.com'
4691
+ ]
4692
+ },
4693
+ 'Hyves': {
4694
+ 'domains': [
4695
+ 'hyves.nl'
4696
+ ]
4697
+ },
4698
+ 'Paper.li': {
4699
+ 'domains': [
4700
+ 'paper.li'
4701
+ ]
4702
+ },
4703
+ 'MoiKrug.ru': {
4704
+ 'domains': [
4705
+ 'moikrug.ru'
4706
+ ]
4707
+ }
4708
+ }
4709
+ };
4710
+ //# sourceMappingURL=referrer-data.js.map