”
], { 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);
});
});
})();
Over the weekend, NXT Great American Bash once again saw Barrett replace him, and no explanation was given. This left the fans worried, and now the veteran has revealed the reason behind him missing WWE shows.
Speaking on his Hall of Fame podcast, he said that he is the youngest in his family, and everything takes a backseat when it comes to family.
“For me, I’ve always said being the youngest in my family, it’s my responsibility to make sure I step up and be there at all times. And for me, I had been dealing with family stuff that I had to take a step back and deal with it and get back to work. Because I cannot deal with things while I’m working at the same time,” he said.
He then revealed that he is doing fine personally and is healthy. The former King of the Ring winner then confirmed that he will be on the NXT commentary table this Tuesday.
“I feel good. There’s nothing wrong with me. I’m fine. My health is great. I’m getting back to work tomorrow. I will be back at the desk with my man Vic Joseph, and we gonna out there and do it the way it’s supposed to be done,” he added.
WWE SmackDown superstar wants to face Booker T in the ring
Booker T has been retired from in-ring competition for quite some time and has taken up various other roles. He has also coached a number of stars, and the list includes Trick Williams.
Recently, the United States champion spoke to Travis Singleton and was asked which names he would like to face in the ring.
Williams picked Booker T and noted that it would be an honor to possibly be his last match in WWE.
If you use quotes from this article, please credit The Hall of Fame podcast and give an H/T to Sportskeeda Wrestling for the transcription.
`;
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-breaking-hall-famer-confirms-wwe-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













