”
], { 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 Archer of Infamy was eliminated by the debuting Royce Keys, who was famously known as Powerhouse Hobbs in AEW. Priest was not happy about his elimination, with his frustration about failing to regain his spot in the main event growing.
In a YouTube video featuring multiple WWE stars after their eliminations, Damian Priest dropped an NSFW rant about his failures over the past month, including the Fatal 4-Way at Saturday Night’s Main Event in Montreal a couple of weeks ago.
“Damn it. I dont’ what else I have to do. Lose the four-way, got a bunch of newcomers, this is bullsh*t,” Priest said.
It will be interesting to see if Damian Priest gets his mojo back. He did beat Aleister Black in an Ambulance Match to end their feud last month. If Royce Keys becomes part of SmackDown, there’s already a story for him against Priest.
WWE star sends message to Damian Priest
Before Kit Wilson started trending on social media, he was involved in a short storyline with Damian Priest. Wilson addressed the issue between him and Priest in an appearance on Chris Van Vliet’s Insight podcast, with the Pretty Deadly member issuing an apology.
“Damian Priest has some toxic masculinity. I do think he needs to address that. However, with The Terror Twins, he’s not afraid to be side by side with a female who he views as his equal, someone who raises him up as much as he raises her up. So I actually, publicly would like to say to Priest, I would shake your hand and apologize and say, I think you’ve grown. I think you’ve matured. I think you’ve come a long way in this emotional journey. And I’m proud of you. I think we can be friends,” Wilson said. (H/T chrisvanvliet.com)
Priest famously threw Wilson off a wall and pushed him off while he’s in a wheelchair 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/news-this-bulls-t-damian-priest-unhappy-wwe-s-treatment-him-backstage-footage-revealed?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



