”
], { 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);
});
});
})();
On Instagram, Jinny dedicated a story to her husband, expressing her love for him with a heartfelt message.
“Happy birthday to the love of my life and the greatest father to our beautiful child,” wrote Jinny.
Check out a screengrab of Jinny’s Instagram story:
Cody Rhodes Wasn’t Pleased With Gunther Retiring WWE Legends
Gunther has retired Goldberg, John Cena, and AJ Styles. He successfully defended the WWE World Heavyweight Championship against Goldberg in his final match. Later, he tapped out Cena in his final match before beating Styles in his final match earlier this year.
Cody Rhodes, who has successfully defended the World Heavyweight Championship against Gunther, spoke about The Ring General ahead of their showdown.
Speaking on the Countdown to Clash of Italy show, The American Nightmare had this to say:
“Do you consider that being something that makes him dangerous? Beating the GOAT John Cena? On paper, you’d say that makes you dangerous, but I feel like he got John Cena in the winter of his career. AJ Styles? Who’s better than AJ Styles? But again, at the end. I beat John Cena. I beat AJ Styles. I’m not gonna look at Gunther with fear because he ended careers at the end of those careers.”
The Ring General was in action on this week’s SmackDown after he interrupted Chelsea Green. This led to a match between him and Green’s husband and fellow WWE star, Matt Cardona. The former World Heavyweight Champion emerged victorious.
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-love-life-gunther-s-wife-jinny-sends-him-a-message-on-his-special-day?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


