Skip to content

Instantly share code, notes, and snippets.

@micahriggan
Created April 3, 2018 00:59
Show Gist options
  • Save micahriggan/5092a20c014651ba8b725580f1492fcb to your computer and use it in GitHub Desktop.
Save micahriggan/5092a20c014651ba8b725580f1492fcb to your computer and use it in GitHub Desktop.
Untag facebook posts
for(let p of document.querySelectorAll("[data-tooltip='Edit or Remove']")){p.click()};setTimeout(() => {for(let p of document.querySelectorAll("[data-action-type='remove_tag']")){p.click();} setTimeout(() => {for(let p of document.getElementsByClassName('layerConfirm')){p.click();}}, 1000)}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment