], { 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 babyfaces were also seen dancing during the match, and the hilarious moment was captured by a fan present in the arena.

You can check out the clip below:

The show also featured multiple title matches, including Chad Gable defending his Intercontinental Title against Ethan Page, Penta, and Dragon Lee in a Fatal 4-Way Match, while Bron Breakker and Austin Theory retained the World Tag Team Championship against The Alpha Academy. After the match, The Vision attempted to attack Otis and Akira Tozawa, but Oba Femi came out to make the save and get some retribution against the heel faction.

In the Women’s Intercontinental Title Match, Raquel Rodriguez retained over Iyo Sky, Bayley, and Sol Ruca in a Fatal 4-Way. The four women got a standing ovation from the fans after the match. In the final title match of the night, Liv Morgan retained her Women’s World title against Stephanie Vaquer. Becky Lynch also came out during the match to attack Raquel Rodriguez and Roxanne Perez, but her efforts were not enough as Morgan managed to walk out with the gold.


Complete WWE Live Event Results

Here are the full results from the WWE house show in Quito, Ecuador, courtesy of PWinsider:

  • Intercontinental Championship: Chad Gable defeated Ethan Page, Penta and Dragon Lee in a Fatal Four-Way Match
  • Joe Hendry defeated JD McDonagh
  • Women’s Intercontinental Championship: Raquel Rodriguez retained over Iyo Sky, Bayley and Sol Ruca
  • World Tag Team Titles Match: The Vision (Bron Breakker and Austin Theory) defeated Alpha Academy (Otis & Akira Tozawa)
  • Je’Von Evans defeated Big Cass
  • Women’s World Title Match: Liv Morgan defeated Stephanie Vaquer
  • Seth Rollins, LA Knight and Solo Sikoa defeated The Bloodline

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-seth-rollins-returns-aligns-two-former-rivals-oba-femi-gets-retribution-four-title-matches-quito-09-10?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