Disable browser UI tour in test profile
This commit is contained in:
parent
1c372f7892
commit
f4b6e22817
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ mkdir "$PROFILE/zotero"
|
|||
|
||||
cat <<EOF > "$PROFILE/prefs.js"
|
||||
user_pref("extensions.autoDisableScopes", 0);
|
||||
user_pref("browser.uitour.enabled", false);
|
||||
user_pref("extensions.zotero.debug.log", $DEBUG);
|
||||
user_pref("extensions.zotero.debug.time", $DEBUG);
|
||||
user_pref("extensions.zotero.firstRunGuidance", false);
|
||||
|
|
Loading…
Reference in a new issue