-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebscrapbook.options.json
73 lines (73 loc) · 3.74 KB
/
webscrapbook.options.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"server.url": "",
"server.user": "",
"server.password": "",
"server.scrapbook": "",
"capture.saveTo": "folder",
"capture.saveFolder": "web_archive/data",
"capture.saveAs": "maff",
"capture.saveFilename": "%YEAR%/%MONTH%/%DAY%/%TITLE% _ %HOST%",
"capture.saveAsciiFilename": false,
"capture.saveBeyondSelection": false,
"capture.saveFileAsHtml": false,
"capture.saveDataUriAsFile": true,
"capture.saveDataUriAsSrcdoc": true,
"capture.autoCloseDialog": false,
"capture.pageSizeLimit": null,
"capture.resourceSizeLimit": null,
"capture.image": "save-current",
"capture.imageBackground": "save",
"capture.favicon": "save",
"capture.canvas": "save",
"capture.audio": "save",
"capture.video": "save",
"capture.embed": "blank",
"capture.object": "blank",
"capture.applet": "blank",
"capture.frame": "save",
"capture.frameRename": true,
"capture.font": "save-used",
"capture.style": "save",
"capture.styleInline": "save",
"capture.rewriteCss": "url",
"capture.mergeCssResources": true,
"capture.script": "remove",
"capture.noscript": "save",
"capture.base": "blank",
"capture.formStatus": "keep",
"capture.shadowDom": "remove",
"capture.removeHidden": "none",
"capture.precludeSelector": "",
"capture.linkUnsavedUri": false,
"capture.downLink.mode": "none",
"capture.downLink.extFilter": "###image\n#bmp, gif, ico, jpg, jpeg, jpe, jp2, png, tif, tiff, svg\n###audio\n#aac, ape, flac, mid, midi, mp3, ogg, oga, ra, ram, rm, rmx, wav, wma\n###video\n#avc, avi, flv, mkv, mov, mpg, mpeg, mp4, wmv\n###archive\n#zip, rar, jar, bz2, gz, tar, rpm, 7z, 7zip, xz, jar, xpi, lzh, lha, lzma\n#/z[0-9]{2}|r[0-9]{2}/\n###document\n#pdf, doc, docx, xls, xlsx, ppt, pptx, odt, ods, odp, odg, odf, rtf, txt, csv\n###executable\n#exe, msi, dmg, bin, xpi, iso\n###any non-web-page\n#/(?!$|html?|xht(ml)?|php|py|pl|aspx?|cgi|jsp)(.*)/i",
"capture.downLink.urlFilter": "###skip common logout URL\n/[/=]logout\\b/i",
"capture.removeIntegrity": true,
"capture.requestReferrer": "auto",
"capture.recordDocumentMeta": true,
"capture.recordRemovedNode": true,
"capture.recordRewrittenAttr": true,
"capture.recordSourceUri": true,
"editor.autoInit": true,
"editor.lineMarker.checked": null,
"editor.lineMarker.style.1": "background: rgba(255,255,0,0.9); background: linear-gradient(transparent 40%, rgba(255,255,0,0.9) 90%, transparent 100%);",
"editor.lineMarker.style.2": "background: rgba(0,255,0,0.9); background: linear-gradient(transparent 40%, rgba(0,255,0,0.9) 90%, transparent 100%);",
"editor.lineMarker.style.3": "background: rgba(255,0,0,0.9); background: linear-gradient(transparent 40%, rgba(255,0,0,0.9) 90%, transparent 100%);",
"editor.lineMarker.style.4": "background: rgba(0,0,255,0.9); background: linear-gradient(transparent 40%, rgba(0,0,255,0.9) 90%, transparent 100%);",
"editor.lineMarker.style.5": "background-color: #FFFF7C; color: black;",
"editor.lineMarker.style.6": "background-color: #93EF8D; color: black;",
"editor.lineMarker.style.7": "background-color: #FFBBB6; color: black;",
"editor.lineMarker.style.8": "background-color: #95D0FF; color: black;",
"editor.lineMarker.style.9": "background-color: #FFFF99; color: #000000; border: thin dashed #FFCC00;",
"editor.lineMarker.style.10": "background-color: #CCFFFF; color: #000000; border: thin solid #0099FF;",
"editor.lineMarker.style.11": "border: medium double #993399;",
"editor.lineMarker.style.12": "background-color: #EE3311; color: #FFFFFF; font-weight: bold;",
"viewer.useFileSystemApi": false,
"viewer.viewHtz": true,
"viewer.viewMaff": true,
"indexer.createStaticIndex": false,
"indexer.createRssFeed": false,
"indexer.createRssFeedBase": "",
"indexer.fulltextCache": true,
"indexer.fulltextCacheFrameAsPageContent": true
}