”
], { 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);
});
});
})();
Cody Rhodes also instructed the crowd to make some noise if they wanted the promotion to return, and you can check out the video in the post below.
“Listen, they are going to write a report about this show backstage. But that is one thing, that is on paper. I want the top brass at WWE, I want Nick Khan, I want Triple H to see what is like here in Portugal. So, I have done this in the past and it is important that I have never been a liar about it. So, I am going to ask you guys directly, do you want WWE to come back? Do you want WWE to perhaps bring an even bigger show?” he said.
Cody Rhodes successfully defended his title against Gunther over the weekend at Clash in Italy. However, the match had a controversial finish as Gunther’s boot was under the ropes during the pinfall.
Cody Rhodes mocks Gunther retiring WWE legends
SmackDown star Cody Rhodes mocked Gunther for bragging about defeating stars at the end of their careers.
Speaking on the Clash in Italy Kickoff Show over the weekend, Cody Rhodes suggested that he was not fearful of The Ring General because he had defeated wrestlers who were well past their prime. The champion also noted that he had defeated John Cena and AJ Styles in the past as well, so he was not overly impressed by his rival’s resume.
“Do you consider that being something that makes him dangerous? Beating the GOAT John Cena? On paper, you’d say that makes you dangerous, but I feel like he got John Cena in the winter of his career. AJ Styles? Who’s better than AJ Styles? But again, at the end. I beat John Cena. I beat AJ Styles. I’m not gonna look at Gunther with fear because he ended careers at the end of those careers.”
Only time will tell if the promotion brings a major show to Portugal in the future.
If you use the quote in the first half of this article, please credit Sportskeeda Wrestling for the transcription.
`;
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-cody-rhodes-sends-message-wwe-management-live-event?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













