”
], { 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);
});
});
})();
After Birth Right’s Stacks and Uriah Connors lost a tag team match to EK Prosper and a returning Sean Legacy, the group’s mentors, Fit Finlay and William Regal, advised the faction to regroup after the disappointing loss.
Finlay held a phone as Regal informed the rest of Birth Right – Arianna Grace, Stacks, Connors, and Lexis King – that their stablemate, Charlie Dempsey, was back in the United Kingdom, training in the Snake Pit after the setback.
Birth Right has been positioned as one of the top heel stables in NXT over the last few months. King won the Speed Championship after Elio LeFleur, an ally of Legacy and Prosper, had to relinquish it due to injury.
The birth of Birth Right in WWE NXT
While Stacks had won gold before Birth Right formed, he had been working back and forth between TNA and NXT. He started working with his real-life partner, Arianna Grace, on screen, as Grace is the daughter of TNA’s Santino Marella.
King started allying with Grace and Stacks in both promotions and started to recruit other NXT stars from famous wrestling families. King is the son of Brian Pillman, while Dempsey is the son of WWE Legend William Regal.
Over the months before Stand & Deliver, King, Grace, and Stacks started recruiting both Connors and Dempsey. Connor was still working with Andre Chase and Kale Dixon, while Dempsey was allied with Tavion Heights.
Connors chose Birth Right and his legacy over his friend and mentor. Dempsey teamed with Heights against Birth Right, but betrayed his one-time ally from the No Quarter Catch Crew.
With the ever-changing status of every brand under WWE’s umbrella, it makes sense to form a faction in NXT consisting of stars with ties to the industry.
While King and Grace are the only ones currently holding gold, their fortunes could change this year under the guidance of William Regal and Fit Finlay.
`;
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-wwe-star-suddenly-misses-show-reason-revealed?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













