Skip to content

Instantly share code, notes, and snippets.

@coleww
Created June 26, 2015 17:59
Show Gist options
  • Save coleww/845fb5a0ffad5b3f8807 to your computer and use it in GitHub Desktop.
Save coleww/845fb5a0ffad5b3f8807 to your computer and use it in GitHub Desktop.
block promoted tweets
// people who promote tweets tend to be the absolute worst.
$('.js-action-profile-promoted').each(function(i, val){
$(this).click()
$('.user-dropdown-icon').click()
$('.block-text.not-blocked').click()
$($('.block-button')[0]).click()
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment