Skip to content

Instantly share code, notes, and snippets.

@maury91
Created February 10, 2019 01:13
function isSponsored(elem) {
return elem && realText(elem).toLowerCase().startsWith('sponsored')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment