add auto tab discard prefs
This commit is contained in:
parent
86c9650139
commit
aec59e498f
2 changed files with 54 additions and 0 deletions
|
@ -0,0 +1,53 @@
|
||||||
|
{
|
||||||
|
"chrome.storage.local": {
|
||||||
|
"./plugins/blank/core.js": true,
|
||||||
|
"./plugins/dummy/core.js": false,
|
||||||
|
"./plugins/focus/core.js": false,
|
||||||
|
"./plugins/force/core.js": false,
|
||||||
|
"./plugins/new/core.js": false,
|
||||||
|
"./plugins/next/core.js": false,
|
||||||
|
"./plugins/previous/core.js": false,
|
||||||
|
"./plugins/trash/core.js": false,
|
||||||
|
"./plugins/unloaded/core.js": false,
|
||||||
|
"./plugins/youtube/core.js": true,
|
||||||
|
"audio": true,
|
||||||
|
"battery": false,
|
||||||
|
"click": "click.popup",
|
||||||
|
"faqs": false,
|
||||||
|
"favicon": true,
|
||||||
|
"favicon-delay": 500,
|
||||||
|
"force.hostnames": [],
|
||||||
|
"form": true,
|
||||||
|
"go-hidden": false,
|
||||||
|
"idle": false,
|
||||||
|
"idle-timeout": 300,
|
||||||
|
"last-update": 1676872018205,
|
||||||
|
"link.context": true,
|
||||||
|
"log": false,
|
||||||
|
"max.single.discard": 50,
|
||||||
|
"memory-enabled": false,
|
||||||
|
"memory-value": 60,
|
||||||
|
"mode": "time-based",
|
||||||
|
"notification.permission": false,
|
||||||
|
"number": 6,
|
||||||
|
"online": false,
|
||||||
|
"page.context": false,
|
||||||
|
"paused": true,
|
||||||
|
"period": 600,
|
||||||
|
"pinned": false,
|
||||||
|
"prepends": "",
|
||||||
|
"simultaneous-jobs": 10,
|
||||||
|
"startup-pinned": false,
|
||||||
|
"startup-release-pinned": false,
|
||||||
|
"startup-unpinned": false,
|
||||||
|
"tab.context": true,
|
||||||
|
"trash.period": 24,
|
||||||
|
"trash.unloaded": false,
|
||||||
|
"trash.whitelist-url": [],
|
||||||
|
"whitelist": [],
|
||||||
|
"whitelist-url": []
|
||||||
|
},
|
||||||
|
"localStorage": {
|
||||||
|
"click": "popup"
|
||||||
|
}
|
||||||
|
}
|
|
@ -103,6 +103,7 @@ PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/r
|
||||||
|
|
||||||
PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/.mozilla/firefox/extensions/Dark-Reader-Settings.json -OutFile '%HOMEPATH%\Downloads\Dark-Reader-Settings.json'"
|
PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/.mozilla/firefox/extensions/Dark-Reader-Settings.json -OutFile '%HOMEPATH%\Downloads\Dark-Reader-Settings.json'"
|
||||||
PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/.mozilla/firefox/extensions/SponsorBlockConfig.json -OutFile '%HOMEPATH%\Downloads\SponsorBlockConfig.json'"
|
PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/.mozilla/firefox/extensions/SponsorBlockConfig.json -OutFile '%HOMEPATH%\Downloads\SponsorBlockConfig.json'"
|
||||||
|
PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/.mozilla/firefox/extensions/auto-tab-discard-preferences.json -OutFile '%HOMEPATH%\Downloads\auto-tab-discard-preferences.json'"
|
||||||
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.
|
||||||
|
|
||||||
:: === User Diag for drivers ==
|
:: === User Diag for drivers ==
|
||||||
|
|
Loading…
Reference in a new issue