-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Hidden options
Gildas edited this page Sep 3, 2024
·
36 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 todocument.cookie
when loading deferred images (boolean) -
loadDeferredImagesBlockStorage
: block access tolocalStorage
andindexedDB
when loading deferred images (boolean) -
filenameReplacedCharacters
: array of invalid characters to replace in the filename (array of 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) -
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 (boolean) -
insertMetaCSP
: insert the CSP meta tag (boolean) -
processInForeground
: always process pages in foreground (boolean),maxParallelWorkers
will be automatically set to1
when set totrue
-
delayBeforeProcessing
: a delay in seconds to wait before processing the page (number) -
blockAlternativeImages
: empty the value of allsrcset
attributes found in the page (boolean) -
resolveLinks
: resolve link URLs to absolute URLs (boolean) -
groupDuplicateStylesheets
: Group duplicate inline stylesheets into a single stylesheet in order to reduce the size of the page (boolean)