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.
I applied that fix in my fork here: https://openuserjs.org/scripts/simonw/Quora_Answer_Export/source
The script didn't correctly pull my answer to this question: https://www.quora.com/How-can-I-improve-my-public-speaking-skills-4/answer/Simon-Willison
It's because the "Originally Answered: What are some tips for improving public speaking skills quickly?" banner interfered with the answer extracting selector.
The fix is to use :last on the selector, like this:
a.answer = $(data).find(".AnswerBase .inline_editor_value .rendered_qtext:last").html();