项目作者: jdacode

项目描述 :
Facebook Housekeeping - Script to delete / remove History Search in Facebook Activity Log
高级语言: JavaScript
项目地址: git://github.com/jdacode/Facebook-Housekeeping.git
创建时间: 2021-02-20T10:11:38Z
项目社区:https://github.com/jdacode/Facebook-Housekeeping

开源协议:MIT License

下载


Facebook-Housekeeping



Demo

demo



Overview

It seems that Facebook doesn’t want users to delete all past activities on the platform. In fact, it is not possible to delete all your activity with a single click. So, the only way is to click manually on every activity of you to review and then delete it. Considering that most of us are active users on Facebook for several years, this process apparently will take days. However, there is a fast-track to delete your Facebook history.

This is going to be a series of scripts to delete your Facebook’s Activity log. First, I just want to test each kind of Activity Log, and then compile all in just one script.

Scripts:

  • Facebook-Delete-ActivityLog-SearchHistory.js.
  • Next ….



Start script - For new Facebook layout:

  1. Sign in.
  2. Go to activity log.
  3. Refresh page.
  4. Open DevTool.

    1. Press F12.
  5. Go to console.

  6. Paste all code from Facebook-Delete-ActivityLog-SearchHistory.js
  7. Clear console

    1. CTRL + L
  8. In console:

    1. deleteFacebookActivityLog_SearchHistory();
  9. Wait for the process to finish.



Stop/Cancel script

You can stop app by enter:

  1. stop();

OR

  1. Reload current page (Ctrl+R)



Troubleshooting

If there are no more objects to delete, the script ends after the set number of attemps.

If facebook stop loading content:

  1. click filter > activity log > Search History

OR

  1. refresh page.

NOTE: If you refresh page, the script will be removed. You must paste code again.



License

Licensed under the MIT license.