never use the import functionnality of dark reader
This commit is contained in:
parent
36c0698af8
commit
d18db8d013
2 changed files with 0 additions and 53 deletions
|
@ -1,52 +0,0 @@
|
||||||
{
|
|
||||||
"enabled": true,
|
|
||||||
"fetchNews": false,
|
|
||||||
"theme": {
|
|
||||||
"mode": 1,
|
|
||||||
"brightness": 100,
|
|
||||||
"contrast": 100,
|
|
||||||
"grayscale": 0,
|
|
||||||
"sepia": 0,
|
|
||||||
"useFont": false,
|
|
||||||
"fontFamily": "Segoe UI",
|
|
||||||
"textStroke": 0,
|
|
||||||
"engine": "dynamicTheme",
|
|
||||||
"stylesheet": "",
|
|
||||||
"darkSchemeBackgroundColor": "#181a1b",
|
|
||||||
"darkSchemeTextColor": "#e8e6e3",
|
|
||||||
"lightSchemeBackgroundColor": "#dcdad7",
|
|
||||||
"lightSchemeTextColor": "#181a1b",
|
|
||||||
"scrollbarColor": "auto",
|
|
||||||
"selectionColor": "auto",
|
|
||||||
"styleSystemControls": false,
|
|
||||||
"lightColorScheme": "Default",
|
|
||||||
"darkColorScheme": "Default",
|
|
||||||
"immediateModify": false
|
|
||||||
},
|
|
||||||
"presets": [],
|
|
||||||
"customThemes": [],
|
|
||||||
"siteList": [],
|
|
||||||
"siteListEnabled": [],
|
|
||||||
"applyToListedOnly": true,
|
|
||||||
"changeBrowserTheme": false,
|
|
||||||
"syncSettings": true,
|
|
||||||
"syncSitesFixes": true,
|
|
||||||
"automation": {
|
|
||||||
"enabled": false,
|
|
||||||
"mode": "",
|
|
||||||
"behavior": "OnOff"
|
|
||||||
},
|
|
||||||
"time": {
|
|
||||||
"activation": "18:00",
|
|
||||||
"deactivation": "9:00"
|
|
||||||
},
|
|
||||||
"location": {
|
|
||||||
"latitude": null,
|
|
||||||
"longitude": null
|
|
||||||
},
|
|
||||||
"previewNewDesign": true,
|
|
||||||
"enableForPDF": true,
|
|
||||||
"enableForProtectedPages": false,
|
|
||||||
"enableContextMenus": false,
|
|
||||||
"detectDarkTheme": true
|
|
||||||
}
|
|
|
@ -329,7 +329,6 @@ ECHO Firefox configuration...
|
||||||
FOR /F %%i IN ('dir /B /S ^"%APPDATA%\Mozilla\Firefox\Profiles\*.default-release^"') DO SET "vbc=%%i"
|
FOR /F %%i IN ('dir /B /S ^"%APPDATA%\Mozilla\Firefox\Profiles\*.default-release^"') DO SET "vbc=%%i"
|
||||||
PowerShell -Command "Start-BitsTransfer -Source !repo!/.mozilla/firefox/user.js -Destination '!vbc!'"
|
PowerShell -Command "Start-BitsTransfer -Source !repo!/.mozilla/firefox/user.js -Destination '!vbc!'"
|
||||||
|
|
||||||
PowerShell -Command "Start-BitsTransfer -Source !repo!/.mozilla/firefox/extensions/Dark-Reader-Settings.json -Destination '%HOMEPATH%\Downloads'"
|
|
||||||
PowerShell -Command "Start-BitsTransfer -Source !repo!/.mozilla/firefox/extensions/SponsorBlockConfig.json -Destination '%HOMEPATH%\Downloads'"
|
PowerShell -Command "Start-BitsTransfer -Source !repo!/.mozilla/firefox/extensions/SponsorBlockConfig.json -Destination '%HOMEPATH%\Downloads'"
|
||||||
PowerShell -Command "Start-BitsTransfer -Source !repo!/.mozilla/firefox/extensions/auto-tab-discard-preferences.json -Destination '%HOMEPATH%\Downloads'"
|
PowerShell -Command "Start-BitsTransfer -Source !repo!/.mozilla/firefox/extensions/auto-tab-discard-preferences.json -Destination '%HOMEPATH%\Downloads'"
|
||||||
ECHO La configuration des differents Addons de Firefox est presente dans le dossier %HOMEPATH%\Downloads.
|
ECHO La configuration des differents Addons de Firefox est presente dans le dossier %HOMEPATH%\Downloads.
|
||||||
|
|
Loading…
Reference in a new issue