Last active
August 29, 2015 14:03
-
-
Save nbriz/973c46f7bb60c919da03 to your computer and use it in GitHub Desktop.
removePost.js
This file contains 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
$('span').each(function( i ) { | |
if( $(this).html() == 'Report'){ $(this).click(); } | |
if( $(this).html() == 'Report/Remove Tag'){ $(this).click(); } | |
if( $(this).html() == 'Remove Tag...'){ $(this).click(); } | |
if( $(this).html() == 'Delete This Photo'){ $(this).click(); } | |
if( $(this).html() == 'Delete'){ $(this).click(); } | |
if( $(this).html() == 'Delete...'){ $(this).click(); } | |
if( $(this).html() == 'Unlike'){ $(this).click(); } | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
UPDATES >>>> http://nickbriz.com/facebook/unfriend.html <<< new scripts which might help ( comment here if u still have issues )