NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @author Nicolas Le Gland // @copyright 2020, nicolaslegland (https://openuserjs.org/users/nicolaslegland) // @description Make Google Forms as wide as possible. // @downloadURL https://openuserjs.org/src/scripts/nicolaslegland/wideform.user.js // @grant none // @homepageURL https://openuserjs.org/scripts/nicolaslegland/wideform // @icon https://ssl.gstatic.com/docs/spreadsheets/forms/favicon_qp2.png // @include http://docs.google.com/forms/d/e/* // @include https://docs.google.com/forms/d/e/* // @installURL https://openuserjs.org/src/scripts/nicolaslegland/wideform.user.js // @license GPL-3.0-or-later // @name wideform // @run-at document-end // @supportURL https://openuserjs.org/scripts/nicolaslegland/wideform/issues // @updateURL https://openuserjs.org/src/scripts/nicolaslegland/wideform.user.js // @version 1 // ==/UserScript== // Remove width document.getElementsByClassName('freebirdFormviewerViewCenteredContent')[1].style.width = 'inherit';