], { 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 What’s Your Story? with Steph McMahon, Punk heavily praised Danhausen’s recent work in the industry and stated that a talent like Hausen wouldn’t have reached the same heights or made it to the company over a decade ago under the old regime. The Second City Saint claimed the chances were slim, and Stephanie McMahon agreed.

“But then, we have Danhausen. So like, I’m not complaining about this s**t. That kid is amazing. He really feels like somebody that wouldn’t have happened 15 years ago. He’s refreshing to me,” Punk said.

She added:

“Love Danhausen. I’m a Fanhausen for sure. He’s so fun. He’s everywhere,” McMahon said.

CM Punk talks return, untold stories & relationship w/ Steph | What's Your Story? With Steph McMah..

Danhausen and CM Punk will compete at WWE Saturday Night’s Main Event

After Danhausen finished his feud with The Miz and Kit Wilson, The Judgment Day tried to bribe him into cursing Oba Femi. Instead, the 35-year-old star stole their money, which started a feud between him and the faction. Later, it was confirmed that Danhausen will face The Judgment Day’s JD McDonagh in a No Disqualification match.

Earlier this month, CM Punk returned to the weekly product for the first time in months and won the Undisputed WWE Championship from Sami Zayn on Monday Night RAW. The Second City Saint quickly entered a program with Cody Rhodes, but got booked for a tag team match in New York against Gunther and Sami Zayn at WWE Saturday Night’s Main Event.

The new champion will team up with The American Nightmare weeks before his title defense at SummerSlam in Minnesota. Both Danhausen and CM Punk will be featured at the same event at Madison Square Garden before The Biggest Party of the Summer.

If you use quotes from the article, please credit What’s Your Story? with Steph McMahon and provide an H/T to Sportskeeda Wrestling for the transcription.

Why did you not like this content?


`;
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-popular-star-wwe-decade-ago-cm-punk-stephanie-mcmahon-agree?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

Leave A Reply

Exit mobile version