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

“Of course if my brother won the match I would be happy for him and I would be happy for me because I know I did my best. Every time I step in the ring I always do my best because I love my job, I love what I do,” he said. (H/T: WrestleTalk)

Rey Fenix and Penta used to be known as The Lucha Bros as a tag team and captured the AEW World Tag Team Championships during their time in the promotion. Penta recently promised that The Lucha Bros would reunite in WWE someday.

Penta reveals he wants to team up with his brother for a dream match against an iconic WWE duo

Former Intercontinental Champion Penta shared that he wanted to team up with Rey Fenix to battle The Usos.

Chad Gable captured his first WWE singles title by defeating Penta for the Intercontinental Championship earlier this month at SummerSlam 2026. Speaking on The Rich Eisen Show, the former AEW star pitched reuniting with his brother to battle The Usos in a dream match.

“One of my dream matches in WWE is like Usos against Lucha Bros … last week I saw my brother in Chicago for the Elimination Chamber, and we are talking about this, like, ‘Hey, bro, what do you think, bro? What is the best deal for us?’ And we agree. Let’s do it. But I don’t know. I don’t know when, I don’t know how long. But I’m sure that we will happen.” (H/T WrestlingInc)

the lucha brothers go to war next week.💐

It will be interesting to see who wins the number one contender’s match and goes on to challenge Roman Reigns for the World Heavyweight Championship next month.

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-wwe-star-reveals-okay-losing-high-stakes-match-raw?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