I apologize in advance for a probably-stupid question, but can someone please explain how I can get Noon's v1.3 script to work with the current version of Tampermonkey (v4.9), in order to print the standard D&D 5th Edition OGL character sheet? The script appears to throw a number of errors. I've tried to debug it, but I don't know enough about the scripting language or the script's structure to get very far. Here is a list of all the errors currently reported by Tampermonkey, and where they occur: Expected { after 'if' condition. line 12, line 21, line 27 'Campaign' is not defined. line 14 '_' is not defined. line 15, line 19, line 35 Expected { after 'for in'. line 20 Unexpected use of comma operator. line 25 'charactersheet_useroptions' is not defined. line 27 (two instances) I know how to fix the various expected curly braces,* but I don't understand the script well enough to fix the "is not defined" errors. *and yes, I know from a technical standpoint Tampermonkey shouldn't be expecting curly braces in these places, because they're cases where there's only one consequent statement and braces should only be required when there are multiple consequent statements, but that's not really within my power to address, I can't fix how Tampermonkey interprets scripts...