Update stuff
This commit is contained in:
@@ -8,14 +8,12 @@
|
||||
|
||||
currdir=$(pwd)
|
||||
|
||||
## get the full path of this script (readlink for Linux, greadlink for Mac with coreutils installed)
|
||||
sfp=$(readlink -f "${BASH_SOURCE[0]}" 2>/dev/null || greadlink -f "${BASH_SOURCE[0]}" 2>/dev/null)
|
||||
|
||||
## fallback for Macs without coreutils
|
||||
if [ -z "$sfp" ]; then sfp=${BASH_SOURCE[0]}; fi
|
||||
sfp=$HOME/.mozilla/firefox/profile
|
||||
|
||||
## change directory to the Firefox profile directory
|
||||
cd "$(dirname "${sfp}")"
|
||||
cd $sfp
|
||||
|
||||
echo $(pwd)
|
||||
|
||||
fQuit() {
|
||||
## change directory back to the original working directory
|
||||
|
||||
@@ -89,3 +89,11 @@ user_pref("privacy.cpd.cookies", false);
|
||||
* define on which sites to save extra session data such as form content, cookies and POST data
|
||||
* 0=everywhere, 1=unencrypted sites, 2=nowhere ***/
|
||||
user_pref("browser.sessionstore.privacy_level", 0);
|
||||
|
||||
/* chrome/userChrome.css support */
|
||||
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
||||
|
||||
/* dark letterbox */
|
||||
user_pref("ui.systemUsesDarkTheme", 1);
|
||||
|
||||
user_pref("webgl.disabled", false);
|
||||
|
||||
@@ -1448,3 +1448,7 @@ user_pref("privacy.cpd.cookies", false);
|
||||
* [NOTE] privacy.cpd.openWindows has a bug that causes an additional window to open ***/
|
||||
// user_pref("privacy.clearOnShutdown.openWindows", true);
|
||||
// user_pref("privacy.cpd.openWindows", true);
|
||||
/* 1003: disable storing extra session data [SETUP-CHROME]
|
||||
* define on which sites to save extra session data such as form content, cookies and POST data
|
||||
* 0=everywhere, 1=unencrypted sites, 2=nowhere ***/
|
||||
user_pref("browser.sessionstore.privacy_level", 0);
|
||||
|
||||
Reference in New Issue
Block a user