Facebook Group Pending Posts Deleter

Deletes All Pending Facebook Group Posts

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==UserScript==
// @name     Facebook Group Pending Posts Deleter
// @description:en Deletes All Pending Facebook Group Posts
// @version  1
// @grant    none
// @include        http://*.facebook.com/*
// @include        https://*.facebook.com/*
// @namespace https://greasyfork.org/users/663733
// @description Deletes All Pending Facebook Group Posts
// ==/UserScript==


var i = 0;
function main(){
do {
i = i + 1;


   if (document.getElementsByClassName('layerConfirm')[0] >= 1 && document.getElementsByClassName('layerConfirm')[0] !== undefined) {
      document.getElementsByClassName('layerConfirm')[0].click();
   }
  else (console.error() !== null)
  {document.getElementsByClassName('layerConfirm')[0].click();
}
   if (document.getElementsByClassName('sx_616ed1')[0] >= 1 && document.getElementsByClassName('sx_616ed1')[0] !== undefined) {
      document.getElementsByClassName('sx_616ed1')[0].click();

   }
   else(console.error() !== null)
   {
  document.getElementsByClassName('sx_616ed1')[0].click();
  }
} while (i < 10000); }

  setTimeout(main, 2000);