Are you sure you want to go to an external site to donate a monetary value?
WARNING: Some countries laws may supersede the payment processors policy such as the GDPR and PayPal. While it is highly appreciated to donate, please check with your countries privacy and identity laws regarding privacy of information first. Use at your utmost discretion.
Hide Missing and Expand All don't work. I appear to have fixed this by changing line 122 to:
var stableHideMissing = document.querySelector("div.stable > div.standard-sidebar > div.filter > div.form > div.form-group:last-child input");
(added div.filter)
And changing line 132 to:
var stableShowMoreButtons = document.querySelectorAll(CREATURE_ROW_SELECTOR + " > .btn-show-more");
(div.btn-show-more became .btn-show-more. button.btn-show-more also seems to work.)