], { 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 to Xelina & Charlie on ZELVX and CHARLIE GIRL, Black revealed that the smoking jacket he wore at PROGRESS Wrestling was meant for WrestleMania.

“I was able to debut my smoking jacket, which is a funny story because four months before WrestleMania, this is not a knock on Seth because Seth had no idea, but I started talking to Jason (Baker), and I said, ‘I have this smoke device, and I want to put it under my cloak, and during our entrance, she would have the remote and when I roll in and sit, she would press the button and smoke would come out of my jacket. Initially, the plan was for WrestleMania because up until that point, the pitch for me and Randy Orton was WrestleMania. Obviously, that never saw the light of day, but I didn’t want to dump the jacket,” said Black. [H/T: Fightful]

Malakai Black Described His Latest WWE Run

Malakai Black admitted that WWE promised him a “mountain of things” from his latest run, but ultimately, it felt like a “dud” run.

During the same conversation, Black opened up about his latest stint with the Stamford-based promotion. He said:

“You know, I can pretend that it didn’t s*ck, but of course it s*cks. It always s*cks, you know what I mean? And in my case, it s*cked harder because of the mountains of things that were, like, promised and all the other conversations, and then, like, being presented with this f****** dud of a year, you know?”

Black is the reigning Progress Men’s World Champion. He defeated Cara Noir to win the title for the first time in his career.

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-obviously-never-saw-light-randy-orton-was-originally-supposed-to-face-41-year-old-former-champion-at-wrestlemania-instead-of-cody-rhodes?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