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

During an interview with TMZ Inside The Ring, McIntyre was all praise for Trick Williams. He noted that the former NXT Champion has a great look and is going to get some opportunities, but it is up to him to capitalize on those chances.

“Coming up right now, that I’ve gotten to see enough of, maybe Trick,” McIntyre said. “He certainly has a great look, charisma, and ability. It’s just what you do when you’re given the ball. I got the ball to the highest level when I was younger and wasn’t able to quite maximize and had to take the long way around. Hopefully, Trick takes that opportunity and absolutely smashes it. Based on what I’m seeing, he’s young, jacked, and handsome, just like I was. He’s going to get some opportunities.” [H/T PWMania]

WWE Champion Drew McIntyre On Winning the Title, Cody Rhodes, Royal Rumble, WrestleMania

Drew McIntyre shared his honest thoughts on becoming Undisputed WWE Champion

On the 9th January episode of SmackDown, Drew McIntyre defeated Cody Rhodes to become the new Undisputed WWE Champion. This was the third time he won the WWE Title. However, this was his first win in front of a live crowd since his previous two title wins took place during the pandemic era.

During the same interview, McIntyre stated what it meant to have his first title defense the next night in Glasgow, Scotland, where his journey began. He also noted that he had finally fulfilled the promise he made to the Scottish fans.

“I beat Cody Rhodes, the face of the company in Berlin, which makes me the new face of the company. My first title defense the next night was in Glasgow, Scotland, where it all began, where I first started wrestling at 15 years old. I was able to walk out there with the WWE Championship and fulfill the promise I made many years ago where I told everybody back home in Scotland I’m gonna return one day champion with the championship belt,” said McIntyre. [H/T: WrestlePurists]

It will be interesting to see how long Drew McIntyre will be able to hold onto the Undisputed WWE Championship.

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-drew-mcintyre-gives-honest-thoughts-recent-smackdown-signing?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