”
], { 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);
});
});
})();
“There’s a very selfish motivation for me being here. I want to stay ready. Yes, I’m the champion. Yes, I wrestle on television. But to me, I don’t wrestle often enough. I need more reps. I think I’m better the more often I wrestle. There is an element of giving back though, obviously. I have great respect for this business, and I’m just following in the footsteps of the people who came before me. Hopefully somebody watches and learns and observes from me and they can pay it forward when they have the opportunity to do so,” said CM Punk. (H/T: WrestlingHeadlines)
You can check out the full video below:
The 47-year-old successfully defended his title against Kevin Owens this past Friday night on WWE SmackDown. Sami Zayn got involved in the match and hit Owens over the head with the title. Punk then connected with the GTS for the pinfall victory to remain champion.
Former WWE star ends beef with CM Punk
Wrestling veteran Ryback shared a video on social media and suggested that his issues with CM Punk were over.
In the video, The Big Guy complimented Punk for being in great shape and claimed that he no longer held a grudge against the popular WWE star.
“No, I don’t hold on to any hate with that name. I’ve said what I needed to say on it. He said what he said on it. It doesn’t make sense to hold on to that forever. Now, that doesn’t mean that we’ll ever be friends. It doesn’t mean we’ll work together, anything like that. It just means that it doesn’t serve me to hold on to that hate … It’s all over with … I’m happy for him on everything. I’m happy he’s back … I’m happy everything’s cool. I think he looks great. I’m happy for him that he’s gotten in better shape and whatever he’s doing is working,” Ryback said.
It will be interesting to see which WWE star challenges CM Punk for the title next.
`;
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-reveals-selfish-motivation-recent-wwe-decision?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













