”
], { 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);
});
});
})();
Ahead of this much-anticipated clash, Finn Balor talked about his retirement during an interview with Uncrowned. The Prince revealed that he got emotional after John Cena and AJ Styles’ retirements.
“Seeing John [Cena] retire was obviously very emotional. Seeing AJ retire … someone who’s had a similar path to me, was just that little bit older, a couple steps ahead of me — he was someone that I considered the benchmark of where I needed to be,” Balor said.
Balor added that after watching Styles retire, he realized that the time for him to hang up his wrestling boots was “just around the corner.” The Judgment Day star added that after his loss to CM Punk in January, he felt time was running out for him to right the wrong of his WWE Universal Championship reign a decade ago.
“Seeing him retire made me realize, ‘Oh, retirement is just around the corner for me, too.’ And you’ve still got this big stain on your career that everyone keeps asking you, ‘What if?”’ And in Belfast [in January], when I lost to Punk [for the World Heavyweight Title], I realized the time is running out, and you need to fix this quickly. So that’s what I’m trying to do. I need to right the wrong of what happened 10 years ago — not for me, but for everyone else,” he added. [H/T Uncrowned]
Finn Balor’s WWE Universal Championship reign ended abruptly
At SummerSlam 2016, Finn Balor locked horns with Seth Rollins for the brand new Universal Championship. The Prince made history on the show by becoming the first person to win this title.
However, things did not go as planned for him. After Balor won the title, WWE announced that he had sustained an injury, and a few hours later, it was confirmed that the star was expected to be out for months. Due to this setback, he had to relinquish the WWE Universal Championship within 24 hours of winning it.
It remains to be seen if Finn Balor will be able to redeem himself by winning the WWE World Heavyweight Championship at Elimination Chamber.
`;
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-retirement-just-around-corner-me-finn-balor-teases-another-heartbreak-john-cena-aj-styles?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













