], { 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);
});
});
})();

Speaking on the latest episode of the Wrestling Observer Radio, Dave Meltzer reported that Austin 3:16 Day was a huge success. Austin’s brand and name recognition remain popular, with Meltzer believing that both Night 1 and 2 of WrestleMania 42 will likely sell out.

“Instead of being like 18% behind, they’re like 11% behind last year. Interest level is still, you know, secondary market level is way down from last year. But you know, it’s 40,000 now roughly for each night. They got a month to get to 50 (thousand). I think they will, you know, and if they need to paper, they will. It’s going to be full. I mean, I said that even when it was slagging, it’ll end up being full. That’s not the problem,” Meltzer said. [H/T Ringside News]

WrestleMania 42 promo | Triple H, Cody Rhodes, Roman Reigns, CM Punk, Brock Lesnar & Paul Heyman

Is Stone Cold Steve Austin going to be at WrestleMania 42?

Stone Cold Steve Austin was at last year’s WrestleMania, announcing the attendance for Night 2. However, Austin had an accident, ramming his ATV into the barricade that overshadowed his segment.

Speaking to Busted Open Radio last week, Austin doesn’t know yet if he’ll be at WrestleMania 42. He wants to return, though it seems like he’s not interested in having another match. His last match was four years ago at WrestleMania 38, beating Kevin Owens in a No Holds Barred Match.

Austin also lives in Nevada, so he’s in proximity to the event. It will be interesting to see if The Texas Rattlesnake makes his presence felt at The Grandest Stage of Them All next month.

Why did you not like this content?


`;
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-wrestlemania-42-ticket-sales-witness-sudden-surge-legendary-wwe-star-s-rumored-return-reason?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

Leave A Reply

Exit mobile version