”
], { 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);
});
});
})();
In May, it was recorded that RAW performed poorly and ended up as the second-lowest-viewed episode of the year. However, it took an ugly turn when June’s viewership was released. According to Netflix, the 22nd June edition of the red brand did 2.3 million global views and 4.3 million global hours.
However, the month had some of the lowest-viewed shows across the board, as the June 1st edition did 2.0 million global views. It’s disappointing news for the company as they’re headed towards The Biggest Party of the Summer and the flagship show is underperforming and losing audience.
With Saturday Night’s Main Event and SummerSlam around the corner, it’ll be interesting to see what’s next for the weekly product in the Stamford-based promotion.
WWE confirmed two matches for SummerSlam on Monday Night RAW
Monday Night RAW covered the fallout of Night of Champions in Saudi Arabia and set the stage for The Biggest Party of the Summer in Minnesota. On the recent edition of WWE RAW, Brock Lesnar returned to the Stamford-based promotion and went after Oba Femi.
While The Beast Incarnate accepted The Ruler’s challenge for a third match, the former three-time WWE Universal Champion wanted it to be a Hell in a Cell match. Later, management confirmed the match for the premium live event in the first week of August 2026.
In the show’s main event, Seth Rollins confronted Roman Reigns and made his point to get a title shot at the World Heavyweight Championship. The Original Tribal Chief agreed, and WWE officially confirmed the match between the two for SummerSlam in Minnesota.
Before SummerSlam, the company will host Saturday Night’s Main Event in New York, and it’ll be interesting to see which superstars will compete at the event before The Biggest Party of the Summer.
`;
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-disappointing-news-wwe-raw?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













