Skip to content

Instantly share code, notes, and snippets.

@maury91
Created February 10, 2019 01:18
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