@browserless.io/browserless 2.20.2 → 2.21.0

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 (135) hide show
  1. package/CHANGELOG.md +10 -1
  2. package/bin/browserless.js +2 -1
  3. package/build/browserless.js +3 -2
  4. package/build/browsers/index.d.ts +3 -2
  5. package/build/browsers/index.js +3 -1
  6. package/build/routes/chrome/http/content.post.body.json +8 -8
  7. package/build/routes/chrome/http/pdf.post.body.json +8 -8
  8. package/build/routes/chrome/http/scrape.post.body.json +8 -8
  9. package/build/routes/chrome/http/screenshot.post.body.json +8 -8
  10. package/build/routes/chrome/tests/pdf.spec.js +24 -12
  11. package/build/routes/chromium/http/content.post.body.json +8 -8
  12. package/build/routes/chromium/http/pdf.post.body.json +8 -8
  13. package/build/routes/chromium/http/scrape.post.body.json +8 -8
  14. package/build/routes/chromium/http/screenshot.post.body.json +8 -8
  15. package/build/routes/chromium/tests/pdf.spec.js +24 -12
  16. package/build/shared/pdf.http.js +10 -5
  17. package/extensions/ublock/_locales/ar/messages.json +5 -1
  18. package/extensions/ublock/_locales/az/messages.json +4 -0
  19. package/extensions/ublock/_locales/be/messages.json +4 -0
  20. package/extensions/ublock/_locales/bg/messages.json +4 -0
  21. package/extensions/ublock/_locales/bn/messages.json +4 -0
  22. package/extensions/ublock/_locales/br_FR/messages.json +9 -5
  23. package/extensions/ublock/_locales/bs/messages.json +4 -0
  24. package/extensions/ublock/_locales/ca/messages.json +5 -1
  25. package/extensions/ublock/_locales/cs/messages.json +4 -0
  26. package/extensions/ublock/_locales/cv/messages.json +4 -0
  27. package/extensions/ublock/_locales/cy/messages.json +4 -0
  28. package/extensions/ublock/_locales/da/messages.json +4 -0
  29. package/extensions/ublock/_locales/de/messages.json +4 -0
  30. package/extensions/ublock/_locales/el/messages.json +8 -4
  31. package/extensions/ublock/_locales/en/messages.json +4 -0
  32. package/extensions/ublock/_locales/en_GB/messages.json +4 -0
  33. package/extensions/ublock/_locales/eo/messages.json +9 -5
  34. package/extensions/ublock/_locales/es/messages.json +4 -0
  35. package/extensions/ublock/_locales/et/messages.json +4 -0
  36. package/extensions/ublock/_locales/eu/messages.json +4 -0
  37. package/extensions/ublock/_locales/fa/messages.json +4 -0
  38. package/extensions/ublock/_locales/fi/messages.json +6 -2
  39. package/extensions/ublock/_locales/fil/messages.json +4 -0
  40. package/extensions/ublock/_locales/fr/messages.json +4 -0
  41. package/extensions/ublock/_locales/fy/messages.json +4 -0
  42. package/extensions/ublock/_locales/gl/messages.json +12 -8
  43. package/extensions/ublock/_locales/gu/messages.json +4 -0
  44. package/extensions/ublock/_locales/he/messages.json +4 -0
  45. package/extensions/ublock/_locales/hi/messages.json +4 -0
  46. package/extensions/ublock/_locales/hr/messages.json +4 -0
  47. package/extensions/ublock/_locales/hu/messages.json +68 -64
  48. package/extensions/ublock/_locales/hy/messages.json +4 -0
  49. package/extensions/ublock/_locales/id/messages.json +6 -2
  50. package/extensions/ublock/_locales/it/messages.json +4 -0
  51. package/extensions/ublock/_locales/ja/messages.json +4 -0
  52. package/extensions/ublock/_locales/ka/messages.json +4 -0
  53. package/extensions/ublock/_locales/kk/messages.json +4 -0
  54. package/extensions/ublock/_locales/kn/messages.json +4 -0
  55. package/extensions/ublock/_locales/ko/messages.json +4 -0
  56. package/extensions/ublock/_locales/lt/messages.json +4 -0
  57. package/extensions/ublock/_locales/lv/messages.json +4 -0
  58. package/extensions/ublock/_locales/mk/messages.json +4 -0
  59. package/extensions/ublock/_locales/ml/messages.json +4 -0
  60. package/extensions/ublock/_locales/mr/messages.json +4 -0
  61. package/extensions/ublock/_locales/ms/messages.json +4 -0
  62. package/extensions/ublock/_locales/nb/messages.json +4 -0
  63. package/extensions/ublock/_locales/nl/messages.json +4 -0
  64. package/extensions/ublock/_locales/no/messages.json +4 -0
  65. package/extensions/ublock/_locales/oc/messages.json +4 -0
  66. package/extensions/ublock/_locales/pa/messages.json +8 -4
  67. package/extensions/ublock/_locales/pl/messages.json +4 -0
  68. package/extensions/ublock/_locales/pt_BR/messages.json +4 -0
  69. package/extensions/ublock/_locales/pt_PT/messages.json +4 -0
  70. package/extensions/ublock/_locales/ro/messages.json +4 -0
  71. package/extensions/ublock/_locales/ru/messages.json +4 -0
  72. package/extensions/ublock/_locales/si/messages.json +4 -0
  73. package/extensions/ublock/_locales/sk/messages.json +4 -0
  74. package/extensions/ublock/_locales/sl/messages.json +4 -0
  75. package/extensions/ublock/_locales/so/messages.json +4 -0
  76. package/extensions/ublock/_locales/sq/messages.json +4 -0
  77. package/extensions/ublock/_locales/sr/messages.json +6 -2
  78. package/extensions/ublock/_locales/sv/messages.json +4 -0
  79. package/extensions/ublock/_locales/sw/messages.json +4 -0
  80. package/extensions/ublock/_locales/ta/messages.json +4 -0
  81. package/extensions/ublock/_locales/te/messages.json +4 -0
  82. package/extensions/ublock/_locales/th/messages.json +4 -0
  83. package/extensions/ublock/_locales/tr/messages.json +4 -0
  84. package/extensions/ublock/_locales/uk/messages.json +4 -0
  85. package/extensions/ublock/_locales/ur/messages.json +4 -0
  86. package/extensions/ublock/_locales/vi/messages.json +4 -0
  87. package/extensions/ublock/_locales/zh_CN/messages.json +4 -0
  88. package/extensions/ublock/_locales/zh_TW/messages.json +5 -1
  89. package/extensions/ublock/assets/assets.json +8 -6
  90. package/extensions/ublock/assets/resources/scriptlets.js +455 -301
  91. package/extensions/ublock/assets/thirdparties/easylist/easylist.txt +4441 -6643
  92. package/extensions/ublock/assets/thirdparties/easylist/easyprivacy.txt +401 -307
  93. package/extensions/ublock/assets/thirdparties/pgl.yoyo.org/as/serverlist +34 -29
  94. package/extensions/ublock/assets/thirdparties/publicsuffix.org/list/effective_tld_names.dat +682 -709
  95. package/extensions/ublock/assets/thirdparties/urlhaus-filter/urlhaus-filter-online.txt +2439 -1999
  96. package/extensions/ublock/assets/ublock/badlists.txt +7 -0
  97. package/extensions/ublock/assets/ublock/badware.min.txt +992 -552
  98. package/extensions/ublock/assets/ublock/filters.min.txt +1253 -864
  99. package/extensions/ublock/assets/ublock/privacy.min.txt +58 -31
  100. package/extensions/ublock/assets/ublock/quick-fixes.min.txt +118 -126
  101. package/extensions/ublock/assets/ublock/unbreak.min.txt +129 -109
  102. package/extensions/ublock/js/background.js +4 -3
  103. package/extensions/ublock/js/benchmarks.js +29 -29
  104. package/extensions/ublock/js/codemirror/ubo-static-filtering.js +1 -0
  105. package/extensions/ublock/js/contextmenu.js +20 -21
  106. package/extensions/ublock/js/devtools.js +137 -3
  107. package/extensions/ublock/js/filtering-context.js +98 -43
  108. package/extensions/ublock/js/logger-ui.js +1 -1
  109. package/extensions/ublock/js/messaging.js +57 -135
  110. package/extensions/ublock/js/pagestore.js +44 -31
  111. package/extensions/ublock/js/redirect-resources.js +14 -4
  112. package/extensions/ublock/js/scriptlet-filtering.js +4 -1
  113. package/extensions/ublock/js/static-filtering-parser.js +107 -37
  114. package/extensions/ublock/js/static-net-filtering.js +514 -250
  115. package/extensions/ublock/js/storage.js +2 -1
  116. package/extensions/ublock/js/traffic.js +8 -4
  117. package/extensions/ublock/js/vapi-background.js +1 -0
  118. package/extensions/ublock/js/vapi-common.js +1 -0
  119. package/extensions/ublock/logger-ui.html +2 -3
  120. package/extensions/ublock/manifest.json +2 -2
  121. package/extensions/ublock/support.html +1 -0
  122. package/extensions/ublock/web_accessible_resources/noop-vast2.xml +1 -0
  123. package/extensions/ublock/web_accessible_resources/noop-vast3.xml +1 -0
  124. package/extensions/ublock/web_accessible_resources/noop-vast4.xml +1 -0
  125. package/package.json +16 -16
  126. package/src/browserless.ts +3 -2
  127. package/src/browsers/index.ts +2 -0
  128. package/src/routes/chrome/tests/pdf.spec.ts +24 -12
  129. package/src/routes/chromium/tests/pdf.spec.ts +24 -12
  130. package/src/shared/pdf.http.ts +10 -6
  131. package/static/docs/swagger.json +10 -10
  132. package/static/docs/swagger.min.json +9 -9
  133. package/static/function/client.js +9 -9
  134. package/static/function/index.html +9 -9
  135. /package/extensions/ublock/web_accessible_resources/{noop-vmap1.0.xml → noop-vmap1.xml} +0 -0
