Andrew's Facebook Cleaner

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

< 脚本Andrew's Facebook Cleaner的反馈

评价:好评 - 脚本运行良好

§
发表于: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) {

发表回复

登录以发表回复。