ソースを参照

Merge branch 'master' of github.com:gildas-lormeau/SingleFile

Gildas 3 年 前
コミット
6eb8e3e056
2 ファイル変更4 行追加2 行削除
  1. 3 1
      README.MD
  2. 1 1
      cli/args.js

+ 3 - 1
README.MD

@@ -38,6 +38,8 @@ SingleFile can be installed on:
   https://chrome.google.com/extensions/detail/mpiodijhokgodhhofbcjdecpffjipkle
 - Microsoft Edge:
   https://microsoftedge.microsoft.com/addons/detail/efnbkdcfmcmnhlkaijjjmhjjgladedno
+- Firefox for Android Nightly by following this procedure:
+  https://blog.mozilla.org/addons/2020/09/29/expanded-extension-support-in-firefox-for-android-nightly/
 
 You can also download the zip file
 (https://github.com/gildas-lormeau/SingleFile/archive/master.zip) of the project
@@ -240,7 +242,7 @@ See https://github.com/gildas-lormeau/SingleFile/blob/master/privacy.md
 - Japanese translation done by Shitennouji(四天王寺)
   (https://github.com/Shitennouji)
 - Polish translation done by xesarni (https://github.com/xesarni)
-- Russian translation done by rstp14 (https://github.com/rstp14), kramola-RU
+- Russian translation done by rstp14, kramola-RU
   (https://github.com/kramola-RU), solokot (https://github.com/solokot),
   TotalCaesar659 (https://github.com/TotalCaesar659)
 - Ukrainian translation done by perdolka (https://github.com/perdolka)

+ 1 - 1
cli/args.js

@@ -189,7 +189,7 @@ const args = require("yargs")
 	.boolean("load-deferred-images")
 	.options("load-deferred-images-max-idle-time", { description: "Maximum delay of time to wait for deferred images in ms (puppeteer, webdriver-gecko, webdriver-chromium)" })
 	.number("load-deferred-images-max-idle-time")
-	.options("load-deferred-images-keep-zoom-level", { description: "Load defrrred images by keeping zoomed out the page" })
+	.options("load-deferred-images-keep-zoom-level", { description: "Load deferred images by keeping zoomed out the page" })
 	.boolean("load-deferred-images-keep-zoom-level")
 	.options("max-parallel-workers", { description: "Maximum number of browsers launched in parallel when processing a list of URLs (cf --urls-file)" })
 	.number("max-parallel-workers")