@@ -23,7 +23,8 @@ describe('/chromium/pdf API', function () {
23
23
  'content-type': 'application/json; charset=utf-8',
24
24
  },
25
25
  method: 'POST',
26
- }).then((res) => {
26
+ }).then(async (res) => {
27
+ await res.body?.pipeTo(new WritableStream({}));
27
28
  expect(res.headers.get('x-response-code')).to.not.be.undefined;
28
29
  expect(res.headers.get('x-response-url')).to.not.be.undefined;
29
30
  expect(res.headers.get('x-response-ip')).to.not.be.undefined;
@@ -59,7 +60,8 @@ describe('/chromium/pdf API', function () {
59
60
  'content-type': 'application/json',
60
61
  },
61
62
  method: 'POST',
62
- }).then((res) => {
63
+ }).then(async (res) => {
64
+ await res.body?.pipeTo(new WritableStream({}));
63
65
  expect(res.headers.get('content-type')).to.equal('application/pdf');
64
66
  expect(res.status).to.equal(200);
65
67
  });
@@ -81,7 +83,8 @@ describe('/chromium/pdf API', function () {
81
83
  'content-type': 'application/json',
82
84
  },
83
85
  method: 'POST',
84
- }).then((res) => {
86
+ }).then(async (res) => {
87
+ await res.body?.pipeTo(new WritableStream({}));
85
88
  expect(res.headers.get('content-type')).to.equal('application/pdf');
86
89
  expect(res.status).to.equal(200);
87
90
  });
