”
], { 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);
});
});
})();
CM Punk defeated Sami Zayn on RAW to become the new Undisputed WWE Champion. Stephanie McMahon took to social media today to share a clip of her upcoming conversation with Punk on her What’s Your Story? podcast. The episode will be released on Monday, and you can check out the preview in the video below.
Sami Zayn was outraged following the loss and took multiple shots at Punk, claiming that he had no business being given a title shot after being off TV for months. It was reported earlier today that Punk is scheduled to kick off tonight’s edition of SmackDown in Oklahoma City.
Major WWE star reveals his relationship with CM Punk would be tough to repair
RAW star Seth Rollins recently shared that his friendship with CM Punk would be difficult to repair. The Visionary will be challenging Roman Reigns for the World Heavyweight Championship at SummerSlam.
Speaking on Prince St. Pizza’s YouTube channel, Rollins discussed his issues with Punk and suggested that there was too much bad blood to repair their relationship.
“Well, there’s this guy. His name is CM Punk, a real a**hole this guy… I don’t like him. A lot of people love him. He and I don’t get along. We don’t see eye to eye. It has a long history there. I’m not a grudge holder, really. I wouldn’t consider myself. He’s an exception to the rule. [Is he a phony?] I would say so. He’s an interesting cat because if you love him, a lot of CM Punk fans out there, you believe and hang on every single word he says. But if you know the guy like I do, I see through all of it. He would probably say the same thing about me… I mean, there’s certainly some bad blood there. I think it would be a tough relationship to repair. I don’t know,” Rollins said.
It will be fascinating to see what the Undisputed WWE Champion has to say on Stephanie McMahon’s podcast next week.
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-set-major-podcast-appearance?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



