”
], { 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);
});
});
})();
After a proper wrestling contest, it was the Second City Saint who managed to come out on top and was crowned WWE Champion for the 8th time in his career, and unfortunately for Sami Zayn, ended his short title reign in just a mere 9 days
Punk has now taken to Instagram to show off his title, but in his usual atypical fashion. He posted a pic of the WWE belt in his fridge: a callback to the time he won it in 2011 and did the same thing.
Punk has an odd way of showing off his titles, and he finds new and hilarious ways to post pics with belts. He had posted a photo months earlier of himself naked, wearing nothing but the World Heavyweight Championship around his waist and his wife AJ Lee’s Women’s Intercontinental Title around his chest.
CM Punk’s return could change the face of SummerSlam
The complexion of the WWE Title picture at SummerSlam is beginning to look very different as the company has decided to crown a returning CM Punk as champion weeks before the show.
Sami Zayn just lost the title, so he would definitely be hunting to get it back. Gunther is still not over his two back-to-back losses for the title, and despite being suspended last week for pushing SmackDown General Manager Nick Aldis was back this week on RAW to attack Cody Rhodes.
But CM Punk vs. Cody Rhodes was teased on the RAW episode after WrestleMania 42 when Punk said he would go for Rhodes’ title, to which Rhodes said “just say when,” teasing a future match.
With Rhodes having won the #1 contender’s spot last week, it looks likely that it would be him against Punk in an inevitable slobber-knocker match at SummerSlam for the WWE Title. Only this time, Punk will be the champion and Cody the challenger. However, the creative team will have to figure out how to manage what’s already happened with Gunther and Sami Zayn in the mix.
It would be interesting to see how things play out with the top title with only weeks to go for the Biggest Party of the Summer
`;
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-breaks-internet-after-what-he-did-with-wwe-championship-belt?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