@@ -103,7 +106,8 @@ describe('/chromium/pdf API', function () {
103
106
  'content-type': 'application/json',
104
107
  },
105
108
  method: 'POST',
106
- }).then((res) => {
109
+ }).then(async (res) => {
110
+ await res.body?.pipeTo(new WritableStream({}));
107
111
  expect(res.headers.get('content-type')).to.equal('application/pdf');
108
112
  expect(res.status).to.equal(200);
109
113
  });
@@ -128,7 +132,8 @@ describe('/chromium/pdf API', function () {
128
132
  'content-type': 'application/json',
129
133
  },
130
134
  method: 'POST',
131
- }).then((res) => {
135
+ }).then(async (res) => {
136
+ await res.body?.pipeTo(new WritableStream({}));
132
137
  expect(res.headers.get('content-type')).to.equal('application/pdf');
133
138
  expect(res.status).to.equal(200);
134
139
  });
@@ -148,7 +153,8 @@ describe('/chromium/pdf API', function () {
148
153
  'content-type': 'application/json',
149
154
  },
150
155
  method: 'POST',
151
- }).then((res) => {
156
+ }).then(async (res) => {
157
+ await res.body?.pipeTo(new WritableStream({}));
152
158
  expect(res.headers.get('content-type')).to.equal('application/pdf');
153
159
  expect(res.status).to.equal(200);
154
160
  });
@@ -218,7 +224,8 @@ describe('/chromium/pdf API', function () {
218
224
  'content-type': 'application/json',
219
225
  },
220
226
  method: 'POST',
221
- }).then((res) => {
227
+ }).then(async (res) => {
228
+ await res.body?.pipeTo(new WritableStream({}));
222
229
  expect(res.headers.get('content-type')).to.equal('application/pdf');
223
230
  expect(res.status).to.equal(200);
224
231
  });
@@ -240,7 +247,8 @@ describe('/chromium/pdf API', function () {
240
247
  'content-type': 'application/json',
241
248
  },
242
249
  method: 'POST',
243
- }).then((res) => {
250
+ }).then(async (res) => {
251
+ await res.body?.pipeTo(new WritableStream({}));
244
252
  expect(res.headers.get('content-type')).to.equal('application/pdf');
245
253
  expect(res.status).to.equal(200);
246
254
  });
@@ -259,7 +267,8 @@ describe('/chromium/pdf API', function () {
259
267
  'content-type': 'application/json',
260
268
  },
261
269
  method: 'POST',
262
- }).then((res) => {
270
+ }).then(async (res) => {
271
+ await res.body?.pipeTo(new WritableStream({}));
263
272
  expect(res.headers.get('content-type')).to.equal('application/pdf');
264
273
  expect(res.status).to.equal(200);
265
274
  });
@@ -281,7 +290,8 @@ describe('/chromium/pdf API', function () {
281
290
  'content-type': 'application/json',
282
291
  },
283
292
  method: 'POST',
284
- }).then((res) => {
293
+ }).then(async (res) => {
294
+ await res.body?.pipeTo(new WritableStream({}));
285
295
  expect(res.headers.get('content-type')).to.equal('application/pdf');
286
296
  expect(res.status).to.equal(200);
287
297
  });
@@ -305,7 +315,8 @@ describe('/chromium/pdf API', function () {
305
315
  'content-type': 'application/json',
306
316
  },
307
317
  method: 'POST',
308
- }).then((res) => {
318
+ }).then(async (res) => {
319
+ await res.body?.pipeTo(new WritableStream({}));
309
320
  expect(res.headers.get('content-type')).to.equal('application/pdf');
310
321
  expect(res.status).to.equal(200);
311
322
  });
