Skip to content

Instantly share code, notes, and snippets.

View amitdevopsschool's full-sized avatar
🎯
Don't forget yr Goal

Amit Kumar amitdevopsschool

🎯
Don't forget yr Goal
View GitHub Profile
@amitdevopsschool
amitdevopsschool / del_fb_group_pending_posts.js
Created December 8, 2021 04:32 — forked from amitscotocus/del_fb_group_pending_posts.js
Delete FB group pending posts for admins
/**
* Please use this file at your own risk. I don't provide the support for it.
* Any suggestion or problem are welcomed to report here :)
*/
/**
* Usage:
* 1. Log-in as an group admin in the desktop
* 2. Go to your group pending list like: https://www.facebook.com/groups/[group-id]/pending/
* 3. Insert the following code to your browser console. See the guide: https://developer.chrome.com/devtools/docs/console
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class CreateProductsTable extends Migration
{
/**
* Run the migrations.