”
], { 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);
});
});
})();
Speaking on The Coach and Bro Show, the veteran gave his honest take on The Rock’s company, Seven Bucks, buying out the Stamford-based promotion from TKO Group Holdings in the future. Brown also added that backstage angst between The Game and The Final Boss could play a bigger part in the future, which is why buying the company seems like a very real possibility.
“I could see Seven Bucks trying to buy WWE and Rock owning it all,” Brown said. “Let’s go back to one more thing you said — Triple H and Rocky don’t get along. They’re highly competitive — and that’s on camera. Now, Paul and Dwayne don’t like each other, and they are definitely oil and water. So, there’s the on-screen angst, and then there’s the real backstage angst. And it’s not my story to tell. Just know everybody doesn’t get along,” Brown said. [H/T – WrestlingInc]
The Rock got injured in a match against former WWE rival
WrestleMania 29 was the last time The Rock had a world championship match in the Stamford-based promotion, as he entered the event as the WWE Champion against John Cena. The Brahma Bull gave his all, but failed to defeat The Leader of Cenation in his final match.
Speaking on Esquire, The Final Boss revealed that he suffered multiple injuries in the said match before they could reach halfway to the finish line. Dwayne Johnson details how he tore his adductor, quad, and abdominal wall before he and Cena could end the championship bout.
In 2024, The Rock teamed up with Roman Reigns and eventually pinned Cody Rhodes in the tag team match. With The Final Boss having a win over the three-time Undisputed WWE Champion, it’ll be interesting to see when the two will have a one-on-one match in the company.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-the-rock-buy-wwe-tko-veteran-gets-100-real?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



