Greasy Fork is available in English.

See more without logging into Facebook

This script allows you to see more without logging into Facebook.

< Feedback on See more without logging into Facebook

Review: Good - script works

§
Posted: 11.05.2017
Edited: 14.05.2017

new pop up dialog in facebook

Propose to change the setInterval fxn to

setInterval(function() {
    var elem = document.getElementsByClassName("_5hn6")[0];
    if(typeof elem != "undefined") elem.parentElement.removeChild(elem);

    elem = document.getElementsByClassName("pop_dialog")[0];
    if(typeof elem != "undefined") elem.parentElement.removeChild(elem);    
}, 1000);
LeoNeesonAuthor
§
Posted: 12.05.2017

Looks good, thanks! :)

I've updated the script. Keep in touch if something gets broken.

Cheers,
Leo.-

Post reply

Sign in to post a reply.