@@ -321,7 +332,8 @@ describe('/chromium/pdf API', function () {
321
332
  'content-type': 'application/json',
322
333
  },
323
334
  method: 'POST',
324
- }).then((res) => {
335
+ }).then(async (res) => {
336
+ await res.body?.pipeTo(new WritableStream({}));
325
337
  expect(res.headers.get('x-response-code')).to.not.be.undefined;
326
338
  expect(res.headers.get('x-response-url')).to.not.be.undefined;
327
339
  expect(res.headers.get('x-response-ip')).to.not.be.undefined;
@@ -1,5 +1,4 @@
1
1
  import { APITags, BadRequest, BrowserHTTPRoute, BrowserlessRoutes, ChromiumCDP, HTTPRoutes, Methods, bestAttemptCatch, contentTypes, dedent, noop, sleep, waitForEvent as waitForEvt, waitForFunction as waitForFn, } from '@browserless.io/browserless';
2
- import { Stream } from 'stream';
3
2
  export default class ChromiumPDFPostRoute extends BrowserHTTPRoute {
4
3
  name = BrowserlessRoutes.ChromiumPDFPostRoute;
5
4
  accepts = [contentTypes.json];
@@ -108,10 +107,16 @@ export default class ChromiumPDFPostRoute extends BrowserHTTPRoute {
108
107
  res.setHeader(key, value);
109
108
  }
110
109
  }
111
- const pdfBuffer = await page.pdf(options);
112
- const readStream = new Stream.PassThrough();
113
- readStream.end(pdfBuffer);
114
- await new Promise((r) => readStream.pipe(res).once('close', r));
110
+ const pdfStream = await page.createPDFStream(options);
111
+ const writableStream = new WritableStream({
112
+ write(chunk) {
113
+ res.write(chunk);
114
+ },
115
+ close() {
116
+ res.end();
117
+ },
118
+ });
119
+ await pdfStream.pipeTo(writableStream);
115
120
  page.close().catch(noop);
116
121
  logger.info('PDF API request completed');
117
122
  }
@@ -312,7 +312,7 @@
312
312
  "description": "English: Click, Ctrl-click"
313
313
  },
314
314
  "pickerContextMenuEntry": {
315
- "message": "إحجب العنصر...",
315
+ "message": "حجب العنصر...",
316
316
  "description": "An entry in the browser's contextual menu"
317
317
  },
318
318
  "settingsCollapseBlockedPrompt": {
@@ -1011,6 +1011,10 @@
1011
1011
  "message": "افتح التبويبات أو النوافذ التي ليس مرغوبًا بها",
1012
1012
  "description": "An entry in the widget used to select the type of issue"
1013
1013
  },
1014
+ "supportS6Select1Option7": {
1015
+ "message": "يؤدي إلى البرامج الضارة والإحتيال",
1016
+ "description": "An entry in the widget used to select the type of issue"
1017
+ },
1014
1018
  "supportS6Checkbox1": {
1015
1019
  "message": "تسمية صفحة الويب باسم \"NSFW\" (<a href=\"https://ar.wikipedia.org/wiki/%D8%BA%D9%8A%D8%B1_%D9%85%D9%86%D8%A7%D8%B3%D8%A8_%D9%84%D9%84%D8%B9%D9%85%D9%84\">\"ليس آمن للعمل\"\n",
1016
1020
  "description": "A checkbox to use for NSFW sites"
@@ -1011,6 +1011,10 @@
1011
1011
  "message": "Arzuolunmaz tab-vərəqələr və ya pəncərələr açır",
1012
1012
  "description": "An entry in the widget used to select the type of issue"
1013
1013
  },
1014
+ "supportS6Select1Option7": {
1015
+ "message": "Leads to badware, phishing",
1016
+ "description": "An entry in the widget used to select the type of issue"
1017
+ },
1014
1018
  "supportS6Checkbox1": {
1015
1019
  "message": "Veb-səhifəni uyğun olmayan (“NSFW”) olaraq işarələ (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
1016
1020
  "description": "A checkbox to use for NSFW sites"
@@ -1011,6 +1011,10 @@
1011
1011
  "message": "Адкрывае непажаданыя карткі або вокны",
1012
1012
  "description": "An entry in the widget used to select the type of issue"
1013
1013
  },
1014
+ "supportS6Select1Option7": {
1015
+ "message": "Leads to badware, phishing",
1016
+ "description": "An entry in the widget used to select the type of issue"
1017
+ },
1014
1018
  "supportS6Checkbox1": {
1015
1019
  "message": "Пазначыць вэб-старонку як “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
1016
1020
  "description": "A checkbox to use for NSFW sites"
@@ -1011,6 +1011,10 @@
1011
1011
  "message": "Отваря нежелани раздели или прозорци",
1012
1012
  "description": "An entry in the widget used to select the type of issue"
1013
1013
  },
1014
+ "supportS6Select1Option7": {
1015
+ "message": "Води до зловреден софтуер, фишинг",
1016
+ "description": "An entry in the widget used to select the type of issue"
1017
+ },
1014
1018
  "supportS6Checkbox1": {
1015
1019
  "message": "Маркиране на уеб страницата като &ldquo;NSFW&rdquo; (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">&ldquo;не е безопасна за работа&rdquo;</a>)",
1016
1020
  "description": "A checkbox to use for NSFW sites"
@@ -1011,6 +1011,10 @@
1011
1011
  "message": "অবাঞ্ছিত ট্যাব বা উইন্ডো খোলে",
1012
1012
  "description": "An entry in the widget used to select the type of issue"
1013
1013
  },
