NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name StopMakingMeUseChrome // @description provides fake windows.chrome // @include https://login.rocketfuel.com/ // @version 1.0 // @license MIT // ==/UserScript== unsafeWindow.chrome = {}; unsafeWindow.chrome.chromestore = {};