I can experience the same.
$(window).load(function(){
setTimeout(function(){
$(‘.dcsns-facebook .section-text a’).each(function(i){
var txt = $(this).attr(‘href’);
var href = ”;
if (txt.indexOf(‘https://l.facebook.com/l.php?u=’)) {
href = “https://www.facebook.com”+txt;
}else{
href = decodeURIComponent(txt.replace(“https://l.facebook.com/l.php?u=”, “”)).split(‘&’);
}
$(this).attr(“href”, href);
});
}, 500);
});
Page was loaded in the script to run after completing the above source files.