Skip to content

Instantly share code, notes, and snippets.

@mweylandt
Last active November 18, 2023 11:25
Show Gist options
  • Save mweylandt/7d1727730ff42304aa9728fe3af02e9d to your computer and use it in GitHub Desktop.
Save mweylandt/7d1727730ff42304aa9728fe3af02e9d to your computer and use it in GitHub Desktop.
Increase the html view box in qualtrics because it's annoyingly tiny
javascript:(function(){var elem = document.querySelector('.inlineEditor.html-editor'); elem.style.height = '1000px'; })();
@mweylandt
Copy link
Author

Add this as a bookmark in firefox, and after entering the html editor, click it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment