Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
A Chrome Extension to Make Brain Pickings Truly Ad-Free (chrome.google.com)
7 points by andybons on Feb 14, 2013 | hide | past | favorite | 2 comments


I don't know if I'm missing some context, but this seems like a really mean-spirited plug at someone. I would say this isn't appropriate for HN, and I'm not sure who would upvote this.

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."


``` (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);
  };
})(); ```




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: