”
], { 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);
});
});
})();
Former WWE stars The Good Brothers (Karl Anderson and Luke Gallows) were also at the show to honor Styles. Karl Anderson took to Instagram today to share a video of himself sharing a hug with Styles on RAW and noted that some moments didn’t need words.
“Some moments say everything without a word. Love you always, good brother. â€ïž,” he wrote.
Luke Gallows and Karl Anderson were let go by WWE last year but remain active in the world of professional wrestling.
AJ Styles makes a bold claim about WWE WrestleMania
AJ Styles recently opened up about his decision to retire at the Royal Rumble instead of WrestleMania 42.
The 48-year-old debuted with the company at Royal Rumble 2016 and had a memorable decade with the promotion. Speaking on RAW Recap, the former champion shared why he didn’t feel the need to retire at WrestleMania. AJ Styles suggested that The Show of Shows had lost a bit of its luster and wasn’t as special as it used to be.
âIt was coming back from an injury to WrestleMania to a match that didnât, to me, have much build. And WrestleMania, listen, Iâm sorry to say, used to be the most prestigious PLE, or pay-per-view, whatever you want to call it. But to me, it has kind of lost its luster a little bit,” he said.
AJ Styles passed out in the middle of the ring in his final WWE match against Gunther at the Royal Rumble last month in Saudi Arabia. Only time will tell what the future holds for the former TNA star following his Hall of Fame induction during WrestleMania 42 weekend.
`;
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-former-wwe-star-opens-surprise-raw-return?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













