Skip to content

Instantly share code, notes, and snippets.

@maury91
Created February 10, 2019 01:18
Show Gist options
  • Save maury91/18f292082a276d8d612ce18eba503be3 to your computer and use it in GitHub Desktop.
Save maury91/18f292082a276d8d612ce18eba503be3 to your computer and use it in GitHub Desktop.
function isArticleSponsored(elem) {
return isSponsored(elem.querySelector('div[id^=feed_subtitle]'))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment