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,
thank you for your script, pretty useful! I was looking something like that for years.
I noticed there are jQuery and Font Awesome dependencies. I a way of reduce the weight of pages and keep privacy safe I suggest they can be removed.
Vanilla JS can now do the same and Font Awesome is used for only one icon (maybe use data:uri or no icon).
I understand if you don't want to do it. I can offer some time to do it.
Hello,
I tried your script and it didn't add anything to the Amazon product page. Then I checked the code to debug it and I found
$target
variable is targeting#price_feature_div
, the DIV doesn't exists anymore, it is now#unifiedPrice_feature_div
. I tried the fix and it works well.I'm not sure this DOM update is for all users, I know Amazon do a lot of AB-tests.
Thanks for your work, very useful!