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

Besides this, Brock Lesnar was part of the show, where he issued his open challenge for ‘Mania. In this article, we will look at five things WWE subtly told us on the go-home edition of the red brand before Chamber.


#5. AJ Styles is done for good

After The Phenomenal One didn’t leave his gloves in the ring at the Royal Rumble, fans hoped that Styles might come out of retirement and compete at WrestleMania 42. However, the ending of WWE RAW subtly confirmed that AJ is done for good from the squared circle.

Moreover, the Hall of Fame induction announcement from The Undertaker solidified that Styles is officially retired now and will disappear from the in-ring action.


#4. WWE has no immediate plans for Brock Lesnar

Brock Lesnar made his earth-shaking comeback on Monday Night RAW. The Beast Incarnate appeared with Paul Heyman and made a major announcement for WrestleMania.

The Mayor of Suplex City confirmed his ‘Mania match, and The Oracle issued an open challenge. The star who will confront Lesnar and has the guts to face him at The Showcase of the Immortals should accept the challenge.

No one confronted Lesnar at that moment, which subtly confirmed that WWE has no immediate plans for The Beast’s ‘Mania match. This declaration was merely intended to generate buzz for The Show of Shows and boost ticket sales.


#3. Seeds planted for Finn Balor vs. Dominik Mysterio at WrestleMania 42

Finn Balor tells Dominik Mysterio to grow up #WWERaw

Finn Balor and Dominik Mysterio’s match is seemingly set for WrestleMania 42. During RAW, the former Universal Champion revealed that he wants to win the world title again at Elimination Chamber and doesn’t want any help from The Judgment Day.

Meanwhile, when Dominik Mysterio asked for help with his upcoming match, Balor refused and instead wanted Dom Dom to take responsibility himself. The IC Champion wasn’t pleased with his fellow Judgment Day member’s comments.

However, these tensions between Dirty Dominik and Balor seem to be seeds planted for their potential WrestleMania match this year.


#2. Maxxine Dupri was written off TV

Maxxine Dupri locked horns with Nattie on Monday Night RAW, but the match didn’t end well for the former WWE Women’s IC Champion. Nattie destroyed her at ringside, and the match ended with the veteran star’s victory via referee stoppage.

The assault on Maxxine subtly confirms that she was written off television and could be on a brief hiatus from the red brand.


#1. Bronson Reed was originally supposed to win

The referee just threw up an X sign during the commercial break after looking at Bronson Reed. Bronson Reed is injured!!!?! #WWERaw

Bronson Reed, Jey Uso, and Original El Grande Americano competed in an Elimination Chamber qualifying match on WWE RAW. The high-profile bout ended with the YEET Master’s victory, which surprised many.

During the match, The Vision member seemingly suffered a real-life injury when he was breaking up Jey Uso’s pinfall. Even the referee threw an ‘X’ sign, which usually indicates a real-life injury.

Reports disclosed that Reed was originally set to qualify for the Men’s Chamber match, but this unfortunate incident led to the changes.

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/5-things-wwe-subtly-told-us-go-home-episode-raw-elimination-chamber?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