”
], { 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);
});
});
})();
“Main-evented WrestleMania? ✔️Hosted TV shows? ✔️ Straight-to-DVD Christmas icon? ✔️✔️ Your move, Santa. 🎄😂,” he wrote.
The Miz defeated John Cena in the main event of WrestleMania 27 to retain the WWE Championship after The Rock interfered in the match. The A-Lister wanted to be a part of John Cena’s retirement tour but never got to have another match against the legend. Gunther defeated John Cena via submission in his retirement match last weekend at Saturday Night’s Main Event.
Former WWE star comments on being The Miz’s “rookie” in NXT
Daniel Bryan, now known as Bryan Danielson in AEW, shared his thoughts on being The Miz’s rookie in NXT.
Speaking with Chris Van Vliet on the Insight Podcast, Danielson stated that they both had the same idea on how to present their dynamic on WWE television. The former AEW World Champion noted that he couldn’t learn how to wrestle from the 45-year-old but could learn how to be a superstar.
“I tried to look as generic as possible with the idea, and me and Miz were collaborating on this stuff. Of some ideas, Miz was great about pitching ideas to the writers and all that kind of stuff about all these things of, okay, I can’t learn wrestling from Miz, but he’s going to teach me to be a Superstar, and me being frustrated like, ‘That’s not important. The only thing that’s important is the wrestling.’ That kind of thing that people think that I actually think, or that people think he would actually think, this could be a really good TV dynamic, and we both thought that, and then none of it ever happened. So then I just looked like a nerd for no reason. Not to say that I’m not a nerd. I’m just saying that I went out of my way to look less.” [H/T Chris Van Vliet]
It will be fascinating to see what WWE has planned for The Miz in the weeks ahead 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-grand-slam-wwe-champion-calls-santa?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


