Skip to content

Instantly share code, notes, and snippets.

@maury91
Last active February 10, 2019 01:17
Show Gist options
  • Save maury91/55432f39268010c2f24981420006830e to your computer and use it in GitHub Desktop.
Save maury91/55432f39268010c2f24981420006830e to your computer and use it in GitHub Desktop.
function getSponsoredPosts() {
const sponsoredArticles = [...document.querySelectorAll('[role=article]')]
.filter(isArticleSponsored)
return sponsoredArticles;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment