NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name IFE-dev-remove-scroll // @description Remove IFE scroll lock // @include http://localhost:3000/* // @namespace http://tampermonkey.net/ // @version 0.1 // ==/UserScript== (function() { document.getElementsByTagName('body')[0].removeAttribute("style"); })();