”
], { 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);
});
});
})();
According to WrestleVotes during a Q&A on Fightful Select, the insider noted that Garcia will not be returning to the company. WrestleVotes shared that a lot of people did not like Garcia’s appearance in the locker room, and they will not be doing it again.
“No, absolutely not. A lot of people did not like that. If something doesn’t get over with the locker room, they’re not gonna redo it.” (H/T: Ringside News)
Danhausen went on to defeat Dominik Mysterio in a Human Monies on a Pole match at SummerSlam. Joe Hendry got involved in the match and helped The Very Nice, Very Evil star emerge victorious. Danhausen has not lost a match in WWE since he arrived at Elimination Chamber earlier this year.
Dave Meltzer criticizes Ryan Garcia’s appearance on WWE RAW
Wrestling legend Dave Meltzer recently took the company to task for Ryan Garcia being featured on RAW.
Speaking on Wrestling Observer Radio, Meltzer noted that the company would bring anyone in as long as they were not in jail. He suggested that the outrage would have been much louder if the boxer showed up in All Elite Wrestling.
“If you’re not in jail you’re fair game for WWE. It’s fine. It’s a consistent policy. There was outrage to it but if that guy would’ve been on AEW there would’ve been 10 times the outrage. I really am starting to think that the outrage stuff is tribal,” he said. (H/T: WONF4W on X)
Ryan Garcia will be battling Conor Benn for the WBC welterweight title on September 12, 2026, at the T-Mobile Arena in Las Vegas, Nevada. It will be interesting to see if WWE has any more celebrity appearances on RAW or SmackDown in the weeks ahead.
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/rumor-wwe-will-bringing-controversial-star-back-report?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



