@browserless.io/browserless 2.16.0-beta-1 → 2.16.1

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 (60) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/bin/browserless.js +6 -4
  3. package/bin/scaffold/src/hello-world.http.ts +1 -1
  4. package/build/logger.js +1 -1
  5. package/build/routes/chrome/http/content.post.body.json +38 -8
  6. package/build/routes/chrome/http/pdf.post.body.json +43 -9
  7. package/build/routes/chrome/http/scrape.post.body.json +38 -8
  8. package/build/routes/chrome/http/screenshot.post.body.json +38 -8
  9. package/build/routes/chromium/http/content.post.body.json +38 -8
  10. package/build/routes/chromium/http/pdf.post.body.json +43 -9
  11. package/build/routes/chromium/http/scrape.post.body.json +38 -8
  12. package/build/routes/chromium/http/screenshot.post.body.json +38 -8
  13. package/extensions/ublock/_locales/be/messages.json +1 -1
  14. package/extensions/ublock/_locales/br_FR/messages.json +2 -2
  15. package/extensions/ublock/_locales/bs/messages.json +5 -5
  16. package/extensions/ublock/_locales/eu/messages.json +1 -1
  17. package/extensions/ublock/_locales/it/messages.json +21 -21
  18. package/extensions/ublock/_locales/kn/messages.json +13 -13
  19. package/extensions/ublock/_locales/lt/messages.json +1 -1
  20. package/extensions/ublock/_locales/ms/messages.json +9 -9
  21. package/extensions/ublock/_locales/nb/messages.json +2 -2
  22. package/extensions/ublock/_locales/no/messages.json +2 -2
  23. package/extensions/ublock/_locales/sv/messages.json +2 -2
  24. package/extensions/ublock/_locales/tr/messages.json +4 -4
  25. package/extensions/ublock/_locales/zh_TW/messages.json +17 -17
  26. package/extensions/ublock/assets/assets.json +4 -3
  27. package/extensions/ublock/assets/resources/scriptlets.js +208 -57
  28. package/extensions/ublock/assets/thirdparties/easylist/easylist.txt +3584 -4032
  29. package/extensions/ublock/assets/thirdparties/easylist/easyprivacy.txt +3732 -1683
  30. package/extensions/ublock/assets/thirdparties/pgl.yoyo.org/as/serverlist +27 -205
  31. package/extensions/ublock/assets/thirdparties/publicsuffix.org/list/effective_tld_names.dat +465 -434
  32. package/extensions/ublock/assets/thirdparties/urlhaus-filter/urlhaus-filter-online.txt +3232 -1382
  33. package/extensions/ublock/assets/ublock/badware.min.txt +867 -408
  34. package/extensions/ublock/assets/ublock/filters.min.txt +1382 -937
  35. package/extensions/ublock/assets/ublock/privacy.min.txt +43 -56
  36. package/extensions/ublock/assets/ublock/quick-fixes.min.txt +127 -71
  37. package/extensions/ublock/assets/ublock/unbreak.min.txt +145 -27
  38. package/extensions/ublock/js/contentscript-extra.js +25 -0
  39. package/extensions/ublock/js/contentscript.js +3 -1
  40. package/extensions/ublock/js/cosmetic-filtering.js +8 -7
  41. package/extensions/ublock/js/dom.js +8 -4
  42. package/extensions/ublock/js/epicker-ui.js +1 -1
  43. package/extensions/ublock/js/s14e-serializer.js +2 -1
  44. package/extensions/ublock/js/static-filtering-parser.js +255 -254
  45. package/extensions/ublock/js/storage.js +7 -6
  46. package/extensions/ublock/js/traffic.js +33 -34
  47. package/extensions/ublock/manifest.json +1 -1
  48. package/extensions/ublock/popup-fenix.html +1 -1
  49. package/package.json +16 -16
  50. package/src/logger.ts +1 -1
  51. package/static/debugger/index.html +1 -1
  52. package/static/debugger/router.js +1 -0
  53. package/static/debugger/tracker.js +1 -1
  54. package/static/docs/swagger.json +45 -11
  55. package/static/docs/swagger.min.json +44 -10
  56. package/static/function/client.js +4441 -16820
  57. package/static/function/index.html +4441 -16820
  58. package/static/debugger/router.bundle.js +0 -2
  59. package/static/debugger/router.bundle.js.map +0 -1
  60. package/static/debugger/router.d.ts +0 -2
