”
], { 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);
});
});
})();
Damian Priest and Rhea Ripley both used to be members of The Judgment Day but were kicked out at SummerSlam 2024. R-Truth always wanted to be a member of the faction but was never accepted as an official member. The legend took to social media earlier this week to suggest that The Judgment Day had reunited after learning that Ripley was moving to SmackDown. Ripley defeated Cargill to become the new WWE Women’s Champion at The Show of Shows.
Damian Priest reveals he was not a fan of major WWE WrestleMania storyline
SmackDown star Damian Priest shared that he was not a fan of WWE’s decision to add Pat McAfee to the storyline between Cody Rhodes and Randy Orton on the road to WrestleMania 42.
Speaking with Gabby LaSpisa, The Archer of Infamy noted that he got along with McAfee but didn’t appreciate the company’s decision to add him to the storyline. Priest admitted that there were several people in the locker room who felt the same way.
“It sucks. Not a fan. You know, somebody who knows Pat, get along with him. But for me, that’s not my taste. I don’t think it helps anything. He didn’t need it. So for me, and I’m sure a lot of people aren’t going to be happy that I said that, but in the locker room specifically, like, a lot of us weren’t happy. And that’s real,” Priest said.
It will be interesting to see if R-Truth and Damian Priest can retain their titles tonight on SmackDown.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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/rumor-major-wwe-title-match-set-smackdown-reports-7658a9c9?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


