”
], { 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);
});
});
})();
Earlier today, WWE SmackDown General Manager Nick Aldis took to X (fka Twitter) to announce a singles match between two of the stars set to be in action in that match at The Show of Shows. The 39-year-old revealed that RAW star Bayley would show up in her hometown of San Jose to take on Alexa Bliss one-on-one.
“Tonight from The Shark Tank, it’ll be hometown girl @itsBayleyWWE going 1-on-1 with @AlexaBliss_WWE. See you tonight on #SmackDown,” Aldis wrote.
You can check his tweet below:
Former WWE Champion expressed his desire to wrestle Nick Aldis
WWE Superstar Drew McIntyre has been involved in multiple heated segments with Nick Aldis. The SmackDown GM has even suspended The Scottish Warrior for his controversial actions in the past.
During his recent appearance on the INSIGHT with Chris Van Vliet podcast, Drew McIntyre expressed his desire to wrestle Aldis at the right time, be it WrestleMania or after that. The former Undisputed WWE Champion proposed an Unsanctioned match against the former NWA World Heavyweight Champion.
“So when the time is right, be it Mania, be after Mania. I think we should have a match, and I don’t think there should be any sanctioning around it. I don’t think anyone should be allowed to interfere. He tapes up the fists. He’s been up in the ring a long time. He thinks he can go with a four-time former world champion in WWE in the big leagues,” said McIntyre.
However, Drew McIntyre is scheduled to face Jacob Fatu in an Unsanctioned match on The Grandest Stage of Them All instead. It seems that the interview was shot before his bout with The Samoan Werewolf was announced.
Only time will tell whether Nick Aldis ever steps inside the WWE ring for a wrestling bout.
`;
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-nick-aldis-announces-massive-singles-match-hours-wwe-smackdown?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













