”
], { 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);
});
});
})();
“Happy birthday to a Queen!!!” he wrote.
Roman Reigns won the Men’s Royal Rumble match earlier this year and will be challenging CM Punk for the World Heavyweight Championship at WrestleMania 42. Nia Jax and Lash Legend (The Irresistible Forces) will be defending the Women’s Tag Team Championships against The Bella Twins, Bayley and Lyra Valkyria, and Charlotte Flair and Alexa Bliss at WrestleMania in a couple of weeks.
Major WWE star discusses why he can’t stand CM Punk
Drew McIntyre recently discussed his rivalry with CM Punk and explained why he couldn’t stand the World Heavyweight Champion.
Speaking with Chris Van Vliet on the Insight podcast, McIntyre noted that he could not stand Punk and added that he should be defending his title so much. However, McIntyre added that his rivalry with Punk was excellent, and nothing has come close since on WWE television.
“A piece of c**p. Can’t stand him. I watch him every week, and I see he is doing good things with the world title, good for you. That’s a good run right there. As a fighting champion, I think fighting champions are stupid, because I was one, and why would you defend it all the time? That’s just disrespectful to the title. The opponent should earn it. So I did it before, that’s why I can say that stuff. But at the same time, he’s nowhere close to what he did with me, and it pains me to admit I’m still chasing the dragon for what I did with him. So opposites attract,” McIntyre said. [H/T – CVV]
It will be interesting to see what WWE has planned for Punk tomorrow night on RAW.
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-sends-heartfelt-birthday-message-female-wwe-star?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


