Skip to content

Instantly share code, notes, and snippets.

@chrisbodhi
Created June 28, 2015 14:46
Show Gist options
  • Select an option

  • Save chrisbodhi/9110bc09a42cbae1e293 to your computer and use it in GitHub Desktop.

Select an option

Save chrisbodhi/9110bc09a42cbae1e293 to your computer and use it in GitHub Desktop.
var recruiters = document.getElementsByClassName('everyonelovesstackoverflow');
for (var i = recruiters.length - 1; 0 <= i; i--){
recruiters[i].remove();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment