”
], { 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 sound of the absolute chest-hitting chop reverberated through Adventist Health Arena. Even Punk and Sami appeared shocked by its sound from their corners. However, the babyfaces ultimately won despite Rhodes absorbing the chop.
What else happened on the WWE live event from Stockton?
WWE is back on the road with their Summer Tour live events. On Saturday, July 25, WWE held their live event in Stockton, California. The night opened with a tag team bout pitting Seth Rollins and Oba Femi against The Vision, which the babyfaces won via disqualification.
Next was the Women’s Intercontinental Championship match, which marked Bayley’s return to action after SNME. The Role Model challenged Sol Ruca, and the bout soon became a triple-threat match with Lyra Valkyria added. The Bloodline trio of Jacob Fatu, Jey Uso, and Jimmy Uso faced their SummerSlam opponents, LA Knight, Solo Sikoa, and Royce Keys ahead of the premium live event. Danhausen then picked up a singles win over The Miz.
Charlotte Flair defeated Jade Cargill via disqualification due to interference from Michin and B-Fab. Tiffany Stratton and Chelsea Green, however, came to Flair’s aid and set up a six-woman tag team match that their team won. United States Champion Trick Williams defended his title in a Fatal Four-Way match against Baron Corbin, Ricky Saints, and Carmelo Hayes.
The main event featured Cody Rhodes and CM Punk against Gunther and Sami Zayn. Tensions then rose between the victorious duo, prompting Danhausen to step in as a peacemaker.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-watch-gunther-s-brutal-chop-rival-echoes-arena-wwe-show?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


