”
], { 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);
});
});
})();
During a conversation on INSIGHT with Chris Van Vliet, Yachty was asked who the WWE star he looked up to growing up was. He revealed that it was CM Punk and said he was sober due to 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.
Lil Yachty mentioned that he didn’t drink or do drugs in high school since he was heavily influenced by the Second City Saint.
“I didn’t do any drugs in high school. I didn’t drink. I didn’t do drugs. I was sober. You couldn’t influence me to do anything because of CM Punk. Punk was sober. I was sober. Punk is still sober, but man, he was my guy,” he added.
CM Punk lost the WWE Championship on SmackDown
Last week on SmackDown, Punk put the WWE Championship on the line against Sami Zayn.
Both men put on an exciting contest, and the match erupted into chaos toward the end. Johnny Gargano and Candice LeRae made their way to the ring and tried to help out Zayn.
At one point, Punk had Zayn tapping out to the Anaconda Vice, but Candice had distracted the referee. Punk then took out Gargano with a GTS. Kevin Owens then entered the ring to try to stop Zayn from using the WWE Title.
However, he ended up accidentally hitting Punk with the belt. This allowed Zayn to capitalize and hit KO with a low blow. He then delivered a Helluva Kick to Punk and pinned him to become the new WWE Champion.
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-29-year-old-superstar-sober-high-school-due-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




