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

The show also featured the return of La Catalina, who wrestled inside the WWE ring for the first time in 1766 days. The Mexican star was a part of the global juggernaut from 2019 to 2021. She recently returned to the company by signing with its sister promotion, AAA. La Catalina teamed up with Tatum Paxley and Charlotte Flair to defeat Fatal Influence in a six-woman tag team match.

Gunther was also advertised for the show, but the Ring General did not make an appearance. The Austrian was slated to face CM Punk and Kevin Owens in a triple threat match for the Undisputed WWE Championship, but the card was seemingly changed, and the Best in the World defended his title against Sami Zayn in a singles match. Owens, meanwhile, faced Kit Wilson in a singles match.

The show also featured multiple AAA stars in action. In addition to La Catalina, Psycho Clown, Galeno & El Hijo de Dr. Wagner Jr also competed at the recently concluded live event in their country. While Psycho Clown challenged Rey Fenix for the AAA Cruiserweight Championship, Galeno & El Hijo de Dr. Wagner Jr competed in the Fatal Four-Way team match for the Tag Team title.


Complete WWE Live Event Results

Here are the complete results from the Guadalajara house show, courtesy of X user PrO Wrestling Press:

  1. AAA Cruiserweight Championship Match: Rey Fénix defeated Psycho Clown.
  2. Kevin Owens defeated Kit Wilson
  3. WWE Tag Team Championship Match: Tama Tonga and Talla Tonga defeated Galeno & El Hijo de Dr. Wagner Jr., The War Raiders (Erik and Ivar), and Damian Priest & R-Truth.
  4. United States Championship Match: Trick Williams won a 4-Way Title Match over Ricky Saints, Baron Corbin, and Finn Balor.
  5. Cody Rhodes defeated Randy Orton in a Street Fight.
  6. Charlotte Flair, Tatum Paxley, and La Catalina defeated Fatal Influence (Jacy Jayne, Fallon Henley, and Lainey Reid).
  7. Undisputed Championship Match: CM Punk defeated Sami Zayn.

The Mexico tour will continue with another house show in Monterrey on September 10. We will then have a RAW and SmackDown in Mexico City on September 14 and 11, respectively.

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-wwe-live-event-results-female-star-returns-1776-days-randy-orton-street-fight-guadalajara-09-09?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