”
], { 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);
});
});
})();
Sami Zayn defeated CM Punk on the September 11 edition of WWE SmackDown in Mexico City to become champion. Kevin Owens interfered in the match and tried to hit Zayn with the title but accidentally hit Punk instead. Owens smirked after hitting Punk in the face with the title, and Zayn capitalized by hitting the 47-year-old with a Helluva Kick for the pinfall victory.
Punk got his revenge on Owens last Friday night on SmackDown. The Best in the World bashed Owens in the face with the title during his match against Zayn, and The Last Real Good Guy once again capitalized to retain the title.
Lil Yachty reveals he looked up to WWE star CM Punk
Lil Yachty recently shared that he looked up to CM Punk while he was a kid.
Yachty made his in-ring debut at Sunday Night’s Main Event and lasted five minutes with Baron Corbin to earn Trick Williams another shot at the United States Championship. Williams defeated Corbin at SNME following Yachty’s efforts to capture the title for the second time.
Speaking with Chris Van Vliet on the Insight podcast, the popular rapper shared that he idolized Punk as a child and was sober because of him.
“In high school, I used to draw the X’s on my hand, and I was going to tattoo them, and I just never did it. But I got so many pictures of me with these 2 X’s on my hand, and I was sober because of CM Punk for a long time until I became an adult,” he said.
It will be fascinating to see what WWE has planned for Punk moving forward on SmackDown.
`;
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-watch-first-look-cm-punk-s-latest-acting-project?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