1014
+ "supportS6Select1Option7": {
1015
+ "message": "Leads to badware, phishing",
1016
+ "description": "An entry in the widget used to select the type of issue"
1017
+ },
1014
1018
  "supportS6Checkbox1": {
1015
1019
  "message": "ওয়েব পৃষ্ঠাটিকে “NSFW” হিসাবে লেবেল করুন (<a href=\"https://bn.wikipedia.org/wiki/নট_সেফ_ফর_ওয়ার্ক\">“কাজের জন্য নিরাপদ নয়”</a>)",
1016
1020
  "description": "A checkbox to use for NSFW sites"
@@ -156,15 +156,15 @@
156
156
  "description": "Tooltip for the no-large-media per-site switch"
157
157
  },
158
158
  "popupTipNoCosmeticFiltering": {
159
- "message": "Lazhañ/enaouiñ ar silañ kenedel war al lec'hienn-mañ",
159
+ "message": "Lazhañ/enaouiñ ar siloù kenedel war al lec'hienn-mañ",
160
160
  "description": "Tooltip for the no-cosmetic-filtering per-site switch"
161
161
  },
162
162
  "popupTipNoCosmeticFiltering1": {
163
- "message": "Lazhañ ar silañ kenedel war al lec'hienn-mañ",
163
+ "message": "Lazhañ ar siloù kenedel war al lec'hienn-mañ",
164
164
  "description": "Tooltip for the no-cosmetic-filtering per-site switch"
165
165
  },
166
166
  "popupTipNoCosmeticFiltering2": {
167
- "message": "Enaouiñ ar silañ kenedel war al lec'hienn-mañ",
167
+ "message": "Enaouiñ ar siloù kenedel war al lec'hienn-mañ",
168
168
  "description": "Tooltip for the no-cosmetic-filtering per-site switch"
169
169
  },
170
170
  "popupTipNoRemoteFonts": {
@@ -376,7 +376,7 @@
376
376
  "description": ""
377
377
  },
378
378
  "settingsNoCosmeticFilteringPrompt": {
379
- "message": "Lazhañ ar silañ kenedel",
379
+ "message": "Lazhañ ar siloù kenedel",
380
380
  "description": ""
381
381
  },
382
382
  "settingsNoLargeMediaPrompt": {
@@ -1011,6 +1011,10 @@
1011
1011
  "message": "Digeriñ a ra ivinelloù pe prenestroù noazus",
1012
1012
  "description": "An entry in the widget used to select the type of issue"
1013
1013
  },
1014
+ "supportS6Select1Option7": {
1015
+ "message": "Leads to badware, phishing",
1016
+ "description": "An entry in the widget used to select the type of issue"
1017
+ },
1014
1018
  "supportS6Checkbox1": {
1015
1019
  "message": "Merkañ ar bejenn evel \"NSFW\" (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>) hag a dalv ez eus danvez noazus pe kizidik enni",
1016
1020
  "description": "A checkbox to use for NSFW sites"
@@ -1260,7 +1264,7 @@
1260
1264
  "description": "Label for buttons used to select all text in editor"
1261
1265
  },
1262
1266
  "toggleCosmeticFiltering": {
1263
- "message": "Enaouiñ ar silañ kenedel",
1267
+ "message": "Enaouiñ ar siloù kenedel",
1264
1268
  "description": "Label for keyboard shortcut used to toggle cosmetic filtering"
1265
1269
  },
1266
1270
  "toggleJavascript": {
@@ -1011,6 +1011,10 @@
1011
1011
  "message": "Otvara neželjene kartice ili prozore",
1012
1012
  "description": "An entry in the widget used to select the type of issue"
1013
1013
  },
1014
+ "supportS6Select1Option7": {
1015
+ "message": "Leads to badware, phishing",
1016
+ "description": "An entry in the widget used to select the type of issue"
1017
+ },
1014
1018
  "supportS6Checkbox1": {
1015
1019
  "message": "Označite web stranicu kao “NSZP” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Ne-Sigurna-Za-Posao”</a>)",
1016
1020
  "description": "A checkbox to use for NSFW sites"
@@ -1011,6 +1011,10 @@
1011
1011
  "message": "Obre pestanyes o finestres no desitjades",
1012
1012
  "description": "An entry in the widget used to select the type of issue"
1013
1013
  },
1014
+ "supportS6Select1Option7": {
1015
+ "message": "Condueix a programari maliciós, pesca electrònica",
1016
+ "description": "An entry in the widget used to select the type of issue"
1017
+ },
1014
1018
  "supportS6Checkbox1": {
1015
1019
  "message": "Marca aquesta pàgina com a &ldquo;NSFW&rdquo; (<a href=\"https://ca.wikipedia.org/wiki/NSFW\">&ldquo;No segur per al treball&rdquo;</a>)",
1016
1020
  "description": "A checkbox to use for NSFW sites"
@@ -1264,7 +1268,7 @@
1264
1268
  "description": "Label for keyboard shortcut used to toggle cosmetic filtering"
1265
1269
  },
1266
1270
  "toggleJavascript": {
1267
- "message": "Canviar l'estat de JavaScript",
1271
+ "message": "Commuta el JavaScript",
1268
1272
  "description": "Label for keyboard shortcut used to toggle no-scripting switch"
1269
1273
  },
1270
1274
  "relaxBlockingMode": {
@@ -1011,6 +1011,10 @@
1011
1011
  "message": "Otevírá nechtěné karty nebo okna",
1012
1012
  "description": "An entry in the widget used to select the type of issue"
1013
1013
  },
