], { 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);
});
});
})();

Vic mentioned Nexus, The Corre, and The League of Nations, all heel factions that Wade has been a part of. However, Barrett claimed no one would want to be in The Corre or The League of Nations now.

“Well no one wants to be in The Corre or The League of Nations,” said Wade Barrett

The League of Nations featured Sheamus, King Barrett, Alberto Del Rio, and Rusev as enforcers for The Authority. They had early success but struggled with longevity and became one of the less memorable factions. Barrett, who originally led the groundbreaking Nexus in 2010, later fronted The Corre in 2011, too.

Wade Barrett opened up on his WWE NXT Great American Bash commentary

Former NXT commentator and current Friday Night SmackDown voice Wade Barrett made a return to the developmental brand again for The Great American Bash 2026. Barrett, who called the action for NXT from 2020 to 2022, returned to his roots to fill in alongside play-by-play announcer Vic Joseph at the Performance Center.

Following the color commentary, Wade took to social media to express his adoration for NXT’s unique atmosphere. He took on X to call the experience an absolute treat. Barrett also jokingly added that even sharing the desk with Joseph couldn’t ruin his buzz.

“I bloody LOVE #WWENXT What an absolute treat to go back and call a couple of shows. The energy in that building is something else, and #NXTGAB was so good, even @VicJosephWWE couldn’t ruin my buzz tonight. Always an honour to back at the foundation of WWE. Thanks for having me,” wrote Wade Barrett.

I bloody LOVE #WWENXT What an absolute treat to go back and call a couple of shows. The energy in that building is something else, and #NXTGAB was so good, even @VicJosephWWE couldn’t ruin my buzz tonight. Always an honour to back at the foundation of WWE. Thanks for having me.

Why did you not like this content?


`;
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-wwe-star-takes-major-shot-old-faction-allied-triple-h?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

Leave A Reply

Exit mobile version