”
], { 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);
});
});
})();
However, what’s more surprising is the fact that Monday Night RAW hasn’t ended with a match in over three months. Wrestle Ish on Instagram pointed out that the last time a match main-evented a red brand’s show was back in February. The trend will seemingly continue with Roman Reigns set to appear on the next episode of RAW. Nearly all the recent shows featuring The OTC have been ending with his segments.
In the main event of the February 16 edition of Monday Night RAW, Gunther competed with Dominik Mysterio and Je’Von Evans in a Triple Threat Elimination Chamber Qualifying Match. The Young OG nailed the self-proclaimed King of Luchadores with the OG Cutter after Dragon Lee attacked The Ring General. As mentioned above, a wrestling bout has yet to main event RAW since this one.
What to expect on the May 18 edition of WWE RAW?
The upcoming edition of Monday Night RAW will take place at the First Horizon Coliseum in Greensboro, North Carolina.
Earlier today, RAW General Manager Adam Pearce posted a video on social media to share a preview of the show. The Scrap Iron noted that World Heavyweight Champion Roman Reigns would address being attacked by Jacob Fatu last week.
For those unaware, The Samoan Werewolf took out The OTC after losing the World Heavyweight Championship match to the latter at WWE Backlash. He brutally attacked Reigns and The Usos last week on the red brand’s show.
Adam Pearce further announced three matches for the show, Oba Femi’s open challenge being one of them. After defeating Otis on May 4 and absolutely demolishing Berto and Garza a week later, The Ruler appears to be all set to continue his dominant run on RAW.
Elsewhere on the card, El Grande Americano will join forces with Los Americanos to wrestle “Original” Grande Americano and Los Americanos Hermanos in a Six-Man Tornado Tag Team Match.
The show will also feature a title match. The WWE Women’s Tag Team Champions, Paige and Brie Bella, will put the gold on the line against The Judgment Day’s Raquel Rodriguez and Roxanne Perez.
Only time will tell which duo leaves the First Horizon Coliseum with the WWE Women’s Tag Team Championship belts.
`;
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-more-disappointing-news-for-wwe-fans-ahead-of-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













