🏠 Home 

Andrew's Facebook Cleaner

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

< Feedback on Andrew's Facebook Cleaner

Question/comment

§
Posted: 2016-05-27

The two buttons don't show up

I'm having trouble getting the script to work. I've tried in both Firefox and Chrome. After installation and navigation to the activity log the two buttons never show up. Not sure what's going on. Tried closing and restarting each browser. What am I missing?

§
Posted: 2016-05-29

Hi, I'm also having the same problem. Tried to mess up with the code a bit but to no avail... Seems like the script isn't running at all. Does anybody know what's going on?

§
Posted: 2016-06-01

Same here. Not loading the buttons anywhere.

§
Posted: 2016-06-01

Line 125 is probably the problem, maybe jquery too.

§
Posted: 2016-06-03

Someone posted this earlier as a fix:

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) {


I also noticed that my adblocker blocked the buttons and thats why I didn't see em.

Post reply

Sign in to post a reply.