@@ -928,7 +928,7 @@
928
928
  "description": "Header of 'Filter issues' section in Support pane"
929
929
  },
930
930
  "supportS3P1": {
931
- "message": "Rapportera filterproblem med specifika webbplatser till <span data-url=\"https://github.com/uBlockOrigin/uAssets/issues?q=is%3Aissue\"><code>uBlockOrigin/uAssets</code> problemhanteringssystemet</span>. <u>Kräver ett GitHub-konto.</u>",
931
+ "message": "Rapportera filterproblem med specifika webbplatser till problemhanteringssystemet <span data-url=\"https://github.com/uBlockOrigin/uAssets/issues?q=is%3Aissue\"><code>uBlockOrigin/uAssets</code></span>. <u>Kräver ett GitHub-konto.</u>",
932
932
  "description": "First paragraph of 'Filter issues' section in Support pane"
933
933
  },
934
934
  "supportS3P2": {
@@ -944,7 +944,7 @@
944
944
  "description": "Header of 'Bug report' section in Support pane"
945
945
  },
946
946
  "supportS4P1": {
947
- "message": "Rapportera problem med själva uBlock Origin till <span data-url=\"https://github.com/uBlockOrigin/uBlock-issues/issues?q=is%3Aissue\"><code>uBlockOrigin/uBlock-issue</code> ärendehanteringssystemet</span>. <u>Kräver ett GitHub-konto.</u>",
947
+ "message": "Rapportera problem med själva uBlock Origin till problemhanteringssystemet <span data-url=\"https://github.com/uBlockOrigin/uBlock-issues/issues?q=is%3Aissue\"><code>uBlockOrigin/uBlock-issue</code></span>. <u>Kräver ett GitHub-konto.</u>",
948
948
  "description": "First paragraph of 'Bug report' section in Support pane"
949
949
  },
950
950
  "supportS5H": {
@@ -484,7 +484,7 @@
484
484
  "description": "Filter lists section name"
485
485
  },
486
486
  "3pGroupSocial": {
487
- "message": "Sosyal gereçler",
487
+ "message": "Sosyal medya tuşları",
488
488
  "description": "Filter lists section name"
489
489
  },
490
490
  "3pGroupCookies": {
@@ -548,11 +548,11 @@
548
548
  "description": "Label for the checkbox use to trust the content of 'My filters' list"
549
549
  },
550
550
  "1pImport": {
551
- "message": "İçe aktar ve ekle",
551
+ "message": "İçe aktar ve ekle",
552
552
  "description": "Button in the 'My filters' pane"
553
553
  },
554
554
  "1pExport": {
555
- "message": "Dışa aktar",
555
+ "message": "Dışa aktar",
556
556
  "description": "Button in the 'My filters' pane"
557
557
  },
558
558
  "1pExportFilename": {
@@ -636,7 +636,7 @@
636
636
  "description": "Button in the 'Trusted sites' pane"
637
637
  },
638
638
  "whitelistExport": {
639
- "message": "Dışa aktar",
639
+ "message": "Dışa aktar",
640
640
  "description": "Button in the 'Trusted sites' pane"
641
641
  },
642
642
  "whitelistExportFilename": {
@@ -4,7 +4,7 @@
4
4
  "description": "extension name."
5
5
  },
6
6
  "extShortDesc": {
7
- "message": "終於有套使用不多的 CPU 及記憶體資源的高效率阻擋器。",
7
+ "message": "終於,有款僅使用少量 CPU 及記憶體的高效率阻擋器。",
8
8
  "description": "this will be in the Chrome web store: must be 132 characters or less"
9
9
  },
10
10
  "dashboardName": {
@@ -12,7 +12,7 @@
12
12
  "description": "English: uBlock₀ — Dashboard"
13
13
  },
14
14
  "dashboardUnsavedWarning": {
15
- "message": "警告!您有尚未儲存的變更",
15
+ "message": "警告!變更尚未儲存。",
16
16
  "description": "A warning in the dashboard when navigating away from unsaved changes"
17
17
  },
