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

Next up, we had the first title match of the night, where Baron Corbin defended his United States Championship against Carmelo Hayes and Trick Williams in a triple-threat match. Corbin won the title at WWE SummerSlam from Trick, and his first title defense was successful as he defeated two former NXT Champions.

Elsewhere on the show, The Miz tried to take out Danhausen in a surprise attack. However, Oba Femi came out to make the save for the former AEW star and set up a match with The A-Lister, which he won without breaking a sweat.

Also in action were Bron Breakker and Austin Theory, who defended the World Tag Team Championship against The Usos. However, the match ended in a DQ. This was followed by another tag team bout, as War Raiders retained the AAA World Tag Team Titles against Fraxiom. The last title match of the night saw Chad Gable successfully retain his newly won Intercontinental Championship against Ethan Page.

The event was headlined by CM Punk, who joined forces with Cody Rhodes to defeat Gunther and Ricky Saints. The Best in the World was earlier slated to face Rhodes and Gunther in a triple-threat match for the Undisputed WWE Championship, but the match was seemingly cancelled.


WWE Summer Tour Live Event Results

Here are the complete results from the WWE house show in Fairfax, Virginia, courtesy of LocksResults:

  • Charlotte Flair def. Jacy Jayne via DQ
  • Chelsea Green, Tiffany Stratton & Charlotte Flair def. Fatal Influence (Jacy Jayne, Fallon Henley & Lainey Reid)
  • United States Title Match: Baron Corbin defeated Trick Williams and Carmelo Hayes
  • Oba Femi defeated The Miz
  • World Tag Team Titles Match: The Vision (Bron Breakker & Austin Theory) retain over The Usos via DQ
  • AAA World Tag Team Titles Match: War Raiders def. Fraxiom (Nathan Frazer & Axiom)
  • Intercontinental Title Match: Chad Gable (c) retains over Ethan Page
  • CM Punk & Cody Rhodes defeated Gunther & Ricky Saints

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-four-title-matches-oba-femi-finds-new-target-blockbuster-cm-punk-match-cancelled?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