Skip to content

Instantly share code, notes, and snippets.

@bgalvao
Created January 30, 2020 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bgalvao/cbf21d89480e55ec4b9a380ccdfd3955 to your computer and use it in GitHub Desktop.
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