”
], { 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);
});
});
})();
#4. Unleashing Jacob Fatu’s dark side
Jacob Fatu has already warned his real-life friend and his faction that if they mess with his family members, the Samoan Werewolf will make them pay.
After the warning shot, Roman Reigns can unleash Fatu’s dark side and give him free rein to do whatever he wants with this new group. Previously, we have seen the former United States Champion dominate on Monday Night RAW.
So, if an unhinged Fatu unleashes on Royce Keys and his faction, destruction surely awaits them.
#3. Summoning Zilla Fatu from WWE NXT
Zilla Fatu recently debuted on the NXT brand and failed to capture the NXT Championship at Heatwave. Already, rumors indicate that the real-life Bloodline member will join the family drama on the main roster.
After what transpired on RAW, Roman Reigns might summon Zilla from the developmental brand and order him to squash Royce Keys and OTM. The 26-year-old star would be a surprise for the former AEW star, and he surely isn’t ready for it.
#2. Takes charge himself
The Bloodline Leader is currently set to defend his World Heavyweight Championship against Penta on the WWE RAW in Mexico episode. Additionally, he is busy in a feud with LA Knight, setting the stage for a potential match at Money in the Bank.
However, as the Royce Keys situation is getting out of hand, Roman Reigns might take charge himself after the warning shot. The OTC might destroy the new villainous faction and teach them a lesson on why they should stay away from the family.
#1. Roman Reigns demands suspension from Adam Pearce
Adam Pearce has been accused multiple times of giving favors to The Bloodline on the red brand. After the Keys-led faction’s attack, The Original Tribal Chief may demand a suspension from the RAW General Manager.
Pearce is likely to follow Roman’s request, as he holds strong backstage power and is truly the biggest name on the red brand. A suspension could be a small teaser that major things will happen with OTM and Royce Keys if they continue to stick their noses into The Bloodline’s business.
`;
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/4-actions-roman-reigns-can-take-royce-keys-otm-warning-shot?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













