”
], { 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);
});
});
})();
Speaking on Shelly Martinez’s YouTube channel, the former WWE star revealed that she once had a crush on The Second City Saint, wanted to date him, and make out with him. While she admits they never got physical, the former ECW star said she’s glad it didn’t happen, as Martinez got involved with one of Punk’s friends.
“I’m going to be real. Because of different reasons, I always had a crush on [CM] Punk, and I always wanted to hook up with him and be his girlfriend. I’m glad we never did or even hooked up because one of his really good friends is actually the person that I credit for being like my first love, your first real, true love. So that probably wouldn’t happen because they were friends,” Martinez said.
CM Punk defended his title on WWE RAW
CM Punk started the year hot with a title defense against The Vision’s Bron Breakker. In the end, The Straight Edge Superstar retained the title and moved past the villainous stable. In the coming weeks, he granted a title match to The Judgment Day’s Finn Balor on WWE RAW.
The two stars went to war for the World Heavyweight Championship in Belfast, but Punk left the show with a successful title defense. On the recent edition of WWE RAW, CM Punk put his title on the line against AJ Styles ahead of his retirement match in Riyadh against Gunther.
In the end, Balor attacked both stars, causing a disqualification. Later, he took his frustrations out on the champion and closed the show. It looks like The Prince will have another shot at the World Heavyweight Championship on the road to WrestleMania 42.
If you use quotes from the article, please credit Shelly Martinez’s YouTube channel and provide an H/T to Sportskeeda Wrestling for the transcription.
`;
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-i-always-wanted-hook-him-female-star-wwe-s-cm-punk?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













