How to unlike all pages on facebook at once new trick by RJ_MASH 2020




How to unlike all pages on facebook at once new trick by RJ_MASH 2020

Do you want to unlike your Like Pages on Facebook?
Then you have come to the right place.
Yes, I will show you how you can easily, unlike your pages like this all together.
Remember,
Facebook's futures are constantly updated.
Today through January 17, 2020, with the latest updates on Facebook, you can easily unlike all pages together with the script below.
Stay tuned to our YouTube channel to get new updated tricks.
Check out the video below.
If you have any problems please inform us, we will try to solve it.


 1 Script:

// Get hold of all 'Liked' Buttons
var buttons = document.getElementsByClassName('PageLikedButton');
// trigger click on all ‘Liked’ Buttons, to get unlike popovers
for(let button of buttons){button.click();};

2 Script:


// Get hold of all the unlike links

var unlikes = document.getElementsByClassName('itemLabel');

// UPDATED: trigger click on all unlike popovers

Array.from(unlikes).forEach(unlike => {

 if(unlike.textContent === 'Unlike') {
  unlike.click()
    }
})



Just copy and Pest



                                                       Thanks
Previous Post Next Post