”
], { 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);
});
});
})();
This week on RAW Recap, former WWE Champion Big E was irate with Finn Balor. He detailed that Punk and Styles were having an instant classic when the Judgment Day member disrupted proceedings. He questioned why Finn had to stop a dream match. E was also outraged because just last week, Punk had honored Balor in his home country of Ireland, and it seemed that The Price would possibly turn face again.
“I need to know the motivation. Like why are we doing this? Because Punk was cordial to you, because he raised your hand last week, because he suggested that maybe breaking away from the Judgment Day could be really great for your career? He gave you his flowers. Give me the reason, Finn. I need to know the reason. You disrupted an incredible match, maybe the last time we ever see CM Punk and AJ Styles in a ring together. And to be robbed of that finish, I need to know the reason. Give me the reasons. What are the reasons?”
Finn Balor tried to enter the Royal Rumble match
Last week on RAW, Finn Balor lost clean to CM Punk in a huge championship match. This Monday night, the two stars met backstage, and Punk said that he would be happy to have a rematch if Finn won the Royal Rumble.
Balor caught up with Adam Pearce for a spot in the Rumble match, but the RAW General Manager told him the spots were filled and refused to accept his participation in the high-stakes match.
While using these quotes, please credit WWE and add an H/T to Sportskeeda.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-called-39-year-old-former-wwe-champion-amid-hiatus?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



