disable 接續瀏覽(resume browsing), 閱讀模式(reading mode)

master
Your Name 2024-04-12 18:51:44 +08:00
parent 9882bb8be9
commit 3e1e25026c
1 changed files with 3 additions and 1 deletions

View File

@ -2117,8 +2117,10 @@ def nodriver_overwrite_prefs(conf):
state_dict["performance_tuning"]["high_efficiency_mode"]["state"]=1
state_dict["browser"]={}
state_dict["browser"]["enabled_labs_experiments"]=[
"history-journeys@4",
"memory-saver-multi-state-mode@1",
"modal-memory-saver@1"
"modal-memory-saver@1",
"read-anything@2"
]
state_dict["dns_over_https"]={}
state_dict["dns_over_https"]["mode"]="off"