Last active
February 6, 2025 12:43
-
-
Save extratone/0871b8da8bf0c392e0e7e01a9b04535f to your computer and use it in GitHub Desktop.
My personal configuration for the [SingleFile Chrome Extension](https://chromewebstore.google.com/detail/singlefile/mpiodijhokgodhhofbcjdecpffjipkle).
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"profiles": { | |
"__Default_Settings__": { | |
"S3AccessKey": "", | |
"S3Bucket": "", | |
"S3Domain": "s3.amazonaws.com", | |
"S3Region": "", | |
"S3SecretKey": "", | |
"_migratedTemplateFormat": true, | |
"acceptHeaders": { | |
"audio": "audio/webm,audio/ogg,audio/wav,audio/*;q=0.9,application/ogg;q=0.7,video/*;q=0.6,*/*;q=0.5", | |
"document": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", | |
"font": "application/font-woff2;q=1.0,application/font-woff;q=0.9,*/*;q=0.8", | |
"image": "image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8", | |
"script": "*/*", | |
"stylesheet": "text/css,*/*;q=0.1", | |
"video": "video/webm,video/ogg,video/*;q=0.9,application/ogg;q=0.7,audio/*;q=0.6,*/*;q=0.5" | |
}, | |
"addProof": false, | |
"allowedBookmarkFolders": [ | |
"" | |
], | |
"applySystemTheme": true, | |
"autoClose": false, | |
"autoOpenEditor": false, | |
"autoSaveDelay": 1, | |
"autoSaveDiscard": false, | |
"autoSaveExternalSave": false, | |
"autoSaveLoad": false, | |
"autoSaveLoadOrUnload": true, | |
"autoSaveRemove": false, | |
"autoSaveRepeat": false, | |
"autoSaveRepeatDelay": 10, | |
"autoSaveUnload": false, | |
"backgroundSave": true, | |
"blockAlternativeImages": true, | |
"blockAudios": true, | |
"blockFonts": false, | |
"blockImages": false, | |
"blockMixedContent": false, | |
"blockScripts": true, | |
"blockStylesheets": false, | |
"blockVideos": true, | |
"browserActionMenuEnabled": true, | |
"compressCSS": false, | |
"compressContent": false, | |
"compressHTML": true, | |
"confirmFilename": false, | |
"confirmInfobarContent": false, | |
"contextMenuEnabled": true, | |
"createRootDirectory": false, | |
"defaultEditorMode": "normal", | |
"delayBeforeProcessing": 0, | |
"displayInfobar": true, | |
"displayInfobarInEditor": false, | |
"displayStats": false, | |
"extractDataFromPage": false, | |
"filenameConflictAction": "uniquify", | |
"filenameMaxLength": "192", | |
"filenameMaxLengthUnit": "bytes", | |
"filenameReplacedCharacters": [ | |
"~", | |
"+", | |
"?", | |
"%", | |
"*", | |
":", | |
"|", | |
"\"", | |
"<", | |
">", | |
"\\\\", | |
"u0000-u001f", | |
"" | |
], | |
"filenameReplacementCharacter": "_", | |
"filenameReplacementCharacters": [ | |
"~", | |
"+", | |
"?", | |
"%", | |
"*", | |
":", | |
"|", | |
""", | |
"<", | |
">", | |
"\" | |
], | |
"filenameTemplate": "%if-empty<{page-title}|No title> ({date-locale} {time-locale}).{filename-extension}", | |
"forceWebAuthFlow": false, | |
"githubBranch": "main", | |
"githubRepository": "SingleFile-Archives", | |
"githubToken": "", | |
"githubUser": "", | |
"groupDuplicateImages": true, | |
"groupDuplicateStylesheets": false, | |
"ignoredBookmarkFolders": [ | |
"" | |
], | |
"includeBOM": false, | |
"includeInfobar": false, | |
"infobarTemplate": "", | |
"insertEmbeddedImage": false, | |
"insertEmbeddedScreenshotImage": false, | |
"insertMetaCSP": true, | |
"insertMetaNoIndex": false, | |
"insertSingleFileComment": true, | |
"insertTextBody": false, | |
"loadDeferredImages": true, | |
"loadDeferredImagesBeforeFrames": false, | |
"loadDeferredImagesBlockCookies": false, | |
"loadDeferredImagesBlockStorage": false, | |
"loadDeferredImagesDispatchScrollEvent": false, | |
"loadDeferredImagesKeepZoomLevel": false, | |
"loadDeferredImagesMaxIdleTime": 1500, | |
"logsEnabled": true, | |
"maxResourceSize": 10, | |
"maxResourceSizeEnabled": false, | |
"maxSizeDuplicateImages": 524288, | |
"moveStylesInHead": false, | |
"networkTimeout": 0, | |
"openEditor": false, | |
"openInfobar": false, | |
"openSavedPage": false, | |
"passReferrerOnError": false, | |
"password": "", | |
"preventAppendedData": false, | |
"progressBarEnabled": true, | |
"removeAlternativeFonts": true, | |
"removeAlternativeImages": true, | |
"removeAlternativeMedias": true, | |
"removeFrames": false, | |
"removeHiddenElements": true, | |
"removeSavedDate": false, | |
"removeUnusedFonts": true, | |
"removeUnusedStyles": true, | |
"replaceBookmarkURL": true, | |
"replaceEmojisInFilename": false, | |
"resolveFragmentIdentifierURLs": false, | |
"resolveLinks": true, | |
"saveCreatedBookmarks": false, | |
"saveFavicon": true, | |
"saveFilenameTemplateData": false, | |
"saveOriginalURLs": false, | |
"saveRawPage": false, | |
"saveToClipboard": false, | |
"saveToDropbox": false, | |
"saveToGDrive": false, | |
"saveToGitHub": false, | |
"saveToRestFormApi": false, | |
"saveToRestFormApiFileFieldName": "", | |
"saveToRestFormApiToken": "", | |
"saveToRestFormApiUrl": "", | |
"saveToRestFormApiUrlFieldName": "", | |
"saveToS3": false, | |
"saveWithCompanion": false, | |
"saveWithWebDAV": false, | |
"selfExtractingArchive": false, | |
"shadowEnabled": true, | |
"sharePage": false, | |
"tabMenuEnabled": true, | |
"userScriptEnabled": false, | |
"warnUnsavedPage": true, | |
"webDAVPassword": "", | |
"webDAVURL": "", | |
"webDAVUser": "", | |
"woleetKey": "" | |
}, | |
"davod": { | |
"S3AccessKey": "", | |
"S3Bucket": "", | |
"S3Domain": "s3.amazonaws.com", | |
"S3Region": "", | |
"S3SecretKey": "", | |
"_migratedTemplateFormat": true, | |
"acceptHeaders": { | |
"audio": "audio/webm,audio/ogg,audio/wav,audio/*;q=0.9,application/ogg;q=0.7,video/*;q=0.6,*/*;q=0.5", | |
"document": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", | |
"font": "application/font-woff2;q=1.0,application/font-woff;q=0.9,*/*;q=0.8", | |
"image": "image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8", | |
"script": "*/*", | |
"stylesheet": "text/css,*/*;q=0.1", | |
"video": "video/webm,video/ogg,video/*;q=0.9,application/ogg;q=0.7,audio/*;q=0.6,*/*;q=0.5" | |
}, | |
"addProof": false, | |
"allowedBookmarkFolders": [ | |
"" | |
], | |
"applySystemTheme": true, | |
"autoClose": false, | |
"autoOpenEditor": false, | |
"autoSaveDelay": 1, | |
"autoSaveDiscard": false, | |
"autoSaveExternalSave": false, | |
"autoSaveLoad": false, | |
"autoSaveLoadOrUnload": true, | |
"autoSaveRemove": false, | |
"autoSaveRepeat": false, | |
"autoSaveRepeatDelay": 10, | |
"autoSaveUnload": false, | |
"backgroundSave": true, | |
"blockAlternativeImages": true, | |
"blockAudios": false, | |
"blockFonts": false, | |
"blockImages": false, | |
"blockMixedContent": false, | |
"blockScripts": false, | |
"blockStylesheets": false, | |
"blockVideos": false, | |
"browserActionMenuEnabled": true, | |
"compressCSS": false, | |
"compressContent": true, | |
"compressHTML": false, | |
"confirmFilename": false, | |
"confirmInfobarContent": false, | |
"contextMenuEnabled": true, | |
"createRootDirectory": false, | |
"defaultEditorMode": "normal", | |
"delayBeforeProcessing": 0, | |
"displayInfobar": true, | |
"displayInfobarInEditor": false, | |
"displayStats": true, | |
"extractDataFromPage": false, | |
"filenameConflictAction": "uniquify", | |
"filenameMaxLength": "192", | |
"filenameMaxLengthUnit": "bytes", | |
"filenameReplacedCharacters": [ | |
"~", | |
"+", | |
"?", | |
"%", | |
"*", | |
":", | |
"|", | |
"\"", | |
"<", | |
">", | |
"\\\\", | |
"u0000-u001f", | |
"" | |
], | |
"filenameReplacementCharacter": "_", | |
"filenameReplacementCharacters": [ | |
"~", | |
"+", | |
"?", | |
"%", | |
"*", | |
":", | |
"|", | |
""", | |
"<", | |
">", | |
"\" | |
], | |
"filenameTemplate": "%if-empty<{page-title}|No title> ({date-locale}{time-locale}).{filename-extension}", | |
"forceWebAuthFlow": false, | |
"githubBranch": "main", | |
"githubRepository": "SingleFile-Archives", | |
"githubToken": "", | |
"githubUser": "", | |
"groupDuplicateImages": true, | |
"groupDuplicateStylesheets": false, | |
"ignoredBookmarkFolders": [ | |
"" | |
], | |
"includeBOM": false, | |
"includeInfobar": false, | |
"infobarTemplate": "{url-href}{date-iso}", | |
"insertEmbeddedImage": true, | |
"insertEmbeddedScreenshotImage": false, | |
"insertMetaCSP": false, | |
"insertMetaNoIndex": false, | |
"insertSingleFileComment": true, | |
"insertTextBody": false, | |
"loadDeferredImages": true, | |
"loadDeferredImagesBeforeFrames": false, | |
"loadDeferredImagesBlockCookies": false, | |
"loadDeferredImagesBlockStorage": false, | |
"loadDeferredImagesDispatchScrollEvent": false, | |
"loadDeferredImagesKeepZoomLevel": false, | |
"loadDeferredImagesMaxIdleTime": 1500, | |
"logsEnabled": true, | |
"maxResourceSize": 10, | |
"maxResourceSizeEnabled": false, | |
"maxSizeDuplicateImages": 524288, | |
"moveStylesInHead": false, | |
"networkTimeout": 400000, | |
"openEditor": false, | |
"openInfobar": false, | |
"openSavedPage": true, | |
"passReferrerOnError": false, | |
"password": "", | |
"preventAppendedData": false, | |
"progressBarEnabled": true, | |
"removeAlternativeFonts": false, | |
"removeAlternativeImages": true, | |
"removeAlternativeMedias": false, | |
"removeFrames": false, | |
"removeHiddenElements": false, | |
"removeSavedDate": false, | |
"removeUnusedFonts": false, | |
"removeUnusedStyles": false, | |
"replaceBookmarkURL": true, | |
"replaceEmojisInFilename": false, | |
"resolveFragmentIdentifierURLs": false, | |
"resolveLinks": true, | |
"saveCreatedBookmarks": false, | |
"saveFavicon": true, | |
"saveFilenameTemplateData": false, | |
"saveOriginalURLs": false, | |
"saveRawPage": false, | |
"saveToClipboard": false, | |
"saveToDropbox": false, | |
"saveToGDrive": false, | |
"saveToGitHub": false, | |
"saveToRestFormApi": false, | |
"saveToRestFormApiFileFieldName": "", | |
"saveToRestFormApiToken": "", | |
"saveToRestFormApiUrl": "", | |
"saveToRestFormApiUrlFieldName": "", | |
"saveToS3": false, | |
"saveWithCompanion": false, | |
"saveWithWebDAV": true, | |
"selfExtractingArchive": false, | |
"shadowEnabled": true, | |
"sharePage": false, | |
"tabMenuEnabled": true, | |
"userScriptEnabled": false, | |
"warnUnsavedPage": true, | |
"webDAVPassword": "XHiGPGyJPcbio2", | |
"webDAVURL": "https://neocities.org/webdav", | |
"webDAVUser": "davidblue", | |
"woleetKey": "" | |
} | |
}, | |
"rules": [ | |
{ | |
"autoSaveProfile": "__Disabled_Settings__", | |
"profile": "__Default_Settings__", | |
"url": "file:" | |
} | |
], | |
"maxParallelWorkers": 8, | |
"processInForeground": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment