Skip to content

Hidden options

Gildas edited this page Apr 27, 2022 · 40 revisions

Some options can be changed only by exporting the settings and editing the JSON file in a text editor and importing the modified settings. Note that the settings can be imported and exported only via the options page of SingleFile. Here is the list of these options with a short description.

  • loadDeferredImagesBlockCookies: block access to document.cookie when loading deferred images (boolean)
  • loadDeferredImagesBlockStorage: block access to localStorage when loading deferred images (boolean)
  • filenameReplacedCharacters: array of invalid characters to replace in the filename (array of string)
  • filenameReplacementCharacter: replacement character used for the filename (string)
  • tabMenuEnabled: display an entry for SingleFile in the context menu of tabs (boolean)
  • logsEnabled: display the logs at the bottom left when processing a page (boolean)
  • progressBarEnabled: display the progress bar at the top when processing a page (boolean)
  • resolveFragmentIdentifierURLs: resolve URLs of inner links having fragment identifiers (boolean)
  • userScriptEnabled: enable the API used in user scripts (boolean)
  • maxParallelWorkers: maximum number of tabs being simultaneously processed by SingleFile when saving multiple tabs (number)
  • forceWebAuthFlow: use the web authentication instead of the authentication integrated into the browser to connect to Google Drive (boolean)
  • extractAuthCode: extract automatically the authorization code for authentication on Google Drive (boolean)
  • saveFavicon: save the favicon of the page (boolean)
  • ignoredBookmarkFolders: bookmark folder names to ignore when saveCreatedBookmarks and replaceBookmarkURL are true (array of string)
  • includeBOM: include the BOM into the HTML page (boolean)
  • useLegacyCommentHeader: use the legacy header "Archive processed by SingleFile" in the comment of saved pages (boolean)
  • insertMetaNoIndex: insert the tag <meta name=robots content=noindex> in the HTML page
  • networkTimeout: delay in milliseconds before considering a resource cannot be downloaded (number)

Clone this wiki locally