18
18
  "dashboardUnsavedWarningStay": {
@@ -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": {
@@ -140,7 +140,7 @@
140
140
  "description": "Tooltip for the no-popups per-site switch"
141
141
  },
142
142
  "popupTipNoPopups2": {
143
- "message": "點擊後將不再封鎖此網站的所有彈出式廣告",
143
+ "message": "點擊以停止阻擋此網站的所有彈出式視窗",
144
144
  "description": "Tooltip for the no-popups per-site switch"
145
145
  },
146
146
  "popupTipNoLargeMedia": {
@@ -176,7 +176,7 @@
176
176
  "description": "Tooltip for the no-remote-fonts per-site switch"
177
177
  },
178
178
  "popupTipNoRemoteFonts2": {
179
- "message": "點擊以停止封鎖此網站的遠端字型",
179
+ "message": "點擊以解除封鎖此網站的遠端字體",
180
180
  "description": "Tooltip for the no-remote-fonts per-site switch"
181
181
  },
182
182
  "popupTipNoScripting1": {
@@ -276,7 +276,7 @@
276
276
  "description": "Example of use: Version 1.26.4"
277
277
  },
278
278
  "popup3pScriptFilter": {
279
- "message": "腳本",
279
+ "message": "指令碼",
280
280
  "description": "Appears as an option to filter out firewall rows"
281
281
  },
282
282
  "popup3pFrameFilter": {
@@ -324,7 +324,7 @@
324
324
  "description": "English: Show the number of blocked requests on the icon"
325
325
  },
326
326
  "settingsTooltipsPrompt": {
327
- "message": "關閉提示文字功能",
327
+ "message": "停用提示框",
328
328
  "description": "A checkbox in the Settings pane"
329
329
  },
330
330
  "settingsContextMenuPrompt": {
@@ -384,7 +384,7 @@
384
384
  "description": ""
385
385
  },
386
386
  "settingsNoRemoteFontsPrompt": {
387
- "message": "封鎖遠端字型",
387
+ "message": "封鎖遠端字體",
388
388
  "description": ""
389
389
  },
390
390
  "settingsNoScriptingPrompt": {
@@ -444,7 +444,7 @@
444
444
  "description": "English: Parse and enforce Adblock+ element hiding filters."
445
445
  },
446
446
  "3pParseAllABPHideFiltersInfo": {
447
- "message": "「元素隱藏過濾規則」用於隱藏網頁中礙眼,且不能被以網路請求為基礎之過濾引擎所阻擋的元素。",
447
+ "message": "「網頁元素過濾規則」用來隱藏網頁中被認為礙眼,且不能被以網路請求為基礎之過濾引擎所阻擋的元素。",
448
448
  "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
449
449
  },
450
450
  "3pIgnoreGenericCosmeticFilters": {
@@ -452,7 +452,7 @@
452
452
  "description": "This will cause uBO to ignore all generic cosmetic filters."
453
453
  },
454
454
  "3pIgnoreGenericCosmeticFiltersInfo": {
455
- "message": "「通用元素隱藏過濾規則」是會套用在所有網站上的元素隱藏過濾規則。啟用此選項會消除網頁處理此類規則時增加的額外記憶體與 CPU 使用量。\n\n建議在較低效能的裝置上啟用此選項。",
455
+ "message": "「通用元素隱藏過濾規則」是會套用在所有網站上的網頁元素過濾規則。啟用此選項會消除網頁處理此類規則時增加的額外記憶體與 CPU 使用量。\n\n建議在擁有較低效能的裝置上啟用此選項。",
456
456
  "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
457
457
  },
458
458
  "3pSuspendUntilListsAreLoaded": {
@@ -992,7 +992,7 @@
992
992
  "description": "An entry in the widget used to select the type of issue"
993
993
  },
994
994
  "supportS6Select1Option2": {
995
- "message": "含有覆蓋物或其他滋擾",
995
+ "message": "含有覆蓋物或其他滋擾物",
996
996
  "description": "An entry in the widget used to select the type of issue"
997
997
  },
998
998
  "supportS6Select1Option3": {
@@ -1000,7 +1000,7 @@
1000
1000
  "description": "An entry in the widget used to select the type of issue"
1001
1001
  },
1002
1002
  "supportS6Select1Option4": {
1003
- "message": "有私穩相關問題",
1003
+ "message": "有隱私權相關問題",
1004
1004
  "description": "An entry in the widget used to select the type of issue"
1005
1005
  },