1014
+ "supportS6Select1Option7": {
1015
+ "message": "Vede k badwaru, phishingu",
1016
+ "description": "An entry in the widget used to select the type of issue"
1017
+ },
1014
1018
  "supportS6Checkbox1": {
1015
1019
  "message": "Označit webovou stránku jako &ldquo;NSFW&rdquo; (<a href=\"https://cs.wikipedia.org/wiki/Not_safe_for_work\">Není bezpečné pro práci&rdquo;)",
1016
1020
  "description": "A checkbox to use for NSFW sites"
@@ -1011,6 +1011,10 @@
1011
1011
  "message": "Opens unwanted tabs or windows",
1012
1012
  "description": "An entry in the widget used to select the type of issue"
1013
1013
  },
1014
+ "supportS6Select1Option7": {
1015
+ "message": "Leads to badware, phishing",
1016
+ "description": "An entry in the widget used to select the type of issue"
1017
+ },
1014
1018
  "supportS6Checkbox1": {
1015
1019
  "message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
1016
1020
  "description": "A checkbox to use for NSFW sites"
@@ -1011,6 +1011,10 @@
1011
1011
  "message": "Opens unwanted tabs or windows",
1012
1012
  "description": "An entry in the widget used to select the type of issue"
1013
1013
  },
1014
+ "supportS6Select1Option7": {
1015
+ "message": "Leads to badware, phishing",
1016
+ "description": "An entry in the widget used to select the type of issue"
1017
+ },
1014
1018
  "supportS6Checkbox1": {
1015
1019
  "message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
1016
1020
  "description": "A checkbox to use for NSFW sites"
@@ -1011,6 +1011,10 @@
1011
1011
  "message": "Åbner uønskede faner eller vinduer",
1012
1012
  "description": "An entry in the widget used to select the type of issue"
1013
1013
  },
1014
+ "supportS6Select1Option7": {
1015
+ "message": "Fører til badware, phishing",
1016
+ "description": "An entry in the widget used to select the type of issue"
1017
+ },
1014
1018
  "supportS6Checkbox1": {
1015
1019
  "message": "Markér websiden som &ldquo;NSFW&rdquo; (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">&ldquo;Ikke sikker til arbejdsbrug&rdquo;</a>)",
1016
1020
  "description": "A checkbox to use for NSFW sites"
@@ -1011,6 +1011,10 @@
1011
1011
  "message": "Öffnet unerwünschte Tabs oder Fenster",
1012
1012
  "description": "An entry in the widget used to select the type of issue"
1013
1013
  },
1014
+ "supportS6Select1Option7": {
1015
+ "message": "Führt zu Schadsoftware, Phishing",
1016
+ "description": "An entry in the widget used to select the type of issue"
1017
+ },
1014
1018
  "supportS6Checkbox1": {
1015
1019
  "message": "Webseite als »NSFW« kennzeichnen (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">»Unpassend für den Arbeitsplatz«</a>)",
1016
1020
  "description": "A checkbox to use for NSFW sites"
@@ -40,7 +40,7 @@
40
40
  "description": "appears as tab name in dashboard"
41
41
  },
42
42
  "whitelistPageName": {
43
- "message": "Έμπιστες τοποθεσίες",
43
+ "message": "Αξιόπιστοι ιστότοποι",
44
44
  "description": "appears as tab name in dashboard"
45
45
  },
46
46
  "shortcutsPageName": {
@@ -184,7 +184,7 @@
184
184
  "description": "Tooltip for the no-scripting per-site switch"
185
185
  },
186
186
  "popupTipNoScripting2": {
187
- "message": "Κάντε κλικ για να μην απενεργοποιείται πλέον η JavaScript σε αυτή την τοποθεσία",
187
+ "message": "Κάντε κλικ για να μην απενεργοποιήσετε πλέον τη JavaScript σε αυτόν τον ιστότοπο",
188
188
  "description": "Tooltip for the no-scripting per-site switch"
189
189
  },
190
190
  "popupNoPopups_v2": {
@@ -196,7 +196,7 @@
196
196
  "description": "Caption for the no-large-media per-site switch"
197
197
  },
198
198
  "popupNoCosmeticFiltering_v2": {
199
- "message": "Καλλωπιστικά φίλτρα",
199
+ "message": "Κοσμητικά φίλτρα",
200
200
  "description": "Caption for the no-cosmetic-filtering per-site switch"
201
201
  },
202
202
  "popupNoRemoteFonts_v2": {
@@ -224,7 +224,7 @@
224
224
  "description": "Tooltip when hovering the top-most cell of the local-rules column."
225
225
  },
226
226
  "popupTipSaveRules": {
227
- "message": "Πατήστε για να κάνετε τις αλλαγές σας μόνιμες.",
227
+ "message": "Κάντε κλικ για να μονιμοποιήσετε τις αλλαγές σας.",
228
228
  "description": "Tooltip when hovering over the padlock in the dynamic filtering pane."
229
229
  },
230
230
  "popupTipRevertRules": {
@@ -1011,6 +1011,10 @@
1011
1011
  "message": "Ανοίγει ανεπιθύμητες καρτέλες ή παράθυρα",
1012
1012
  "description": "An entry in the widget used to select the type of issue"
1013
1013
  },
