NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Editable Pages // @namespace Violentmonkey Scripts // @match *://*/* // @grant none // @version 1.0 // @licence MIT // @author - // @description 6/27/2023, 8:15:09 AM // ==/UserScript== document.designMode = "on"