”
], { 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);
});
});
})();
During an interview with Mosh Pit Mornings, CM Punk detailed that Finn was in a tough spot. The star admitted that fans were looking past Balor’s match to WrestleMania, where Punk is slotted for a main event match against Roman Reigns.
“Not easy to do, not easy to tell those two stories on television. So I do feel like sometimes maybe we miss the mark. I know people are looking past Finn. They’re looking past Saturday. They’re excited about WrestleMania. And honestly, it’s a cr*p spot for Finn to be in.”
The Straightedge Star added that the situation was different this time because the WrestleMania main event is up in the air. He felt the heightened stakes of the match would push the Judgment Day member to deliver his best, making their match a must-watch.
“I think the idea was the first time Finn and I wrestled was in Belfast, and it was gonna be special because he is from Ireland. So I knew the people were gonna be with him. But Saturday night. You’d think they’re gonna be with me because we’re in Chicago. And so it’s a little trade-off. Wrestle in front of your home crowd, wrestle in front of my home crowd. And I think the tide that raises all ships, and he’s gonna step up to the plate, and it’s gonna just make me better.”
Finn Balor dismissed claims that he is not good enough
Earlier this week Finn Balor was in an exclusive interview with Adrian Hernandez. When asked about online critics, The Prince detailed that the opinions of his bosses and peers mattered much more to him than online trolls.
He noted how he has been a prominent member of the roster over the last decade, winning several titles. Finn Balor pointed out that coming from a small town in Ireland and making it big in WWE was a matter of success to him.
While using these quotes, please add an H/T to Sportskeeda for the transcript.
`;
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-cr-p-spot-heading-elimination-chamber-says-wwe-raw-peer?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













