Skip to content

Instantly share code, notes, and snippets.

@micahriggan
Created April 3, 2018 00:52
Show Gist options
  • Save micahriggan/c04bd208858fe3c18a76aff06073f9cc to your computer and use it in GitHub Desktop.
Save micahriggan/c04bd208858fe3c18a76aff06073f9cc to your computer and use it in GitHub Desktop.
Hide from Facebook Timeline
for(let p of document.querySelectorAll("[data-tooltip='Edit or Remove']")){p.click()};setTimeout(() => {for(let p of document.querySelectorAll("[data-action-type='hide_from_timeline']")){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