Last active
November 18, 2023 11:25
-
-
Save mweylandt/7d1727730ff42304aa9728fe3af02e9d to your computer and use it in GitHub Desktop.
Increase the html view box in qualtrics because it's annoyingly tiny
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){var elem = document.querySelector('.inlineEditor.html-editor'); elem.style.height = '1000px'; })(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this as a bookmark in firefox, and after entering the html editor, click it.