Skip to content

Instantly share code, notes, and snippets.

@bgalvao
Created January 30, 2020 13:09
Show Gist options
  • Select an option

  • Save bgalvao/cbf21d89480e55ec4b9a380ccdfd3955 to your computer and use it in GitHub Desktop.

Select an option

Save bgalvao/cbf21d89480e55ec4b9a380ccdfd3955 to your computer and use it in GitHub Desktop.
unfollow on social sites that dont have an unfollow all buttonn
follows = document.querySelectorAll("button.is-following")
follows.forEach(follow => follow.click())
window.location.reload(false)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment