”
], { 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);
});
});
})();
“Very creatively fulfilled. There were a couple of moments where I was like damn, it s*cks personally, but I can also look at the big picture these days,” he said.
He further talked about how if something is working for his character, he knows he’s professionally on the right track even though it might disappoint him personally.
“As long as it works for the character, I can be personally disappointed, but professionally, I know we’re still on the right track, and the fans are still going to be emotionally invested, and that’s all that matters, because I’ve been in situations where they were not emotionally invested. And the worst thing in the world in pro wrestling is silence.” [H:T/WrestlePurists]
Drew McIntyre defeated Cody Rhodes to become the Undisputed WWE Champion earlier this year. He recently dropped the title back to Cody on the Road to WrestleMania. It will be interesting to see if he’ll win the title back anytime soon.
Drew McIntyre will face Jacob Fatu at WWE WrestleMania 42
Jacob Fatu interfered in Drew’s match against Cody on SmackDown and cost him the Undisputed WWE title. Fatu believes that Drew McIntyre was the one who attacked him last year and took him out of action. The two stars have been viciously attacking each other for the past few weeks.
After weeks of brewing animosity between the two, SmackDown General Manager Nick Aldis finally gave them an opportunity to settle the score. Aldis announced that the two will face each other in an Unsanctioned match at WrestleMania 42 in Las Vegas.
Fans are really excited to see the Scottish Warrior and Samoan Werewolf in such a brutal match.
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-drew-mcintyre-opens-wwe-booking-it-sucks-personally?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



