🏠 Home 

Andrew's Facebook Cleaner

Purge and/or Hide all your activity on Facebook to date.

< Feedback on Andrew's Facebook Cleaner

Review: Good - script works

§
Posted: 2016-05-07

Fixes

Awesome script. This saved me from having to delete my FB account.

Hope these come through okay.

Line 128 - add code for new "reacted to" type of likes
} else if (contents.indexOf(fbname+' likes ') != -1 || contents.indexOf(fbname+' reacted to ') != -1) {

Line 125 - add code for replied to comments and to delete record of being untagged.
if (contents.indexOf(fbname+' likes an article.') != -1 || contents.indexOf(fbname+' took a photo ') != -1 || contents.indexOf(fbname+' was with ') != -1 || contents.indexOf(fbname+' was at ') != -1 || contents.indexOf(fbname+' was in ') != -1 || contents.indexOf(fbname+' was untagged in ') != -1 || contents.indexOf(fbname+' took a video ') != -1 || contents.indexOf(fbname+' shared ') != -1 || contents.indexOf(fbname+' updated his status') != -1 || contents.indexOf(fbname+' updated her status') != -1 || contents.indexOf(fbname+' updated their status') != -1 || contents.indexOf(fbname+' commented on ') != -1 || contents.indexOf(fbname+' posted in ') != -1 || contents.indexOf(fbname+' replied to ') != -1 || contents.indexOf(fbname+' wrote on ') != -1 || contents.indexOf(' to your Timeline.') != -1 || contents.indexOf(' to '+fbname+'\'s Timeline.') != -1 || contents.indexOf(' to '+fbname+'\'s timeline.') != -1 || contents.indexOf(fbname+' added a new photo') != -1) {

Post reply

Sign in to post a reply.