”
], { 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);
});
});
})();
“The way I won (at SummerSlam), it’s dirty, I don’t like it. There’s a ton of guys that want a shot at the champion. But you, my friend, you get a rematch any time you want.” he said.
This came as a shock, since CM Punk already has a challenger for his title in the form of the returning Kevin Owens. It’s clear that the former Universal Champion will have the next shot at the title and won’t be happy that CM Punk is giving Rhodes this kind of leverage over him.
Kevin Owens returned after almost 18 months at SummerSlam and was able to defeat Finn Balor, Sami Zayn and Gunther to become the number one contender to that title.
What does this mean for CM Punk on WWE SmackDown?
Not only has Punk offered him a rematch, but he has also told him that he can have it anytime he wants, which means that Rhodes could head to SmackDown later today and show the video footage of last night’s event to prove he has leverage.
This puts Punk in a tough position because he could be forced into a title match with no prep, but it’s also harsh for Kevin Owens, who is preparing for a match against Punk, but he could end up facing Cody Rhodes.
That being said, Randy Orton has revenge on his mind, and it’s clear that he’s not going to let him anywhere near the World Championship until he has figured it out, so Rhodes could decide to cash in this rematch after he has settled his issues with Randy Orton.
Tonight’s episode of RAW could hold a number of interesting swerves heading into Money in the Bank.
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-cm-punk-makes-cody-rhodes-surprising-offer-amid-ongoing-kevin-owens-feud?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


