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

With Nick Aldis set to return to action at SummerSlam, he was also asked about the possibility of a match against Cody Rhodes. The SmackDown General stated the following on INSIGHT with Chris Van Vliet:

“Who knows? I think that we’ve already leaned into it from time to time anyway. Again, trying not to speak on Hunter’s behalf. I think his general philosophy, when it comes to that kind of thing, is if you know, you know. So we can’t make it the whole story, but it can be part of a story, which I think has been a healthy approach to his storytelling. I think you could say the same for some of the stuff you’ve seen with guys who were in the Bullet Club. There’s nods to it, but you’re making it where you’re completely out of the know if you’re unfamiliar with what they’re referencing.”

Nick Aldis On Facing Gunther At SummerSlam, What's Next, Cody Rhodes, Getting RKO'd By Randy Orton

Cody Rhodes will be in action at WWE SummerSlam

Both Cody Rhodes and Nick Aldis will be in action at the SummerSlam premium live event. While the American Nightmare will challenge CM Punk for the Undisputed WWE Championship, Aldis will compete in his first match for the company at the Biggest Party of the Summer, where he will face Gunther.

Aldis joined the global juggernaut in 2023 as the SmackDown General Manager. Despite being an active wrestler before joining the company, the 39-year-old did not compete in any match in nearly three years. His much-awaited WWE in-ring debut will finally happen at SummerSlam, where he will get a chance to settle his business with Gunther.

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-39-year-old-wwe-star-teases-reigniting-rivalry-cody-rhodes-8-years?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