], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();

Balor obviously wasn’t ready to move forward after that and attacked McDonagh this week on RAW, to ensure that there was no help for Mysterio when he defended his AAA Mega Championship against El Grande Americano.

Balor didn’t include himself in the match, but following the show, he has made it clear that he has unfinished business with his former best friend, sending a savage insult to him.

There have been many stars who have made fun of McDonagh since he was promoted to the main roster, but Balor took him under his wing and pushed him into The Judgment Day, only for him to take their side when he was ousted.

Now it seems that Balor has decided to join the stars who have made fun of McDonagh for his looks and referred to him as a “BOBBLEHEAD.”

Finn Balor and JD McDonagh have a lengthy history that predates WWE

JD McDonagh was Finn Balor’s prodigy for a long time; the two men were close friends and hail from the same part of Ireland. They have trained together, toured together, and proved that they are best friends over the years, which is why it’s such a huge shock that he took Judgment Day’s side.

It’s clear that this story is far from over, and it seems that Roxanne Perez has now become the wild card who could easily opt to switch sides since she has been friends with Balor for several years as well.

Finn Balor brought Perez into The Judgment Day when she was promoted from NXT, and has already hinted that she could turn on her friends to align with him. There is still a lot of story left in this angle, and it’ll be interesting to see how WWE decides to end it.

Why did you not like this content?


`;
if (index == 3 && isOpera) {
storyHTML += `

`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `

`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/news-finn-balor-sends-savage-insult-former-best-friend-confirms-unfinished-business?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `

`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();

Fetching more content…







Read the full article here

Leave A Reply

Exit mobile version