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

Cody Rhodes and Jacob Fatu get into INSANE brawl prior to attack by Drew McIntyre: SNME highlights

While Drew stood tall as the Undisputed WWE Champion, his blatant disregard for the evening’s main attraction may not go unnoticed. Here are three punishments Drew McIntyre could face for disrupting Cody Rhodes vs. Jacob Fatu at SNME XLIII.

#3. A massive fine

Nick Aldis has been adamant about maintaining order on the blue brand. Disconcerting a marquee match on an NBC special isn’t just a wrestling move; it’s a PR nightmare.

WWE management often hits superstars where it hurts most: their wallets. Given that Drew McIntyre’s interference deprived fans of a match they paid premium prices to see, a six-figure fine could be the first shot fired by the front office.

#2. Drew McIntyre could be forced to defend the Undisputed WWE Title in a Triple Threat Match

Drew McIntyre is seemingly playing a dangerous game. By jumping Cody Rhodes and Jacob Fatu, he clearly wanted to kill their momentum before Royal Rumble. However, he might have just outsmarted himself.

By attacking both superstars at once, it seems The Scottish Warrior is practically handing Nick Aldis the excuse to target him. If McIntyre manages to get past Sami Zayn at Royal Rumble, he could find himself staring down the barrel of a Triple Threat Match. The worst part for Drew? In a Triple Threat, he doesn’t even have to be the one pinned to watch his title walk out the door.

#1. Could be suspended from SmackDown without pay

It seems that Drew McIntyre’s reputation is starting to catch up with him. After that suspension in November, he’s already got a target on his back with management. If the Board of Directors decides he’s a repeat offender who’s making the locker room a danger zone, it may not hesitate to park him on the sidelines for a long time.

A suspension would strip The Scottish Warrior of his screen time and his championship leverage right as the Road to WrestleMania 42 could begin to heat up.

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/3-punishments-drew-mcintyre-face-disrupting-cody-rhodes-vs-jacob-fatu-snme-xliii?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