], { 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);
});
});
})();

“Bryan Danielson, Iron Man match. CM Punk, dog collar match, I’m gonna throw MJF versus Hangman at Revolution. I believe that was last year. Darby versus me Full Gear, we were the opening match. This is where it gets hard. I will throw in the Mistico match as well. We can do this all day. I can do a top 50, because I’ve had it. But I think those are the ones that, when people think about my career, that’ll come up,” he said.

MJF's Most Honest Interview Ever: CM Punk, WWE Rumors, Dream Matches, AEW Champ, Getting Married

It is crazy to see Max pay his respect to the Best in the World by deeming their match as one of the best matches of his wrestling career.

MJF stated that he doesn’t care about CM Punk anymore

Further in the interview, Maxwell was asked about the differences in wrestling today and the product he saw growing up. He said that the things you once love will always end up changing and the style of wrestling today is completely different. While making his point, MJF also fired some shots at the current World Heavyweight Champion.

“Listen, I think you’re always going to look at things with rose colored glasses. For example, I loved CM Punk growing up, and now if he was dying in front of me, I’d do nothing but laugh. So the things that you loved as a child are not going to be things that you love now,” said the current AEW World Champ.

It is not surprising to see Max verbally assault someone like Punk in an interview.

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-aew-champion-mjf-pays-utmost-respect-cm-punk-sends-emotional-message-mocking-wwe-legend?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