”
], { 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);
});
});
})();
Similar to AJ Styles and John Cena, the multi-time WWE World Champion knows he’s going to retire from the industry. In an interview with the Boston Herald, the two-time World Heavyweight Champion made a heartbreaking admission before the event in Las Vegas.
While discussing his future goals, retirement, and the next generation of superstars in the company, Rollins heartbreakingly admitted that he’s closer to the end of his career as a performer in the industry, but wants to give his all before he goes out.
“I’m closer to the end of my career than the beginning, but I still feel like I have a lot to give. I’m excited to be able to do that as we march forward to WrestleMania,” Rollins said. [H/T – Boston Herald]
Which WWE star will Seth Rollins face at WrestleMania 42?
Last year, Seth Rollins created The Vision on the red brand with Paul Heyman, Bron Breakker, and Bronson Reed to conquer Monday Night RAW. Unfortunately, The Visionary’s injury forced the stable to turn on him, and new members were added in the coming months.
Earlier this year, the management was running a story between The Vision and the masked men, who eventually turned out to be Seth Rollins. Sadly, Bron Breakker and Bronson Reed suffered injuries on the Road to WrestleMania and went on hiatus from the weekly product.
Based on multiple reports, the company has two options for the two-time WWE World Heavyweight Champion. Seth Rollins would either face Bron Breakker, if he gets cleared on time, or Logan Paul in a one-on-one match at The Grandest Stage of Them All in Las Vegas.
`;
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-i-m-closer-end-career-major-wwe-star-s-heartbreaking-admission-ahead-wrestlemania-42?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













