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

Penta defeated Laredo Kid in the first round match on this week’s RAW. He came out on this week’s episode of AAA to address the fans and send a warning to Reigns, claiming to win the tournament.

“You have never faced a wrestler like Penta, you’ve never been in front of a man like Penta, a man who has fought for everything, even his life, to gain everything I’ve gained in my career. Roman, I’ve never need a family or a faction or a group to accomplish my objectives. Penta has fought for himself and for all his people, that is Penta. I respect you as a wrestler, but when I win this tournament, I’m going straight to Mexico City, I’m gonna see you face to face and show you who is Penta,” he said. (Translated from Spanish) (30:30 onwards)

FULL EPISODE: Lucha Libre AAA, August 15, 2026

It will be interesting to see if Penta will be the one to challenge Reigns in Mexico for the World Heavyweight title.

Roman Reigns and Penta both had banger matches at SummerSlam

While Penta and Roman Reigns might eventually clash at RAW in a few weeks for the World Heavyweight Championship, they were both featured on SummerSlam earlier this month. Both stars walked into the Biggest Party of the Summer with gold around their waist.

While Penta lost the Men’s Intercontinental Championship to Chad Gable, Reigns succesfully defended the World Heavyweight title against Seth Rollins in the Night 2 Main Event. The September 14th RAW match will be Reigns’ first match since SummerSlam.

Fans are curious to see if Roman Reigns will lose the World Heavyweight title to a Luchador in Mexico.

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-reality-check-for-the-tribal-chief-penta-sends-massive-roman-reigns-warning?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