| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Made with ❤️ by Nanta
Discord Webhook integration for activity logsGo to this part of the code:
const config = {
cookie: "xxx",
reactType: [1,16,2,3],
webhookUrl: "xxx",
};Change "xxx" in cookie with your Facebook cookies
Example:
cookie: "sb=xxxxxx;datr=xxxxxxxxx;c_user=xxxxxxxx",(keep the quotes)
Or use raw link:
cookie: "https://pastebin.com/raw/xxxxxxxx",Set reactType based on the table below
Example:
reactType: [1,16,2,3],This will randomly react with LIKE, CARE, LOVE, and WOW
For single reaction:
reactType: [1],Set webhookUrl with your Discord webhook URL
Example:
webhookUrl: "https://discord.com/api/webhooks/xxxx",This will send activity logs to your Discord server
| Reaction Name | React ID | React Emoji |
|---|---|---|
| LIKE / SUKA | 1 | 👍 |
| LOVE / SUPER | 2 | ❤ |
| WOW | 3 | 😮 |
| HAHA | 4 | 😆 |
| SAD / SEDIH | 7 | 😢 |
| ANGRY / MARAH | 8 | 😡 |
| CARE / PEDULI | 16 | 🤗 |
| Back | FazBrowse Home | New Git URL |