1006
1006
  "supportS6Select1Option5": {
@@ -1008,7 +1008,7 @@
1008
1008
  "description": "An entry in the widget used to select the type of issue"
1009
1009
  },
1010
1010
  "supportS6Select1Option6": {
1011
- "message": "會開啟不想要的分頁或視窗",
1011
+ "message": "會開啟不需要的分頁或視窗",
1012
1012
  "description": "An entry in the widget used to select the type of issue"
1013
1013
  },
1014
1014
  "supportS6Checkbox1": {
@@ -1140,7 +1140,7 @@
1140
1140
  "description": "Firefox-specific: appears as 'uBlock₀ (off)'"
1141
1141
  },
1142
1142
  "docblockedTitle": {
1143
- "message": "頁面已阻擋",
1143
+ "message": "已封鎖頁面",
1144
1144
  "description": "Used as a title for the document-blocked page"
1145
1145
  },
1146
1146
  "docblockedPrompt1": {
@@ -1208,7 +1208,7 @@
1208
1208
  "description": "used as a prompt for the user to provide a custom device name"
1209
1209
  },
1210
1210
  "advancedSettingsWarning": {
1211
- "message": "警告!修改進階設定時請自負風險。",
1211
+ "message": "警告!修改進階設定時,請自負風險。",
1212
1212
  "description": "A warning to users at the top of 'Advanced settings' page"
1213
1213
  },
1214
1214
  "genericSubmit": {
@@ -1244,7 +1244,7 @@
1244
1244
  "description": "A context menu entry, to view the source code of the target resource"
1245
1245
  },
1246
1246
  "shortcutCapturePlaceholder": {
1247
- "message": "輸入快捷鍵",
1247
+ "message": "鍵入快速鍵",
1248
1248
  "description": "Placeholder string for input field used to capture a keyboard shortcut"
1249
1249
  },
1250
1250
  "genericMergeViewScrollLock": {
@@ -1296,7 +1296,7 @@
1296
1296
  "description": "Summary of number of errors as reported by the linter "
1297
1297
  },
1298
1298
  "unprocessedRequestTooltip": {
1299
- "message": "無法在瀏覽器啟動的時候正確過濾頁面。請重新載入來確保過濾正確。",
1299
+ "message": "無法在瀏覽器啟動時正確過濾頁面。請重新載入以確保過濾正常。",
1300
1300
  "description": "A warning which will appear in the popup panel if needed"
1301
1301
  },
1302
1302
  "dummy": {
@@ -634,7 +634,7 @@
634
634
  "title": "🇭🇺hu: hufilter",
635
635
  "tags": "ads hungarian",
636
636
  "lang": "hu",
637
- "contentURL": "https://raw.githubusercontent.com/hufilter/hufilter/master/hufilter-ublock.txt",
637
+ "contentURL": "https://cdn.jsdelivr.net/gh/hufilter/hufilter@gh-pages/hufilter-ublock.txt",
638
638
  "supportURL": "https://github.com/hufilter/hufilter"
639
639
  },
640
640
  "IDN-0": {
@@ -681,8 +681,8 @@
681
681
  "title": "🇮🇸is: Icelandic ABP List",
682
682
  "tags": "ads icelandic",
683
683
  "lang": "is",
684
- "contentURL": "https://adblock.gardar.net/is.abp.txt",
685
- "supportURL": "https://adblock.gardar.net/"
684
+ "contentURL": "https://raw.githubusercontent.com/brave/adblock-lists/master/custom/is.txt",
685
+ "supportURL": "https://github.com/brave/adblock-lists/issues"
686
686
  },
687
687
  "ISR-0": {
688
688
  "content": "filters",
@@ -767,6 +767,7 @@
767
767
  "tags": "ads afrikaans be belgië frisian dutch flemish nederlands netherlands nl sr suriname za",
768
768
  "lang": "af fy nl",
769
769
  "contentURL": "https://filters.adtidy.org/extension/ublock/filters/8.txt",
770
+ "cdnURLs": null,
770
771
  "supportURL": "https://kb.adguard.com/en/general/adguard-ad-filters"
771
772
  },
772
773
  "NOR-0": {