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.
for DuckDuckGo, this works for me (on the development console of chromium):
imagetiles = document.querySelectorAll('.tile--img') for (i of imagetiles){ if (i.querySelector('a').href.includes('pinterest')) { i.setAttribute('style', 'display: none') } }
I just couldn't figure out why some still evade detection and, more importantly, why my monkey script containing this code doesn't work.
Just hoping we can help each other.