synaxin / StopMakingMeUseChrome

// ==UserScript==
// @name          StopMakingMeUseChrome
// @description   provides fake windows.chrome
// @include       https://login.rocketfuel.com/
// @version       1.0
// @license       MIT
// ==/UserScript==
unsafeWindow.chrome = {};
unsafeWindow.chrome.chromestore = {};