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.
Hi and thank you for the userscript! I believe it's the only one that still works and applaud you for still maintaining it.
Please consider adding an include statement that doesn't use
for matching top-level domains. I had spent a very long time trying to understand why the script worked on my PC (Linux Ubuntu + Firefox + Tampermonkey), but not on my Ipad Pro (iPad OS + Safari + Macaque userscript extension) - until I found out Macaque had no clue what "tld" pattern meant. After I changed to google.* - it all worked.
(In case the second include statement would be too troublesome or cause the script to activate on pages where it should not - maybe add this as a warning to the description so that puzzled users like me could fix it themselves.)
Thanks for detailed analysis!
Do you want to add the pattern like
// @include https://www.google.*/*tbm=isch*
OR
// @include https://www.google.*
Because the second option will probably make the script run on every Google page.
Updated this in a comment in the script version 3.4