1014
+ "supportS6Select1Option7": {
1015
+ "message": "Οδηγεί σε κακόβουλο λογισμικό, ηλεκτρονικό «ψάρεμα»",
1016
+ "description": "An entry in the widget used to select the type of issue"
1017
+ },
1014
1018
  "supportS6Checkbox1": {
1015
1019
  "message": "Επισημάνετε την ιστοσελίδα ως &ldquo;NSFW&rdquo; (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">&ldquo;Not Safe For Work&rdquo;</a>)",
1016
1020
  "description": "A checkbox to use for NSFW sites"
@@ -1012,6 +1012,10 @@
1012
1012
  "message": "Opens unwanted tabs or windows",
1013
1013
  "description": "An entry in the widget used to select the type of issue"
1014
1014
  },
1015
+ "supportS6Select1Option7": {
1016
+ "message": "Leads to badware, phishing",
1017
+ "description": "An entry in the widget used to select the type of issue"
1018
+ },
1015
1019
  "supportS6Checkbox1": {
1016
1020
  "message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
1017
1021
  "description": "A checkbox to use for NSFW sites"
@@ -1011,6 +1011,10 @@
1011
1011
  "message": "Opens unwanted tabs or windows",
1012
1012
  "description": "An entry in the widget used to select the type of issue"
1013
1013
  },
1014
+ "supportS6Select1Option7": {
1015
+ "message": "Leads to badware, phishing",
1016
+ "description": "An entry in the widget used to select the type of issue"
1017
+ },
1014
1018
  "supportS6Checkbox1": {
1015
1019
  "message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
1016
1020
  "description": "A checkbox to use for NSFW sites"
@@ -484,11 +484,11 @@
484
484
  "description": "Filter lists section name"
485
485
  },
486
486
  "3pGroupSocial": {
487
- "message": "Social widgets",
487
+ "message": "Socialaj fenestraĵoj",
488
488
  "description": "Filter lists section name"
489
489
  },
490
490
  "3pGroupCookies": {
491
- "message": "Cookie notices",
491
+ "message": "Avizoj de kuketoj",
492
492
  "description": "Filter lists section name"
493
493
  },
494
494
  "3pGroupAnnoyances": {
@@ -540,11 +540,11 @@
540
540
  "description": "Warning against copy-pasting filters from random sources"
541
541
  },
542
542
  "1pEnableMyFiltersLabel": {
543
- "message": "Enable my custom filters",
543
+ "message": "Ŝalti miajn proprajn filtrilojn",
544
544
  "description": "Label for the checkbox use to enable/disable 'My filters' list"
545
545
  },
546
546
  "1pTrustMyFiltersLabel": {
547
- "message": "Allow custom filters requiring trust",
547
+ "message": "Permesi proprajn filtrilojn, kiuj postulas fidon",
548
548
  "description": "Label for the checkbox use to trust the content of 'My filters' list"
549
549
  },
550
550
  "1pImport": {
@@ -844,7 +844,7 @@
844
844
  "description": "Logger setting: A sentence to describe the purpose of the settings below"
845
845
  },
846
846
  "loggerSettingPerEntryMaxAge": {
847
- "message": "Preserve entries from the last {{input}} minutes",
847
+ "message": "Konservi enigojn ekde la lastaj {{input}} minutoj",
848
848
  "description": "A logger setting"
849
849
  },
850
850
  "loggerSettingPerTabMaxLoads": {
@@ -1011,6 +1011,10 @@
1011
1011
  "message": "Malfermas nedeziratajn langetojn aŭ fenestrojn",
1012
1012
  "description": "An entry in the widget used to select the type of issue"
1013
1013
  },
1014
+ "supportS6Select1Option7": {
1015
+ "message": "Leads to badware, phishing",
1016
+ "description": "An entry in the widget used to select the type of issue"
1017
+ },
1014
1018
  "supportS6Checkbox1": {
1015
1019
  "message": "Marki la paĝon kiel «<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">nelabortaŭgan</a>»",
1016
1020
  "description": "A checkbox to use for NSFW sites"
@@ -1011,6 +1011,10 @@
1011
1011
  "message": "Abre pestañas o ventanas no deseadas",
1012
1012
  "description": "An entry in the widget used to select the type of issue"
1013
1013
  },
1014
+ "supportS6Select1Option7": {
1015
+ "message": "Conduce a malware y phishing",
1016
+ "description": "An entry in the widget used to select the type of issue"
1017
+ },
1014
1018
  "supportS6Checkbox1": {
1015
1019
  "message": "Etiquetar la página web como “NSFW” (<a href=\"https://es.wikipedia.org/wiki/NSFW\">“no es seguro/apropiado para el trabajo”</a>)",
1016
1020
  "description": "A checkbox to use for NSFW sites"
@@ -1011,6 +1011,10 @@
1011
1011
  "message": "Avab soovimatuid kaarte või aknaid",
1012
1012
  "description": "An entry in the widget used to select the type of issue"
1013
1013
  },
1014
+ "supportS6Select1Option7": {
1015
+ "message": "Põhjustab pahavara, õngitsuskirju",
1016
+ "description": "An entry in the widget used to select the type of issue"
1017
+ },
1014
1018
  "supportS6Checkbox1": {
1015
1019
  "message": "Sildista veebileht kui „NSFW“ (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">&ldquo;tööks sobimatu&rdquo;</a>)",
