], { 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);
});
});
})();

The SmackDown GM revealed that R-Truth was not medically cleared to compete and would not be in action during tonight’s show. Aldis shared that instead of the planned tag team match, Damian Priest would be squaring off against Tama Tonga tonight in a singles bout. You can check out the veteran’s announcement in his post below.

“Ladies and Gentlemen, R-Truth is not medically cleared to compete tonight, therefore Damian Priest will now go 1-on-1 with Tama Tonga. See you tonight on #SmackDown,” he wrote.

R-Truth and The Archer of Infamy won the titles by defeating JC Mateo and Tama Tonga in March on WWE SmackDown.

Popular WWE star reveals why he doesn’t like Damian Priest’s finisher

The Judgment Day’s Dominik Mysterio recently shared why he didn’t like taking Damian Priest’s finishing move.

Priest used to be a member of The Judgment Day but was betrayed by the faction at SummerSlam 2024. Rhea Ripley was also kicked out of the faction at the PLE a couple of years ago. Finn Balor was also betrayed by the faction earlier this year and went on to defeat Dominik Mysterio last month at WrestleMania 42.

In an interview with GiveMeSport, the former Intercontinental Champion named Priest’s finisher as his least favorite because the bump is very high due to the 43-year-old’s height.

“Probably Damian Priest’s South of Heaven. He’s just so tall, and he gets you even higher up there, so your bump is actually like 10 feet tall. So he’s just, it’s not a fun one for sure,” said Dominik Mysterio.

DAMIAN PRIEST WITH A SOUTH OF HEAVEN CHOKESLAM THROUGH TWO TABLES TO DREW MCINTYRE 🤯 #WWEBacklash

It will be fascinating to see if Priest can defeat Tama Tonga tonight on WWE SmackDown.

Why did you not like this content?


`;
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-current-wwe-champion-cleared-compete-scraps-match?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

Leave A Reply

Exit mobile version