Created
April 3, 2018 00:52
-
-
Save micahriggan/c04bd208858fe3c18a76aff06073f9cc to your computer and use it in GitHub Desktop.
Hide from Facebook Timeline
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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