1016
1020
  "description": "A checkbox to use for NSFW sites"
@@ -1011,6 +1011,10 @@
1011
1011
  "message": "Ireki nahi ez diren erlaitzak edo leihoak",
1012
1012
  "description": "An entry in the widget used to select the type of issue"
1013
1013
  },
1014
+ "supportS6Select1Option7": {
1015
+ "message": "Leads to badware, phishing",
1016
+ "description": "An entry in the widget used to select the type of issue"
1017
+ },
1014
1018
  "supportS6Checkbox1": {
1015
1019
  "message": "Web orria «NSFW» moduan jarri (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work” </a>)",
1016
1020
  "description": "A checkbox to use for NSFW sites"
@@ -1011,6 +1011,10 @@
1011
1011
  "message": "تب یا پنجره‌ی ناخواسته باز می‌کند",
1012
1012
  "description": "An entry in the widget used to select the type of issue"
1013
1013
  },
1014
+ "supportS6Select1Option7": {
1015
+ "message": "Leads to badware, phishing",
1016
+ "description": "An entry in the widget used to select the type of issue"
1017
+ },
1014
1018
  "supportS6Checkbox1": {
1015
1019
  "message": "علامت زدن صفحه به عنوان \"NSFW\" (<a href=\"https://fa.wikipedia.org/wiki/%D9%86%D8%A7%D9%85%D9%86%D8%A7%D8%B3%D8%A8_%D8%A8%D8%B1%D8%A7%DB%8C_%DA%A9%D8%A7%D8%B1\">\"نامناسب برای کار\"</a>)",
1016
1020
  "description": "A checkbox to use for NSFW sites"
@@ -540,11 +540,11 @@
540
540
  "description": "Warning against copy-pasting filters from random sources"
541
541
  },
542
542
  "1pEnableMyFiltersLabel": {
543
- "message": "Ota omat suodattimet käyttöön",
543
+ "message": "Käytä omia suodattimia",
544
544
  "description": "Label for the checkbox use to enable/disable 'My filters' list"
545
545
  },
546
546
  "1pTrustMyFiltersLabel": {
547
- "message": "Allow custom filters requiring trust",
547
+ "message": "Salli luottamusta edellyttävät omat suodattimet",
548
548
  "description": "Label for the checkbox use to trust the content of 'My filters' list"
549
549
  },
550
550
  "1pImport": {
@@ -1011,6 +1011,10 @@
1011
1011
  "message": "Avaa ei-toivottuja välilehtiä tai ikkunoita",
1012
1012
  "description": "An entry in the widget used to select the type of issue"
1013
1013
  },
1014
+ "supportS6Select1Option7": {
1015
+ "message": "Leads to badware, phishing",
1016
+ "description": "An entry in the widget used to select the type of issue"
1017
+ },
1014
1018
  "supportS6Checkbox1": {
1015
1019
  "message": "Luokittele verkkosivu ns. työpaikalle sopimattomaksi, \"NSFW\" (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">\"Not Safe For Work\"</a>)",
1016
1020
  "description": "A checkbox to use for NSFW sites"
@@ -1011,6 +1011,10 @@
1011
1011
  "message": "Kung anu-anong mga tab o window ang binubuksan",
1012
1012
  "description": "An entry in the widget used to select the type of issue"
1013
1013
  },
1014
+ "supportS6Select1Option7": {
1015
+ "message": "Leads to badware, phishing",
1016
+ "description": "An entry in the widget used to select the type of issue"
1017
+ },
1014
1018
  "supportS6Checkbox1": {
1015
1019
  "message": "Markahan bilang hindi dapat tinitignan sa pook-trabahuan (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
1016
1020
  "description": "A checkbox to use for NSFW sites"
@@ -1011,6 +1011,10 @@
1011
1011
  "message": "ouvre des onglets ou fenêtres indésirables",
1012
1012
  "description": "An entry in the widget used to select the type of issue"
1013
1013
  },
1014
+ "supportS6Select1Option7": {
1015
+ "message": "Conduit à/Redirige vers des logiciels malveillants, du hameçonnage...",
1016
+ "description": "An entry in the widget used to select the type of issue"
1017
+ },
1014
1018
  "supportS6Checkbox1": {
1015
1019
  "message": "Marquer le site Web en tant que \"NSFW\" (<a href=\"https://fr.wikipedia.org/wiki/Not_safe_for_work\">\"Not Safe For Work\", c'est-à-dire pour public averti/inapproprié au travail</a>)",
1016
1020
  "description": "A checkbox to use for NSFW sites"
@@ -1011,6 +1011,10 @@
1011
1011
  "message": "Iepenet net-winske ljepblêden of finsters",
1012
1012
  "description": "An entry in the widget used to select the type of issue"
1013
1013
  },
1014
+ "supportS6Select1Option7": {
1015
+ "message": "Liedt ta badware, phishing",
1016
+ "description": "An entry in the widget used to select the type of issue"
1017
+ },
1014
1018
  "supportS6Checkbox1": {
1015
1019
  "message": "De webside labelje as ‘NSFW’ (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">‘Not Safe For Work’</a>)",
1016
1020
  "description": "A checkbox to use for NSFW sites"