Automatically expands the older comments accordion in JIRA so you see all comments by default. Workaround to jira.comment.collapsing.minimum.hidden. Aids in searching page.
As locobastos mentioned, this has broken since the removal of the waitforkeyelements script it depends on. I found an alternative here: https://gist.github.com/adamhotep/7c9068f2196326ab79145ae308b68f9e (I just pasted this at the top of the script), which requires a change to this script to work (I guess it operates in a slightly different way from the original). I had to replace jNode[0] with jNode inside clickWhenItAppears(). It's now working again for me :-)
As locobastos mentioned, this has broken since the removal of the waitforkeyelements script it depends on. I found an alternative here: https://gist.github.com/adamhotep/7c9068f2196326ab79145ae308b68f9e (I just pasted this at the top of the script), which requires a change to this script to work (I guess it operates in a slightly different way from the original). I had to replace jNode[0] with jNode inside clickWhenItAppears(). It's now working again for me :-)