”
], { 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);
});
});
})();
Stephanie McMahon shared a tribute to Jim Shank on her Instagram story today, and you can check it out in the image below.
“You will forever be missed, thank you for being such a bright light. May you continue to shine wherever you are #RIPJimShank,” wrote Stephanie McMahon.
World Heavyweight Champion CM Punk also honored Jim Shank earlier this week. Punk appeared on last night’s episode of RAW for a confrontation with The Judgment Day’s Finn Balor.
It was announced that Punk will be defending the World Heavyweight Championship against Balor at Elimination Chamber 2026 later this month in Chicago. The Second City Saint will also be defending the title against Men’s Royal Rumble winner Roman Reigns at WrestleMania 42.
Triple H honors WWE employee Jim Shank following his passing
Triple H shared a touching tribute to Jim Shank following his passing and disclosed that he was a fixture backstage for the company.
The King of Kings shared a heartfelt message on social media today and noted that the promotion lost a beloved member of their family. He stated that Shank was a great teammate and that he would see him down the road.
“On Friday, the @WWE family lost a beloved member of its production crew. Jim Shank was a fixture backstage and an incredible teammate, who helped create the magic of the live experience at WWE. My thoughts and those of our entire crew and talent roster are with his family at this time. It’s never goodbye…but see ya down the road,” he wrote.
Jimmy Uso shared an emotional message about Jim Shank following this week’s episode of RAW.
Everyone at Sportskeeda Wrestling sends our condolences to Jim Shank’s family, friends, and co-workers at this difficult time.
`;
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-stephanie-mcmahon-pays-tribute-wwe-employee-following-passing?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













