Skip to content

Instantly share code, notes, and snippets.

@mweylandt
Last active November 18, 2023 11:25
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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