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

In fact, former WCW Champion Diamond Dallas Page believes a showdown with Cody Rhodes is possible for the 54-year-old star. In an interview with SunSport, DDP was asked whether a match between Rhodes and The Rock will ever take place in WWE.

DDP said the People’s Champion is a smart businessman and added that he will eventually circle back to the feud with the American Nightmare.

“The Rock is one of the smartest businessmen in the world. He’s worth close to a billion dollars. Yeah, I think it’ll eventually see something come back around that,” he said.

Rhodes first confronted the Final Boss during his feud with Roman Reigns in the buildup to WrestleMania XL. After initially handing his WrestleMania spot to him, Rhodes had a heated feud with the Brahma Bull.

The two were on opposing sides on night one of WrestleMania XL, with Rhodes teaming up with Rollins to take on The Great One and Reigns. The match saw The Rock pin Rhodes to pick up the win for his team.

Following Rhodes’ Title win on night two, he was confronted by the Moana star on RAW, teasing a showdown between them. Last year, he asked Rhodes to give him his soul, which the former WWE Champion declined.


The Rock announced a major split recently

Recently, a report from Women’s Wear Daily (WWD) confirmed that the Hollywood star has parted ways with sportswear company Under Armour.

The two had a decade-long association with the Project Rock training brand, working with Under Armour. The former WWE Champion thanked the company for their contributions over these years and said it is time to move on.

Under Armour will continue to distribute Project Rock products until October this year. Afterward, The Brahma Bull and his ex-wife and business partner, Dany Garcia, are expected to look for a new manufacturer to handle Project Rock products.

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-the-rock-will-allegedly-return-wwe-face-41-year-old-superstar?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