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

On Behind The Turnbuckle Studios’ The Coach and Bro Show, Vince Russo revealed that The Nation of Domination was disbanded because every member of the faction had gotten over with the fans. The idea of a faction is to have every member become fan-favourites before sending them on the singles journey.

“I’ll tell you, bro, it wound up slowly but surely getting disbanded because it did what every faction is supposed to do. Everyone starts getting over in the group, and then you break them out as individual superstars. That’s what’s supposed to happen with every faction, and that’s exactly what happened with everybody in the nation,” said Vince Russo.

The Rock is now one of the top names in the industry, even if he does make WWE appearances at all. He is one of the members of TKO’s Board of Directors.


D’Lo Brown opened up about The Rock’s Nation of Domination disbanding

Brown had joined the same show where they spoke about The Nation of Domination.

He revealed that the group members were excited to begin their singles journey, but of course, they were nervous as well.

“You know, for us, obviously, you’re coming to the end of this thing you’ve been part of for the better part of two or three years, but it was a sense of excitement because then we all knew we were going to start breaking out and start doing our own things. And it is awesome to do stuff as a group with the dudes you’re with, but when you get comfortable and you’re ready to go and you’re ready to fly out of the nest, we wanted to, all of us wanted to spread our wings. And obviously what Vinny just said, it’s about, we all got to the point where we could all fly by ourselves and still be okay. So we were excited, a little scared because what’s next, but then mostly excited because we’re getting the chance to go out there and do this on our own,” said Brown.

WWE Legend D-Lo Brown Joins The Show! | Coach and Bro June 15

The Rock’s last WWE appearance was during the concluding moments of Elimination Chamber 2025, where John Cena turned heel on Cody Rhodes. The storyline was scrapped after The Rock supposedly had backstage issues and stopped making TV appearances.

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-real-reason-wwe-disbanded-the-rock-s-faction-explained-former-employee?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