”
], { 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);
});
});
})();
Charlie Dempsey, who also arrived at the ringside, caught Sinclair and prevented her from falling. The referee who witnessed all of this fiasco unfold ordered everyone to vacate the premises and leave the arena.
While this allowed Lainey Reed to sneak in a pinfall attempt, it also allowed Kendal Grey to get her head back in the game. Grey landed a top rope German Suplex on Reid and followed it with a Shades of Grey to pick up the win.
Why did the WWE official immediately eject Jacy Jayne and Fallon Henley?
Interferences aren’t new in pro wrestling, especially in WWE. However, the referee wasted no time in ejecting Jacy Jayne and Fallon Henley during the Women’s Evolve Championship match because the duo was banned from ringside.
Notably, NXT General Manager Ava found the Fatal Influence backstage ahead of the Grey versus Reid match. She congratulated Jayne for winning the NXT Women’s Championship again and Henley for winning the WWE Women’s Speed Championship.
However, Ava also added that both wrestlers won their titles because of outside interference, and she won’t allow it in the case of Lainey Reed. Thus, the GM had banned Jayne and Henley from the ringside.
Since they had violated the General Manager’s orders anyway, the referee didn’t hesitate to eject them from the arena along with Wren Sinclair to keep things fair for both the champion and the challenger.
`;
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-executive-decision-forced-wwe-official-intervenes-successful-title-defense?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













