”
], { 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);
});
});
})();
Tonight on SmackDown, Randy Orton launched a massive attack on another superstar on the roster, Matt Cardona, whom he called in the ring to apologize for their backstage confrontation earlier, where The Apex Predator called him “Indy nerd” and took him out with an elbow. However, Orton snapped at Cardona as they hugged.
In a shocking turn of events, Triple H may finally come out next week on WWE SmackDown and announce that he is officially calling Randy Orton’s WrestleMania 42 contest against Cody Rhodes off. As a result of his repeatedly putting the superstar’s health in trouble, and also refusing to take orders from General Manager Nick Aldis.
This would be a kayfabe move that would lead Orton to do more evil things to get his match back, adding an extra layer of excitement to the Road to Mania.
That said, the angle proposed above is speculative, and nothing has been confirmed to date.
WWE SmackDown has more chaos
Orton’s attack on Matt Cardona wasn’t the end of the show. The camera shows Drew McIntyre and Jacob Fatu brawling at a height above a structure backstage. Two were seen going at each other the entire night from start to end.
The show went off-air with both stars falling from the height, and Nick Aldis and other officials panicked, rushing towards them and calling the medics.
As WrestleMania 42 is on the horizon, storylines are getting more thrilling. It will be interesting to see what plans Triple H and his creative team have in store in the coming weeks.
`;
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/wwe-cco-triple-h-cancel-blockbuster-wrestlemania-42-match-due-randy-orton-s-actions-possible-last-minute-decision-analyzed?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













