”
], { 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 to AJ Lee shortly after her debut last year, Wilson brought up the fact that he had known CM Punk for a while, but had never seen him as nervous as he was before her return. The Second City Saint described his day and admitted he “diarrhea’d” in his pants.
“No. You can only shit your pants so many times a day. I threw out a pitch at Wrigley, I sang the stretch, and then I just straight diarrhea’d in my pants when I got here today. It’s the honest truth,” Punk said.
AJ Lee admits breaking longstanding rule regarding CM Punk
CM Punk and AJ Lee were part of a WWE storyline back in 2013, when they still hadnt started seeing each other, despite the storyline having elements of romance.
AJ Lee admitted that she’s a fairly private person and that she didn’t want to be in a story alongside her husband again, but finally broke that longstanding rule after 12 years of being married to CM Punk. She felt it was the right time to tell the world the story of what they’d built in wrestling together.
“I tend to be a very private person. I never wanted to do a story with Phil [Punk]. I just wanted to keep those things very separate. But 12 years of being married and being very private, it kind of felt like a good time to just be proud of my awesome husband, you know, what we’re built together, and what we’ve done in wrestling,” Lee said.
It’s heartwarming to see the WWE power couple showing their love for each other. Meanwhile, Punk recently won the Undisputed Title and will defend it against Cody Rhodes at SummerSlam, and Lee has not been seen since her defeat to Becky Lynch at WrestleMania 42, with her fans hoping for her return soon.
If you use the quote from the first part of this article, please credit WWE Unreal on Netflix and give 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-cm-punk-aj-lee-wwe-return-straight-diarrhea-d-pants?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













