This is a template to define the duration, goals, objectives and termination criteria of a project.
| Date Before | Date After | Number of weeks |
|---|---|---|
| 2024-02-29 | 2024-06-29 | 6 |
| /* | |
| REQUIREMENTS: | |
| You must use Facebook in the English language | |
| HOW-TO: | |
| First, open your FaceBook Activity Log Page (https://www.facebook.com/<YOUR PROFILE HANDLE>/allactivity?privacy_source=activity_log_top_menu&entry_point=www_top_menu_button#) | |
| Then, select a Year and scroll to bottom until you reached "January" for this year. | |
| Then, copy/paste the following code into the javascript console (F12) and press ENTER. | |
| NOTES: | |
| This will not delete Likes, only your posted content. | |
| The current month is also in the scope to be removed since the page opens on it. |
| const fs = require('fs'); | |
| const puppeteer = require('puppeteer'); | |
| const GIFEncoder = require('gifencoder'); | |
| const PNG = require('png-js'); | |
| function decode(png) { | |
| return new Promise(r => {png.decode(pixels => r(pixels))}); | |
| } |