”
], { 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);
});
});
})();
Johnny Gargano has been on a downward spiral since his partner, Tommaso Ciampa, jumped ship to AEW. His wife, Candice LeRae, has been trying to help her husband gain his confidence back.
The 38-year-old joined Jackson Drake, Shiloh Hill, Dion Lennox, and Charlie Dempsey when he entered the match. However, Johnny Gargano went back to his old ways once he was knocked off the apron.
He spent the majority of the match lying outside the ring. Things took an unexpected turn when the Birthright launched a three-on-one attack on Shiloh Hill.
Candice LeRae seized the opportunity and pushed her husband into the cover of an unconscious Shiloh Hill to steal the victory from the jaws of defeat.
After the match, Johnny Gargano finally broke out of his slump and came face-to-face with Myles Borne to set up their North American Championship match at Stand & Deliver.
After what went down at NXT tonight, it became a foregone conclusion that Gargano and LeRae won’t be part of the SmackDown roster, at least for the time being.
Johnny Gargano’s move to NXT could turn out to be a blessing in disguise. He now has a golden opportunity to become a four-time WWE NXT North American Champion if he knocks Myles Borne off his perch on April 4.
As for his wife, Candice LeRae will continue her managerial role and help her husband in his quest to become the next North American Champion.
It will be interesting to see how Nick Aldis will address their move on WWE SmackDown. Is he going to find a new replacement for the couple? Only time will tell.
`;
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-immediately-moves-two-main-roster-superstars-back-nxt?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













