--- crush-those-cookies.old/bootstrap.js +++ crush-those-cookies/bootstrap.js @@ -16,13 +16,13 @@ let defaultPrefs = { suspendCrushing: false, - enableLogging: true, - enableNotifications: true, + enableLogging: false, + enableNotifications: false, enableStrictDomainChecking: false, keepCrushingThirdPartyCookies: true, keepCrushingSessionCookies: true, keepCrushingLocalStorage: true, - crushingDelay: 10, + crushingDelay: 5, crushOnLastWindowClose: false, whitelistedDomains: "", toolbarButtonPlaceId: "nav-bar", --- crush-those-cookies.old/bootstrap.js +++ crush-those-cookies/bootstrap.js @@ -26,7 +26,7 @@ crushOnLastWindowClose: false, whitelistedDomains: "", toolbarButtonPlaceId: "nav-bar", - toolbarButtonPosition: 0 + toolbarButtonPosition: 99 }; function startup(data, reason) {