A Chrome Extension to Make Brain Pickings Truly Ad-Free(chrome.google.com)
chrome.google.com
A Chrome Extension to Make Brain Pickings Truly Ad-Free
https://chrome.google.com/webstore/detail/brain-freeze/fghmpfhlmghdninlimmocofbebblodgd/details
2 comments
```
(function drain() {
var links = document.getElementsByTagName('a');
for (var i = 0; i < links.length; i++) {
var link = links[i];
var href = document.getElementsByTagName('a')[i].getAttribute('href');
if (href) {
href = href.replace('tag=braipick-20', '')
}
link.setAttribute('href', href);
};
})();
```
Here's the Chrome Extension's description:
"So you made it through the first paragraph of the Curator's Code without killing yourself only to find out that your favorite, humble, curator-person Maria Popova is generating money through affiliate links on her self-described "Ad Free" blog.
"You're angry. But don't fret.
"This extension strips Brainpickings of all affiliate revenue––giving you a truly ad free, yet still unbelievably pretentious curatorial experience that you've grown to love."