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

Maxwell Jacob Friedman took to his Instagram story to shout out Dunne following his victory, and you can check it out in his post below.

MJF defeated Darby Allin at Double or Nothing 2026 to become the AEW World Champion. Pete Dunne had a lot of success in NXT, but it has not been the same story for him on WWE’s main roster so far.

He portrayed a character named Butch in the Brawling Brutes faction alongside Sheamus and Ridge Holland. The Brawling Brutes disbanded in 2023, and Ridge Holland is no longer in WWE.

Chad Gable lost a Mask vs Mask match at AAA Noche de Los Grandes to Ludwig Kaiser’s version of El Grande Americano. As a result of the loss, Gable can no longer portray the character. Dunne is aligned with El Grande Americano as the Rayo Americano character.

Former WWE star praises Pete Dunne

Former WWE star Ridge Holland recently praised Pete Dunne and suggested that he was one of the best minds in the business.

In an interview with Cultaholic Wrestling, Holland complimented Dunne and suggested that it was only a matter of time before everyone realized what an asset he was to the industry.

“Pete [Dunne] is probably one of if not the best minds I’ve ever come across when it comes to wrestling. How he puts matches together, how he structures things, just his whole outlook on wrestling in general, I think he’s one of the best. I just wish that people would listen to him more. I wish he’d have more impact and I think that will come with his backstage role, I think when people start to realise this kid really knows what he’s talking about,” Holland said.

Pete Dunne praises Leon Cage after their match and says he’ll continue to prove he’s one of the best wrestlers in the world. 👏👏 #ATTACKCYFMH

It will be fascinating to see if WWE has anything of importance planned for Pete Dunne in the months ahead.

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-mjf-gives-shoutout-surprising-wwe-star-ahead-smackdown?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