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

On social media, Rikishi reacted to the incredible Bloodline segment from this week’s Monday Night RAW. He once again reminded everyone that the family never fails to produce segments that get everyone talking.

Check out Rikishi’s reaction:

Rikishi Wrote Highly Of Jacob Fatu

Jacob Fatu also had a crucial role in the final segment of this week’s Monday Night RAW. He was the first one to attack Solo Sikoa, taking him down with a Superkick and followed up with the Tongan Death Grip.

On social media, Rikishi wrote highly of The Samoan Werewolf, claiming that he has always prioritized family and sought advice from him and his father, Tonga Kid, before WrestleMania 42.

“Jake [Jacob Fatu] prioritizes family, seeking advice from his father TK and me before WrestleMania 42, showcasing his humility and strong family bonds that fuel his success, which makes me extremely proud. #wrestlemania42 #FATU #JacobFATU #Samoanwerewolf #wwe @werewolf_fatu 🩸☝🏾🔐,”

Fatu was forced to fall in line after losing to Roman Reigns in a Tribal Combat. This week on Monday Night RAW, he was visibly upset when Reigns handed The Usos custom Ula Falas and called them his “captains”.

Once LA Knight hit the scene, Reigns ordered Fatu to stay away from The Megastar and let him deal with the man who is after the World Heavyweight Championship. Reigns’ orders backfired and it led to Knight and Solo Sikoa standing tall over The OTC.

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-rikishi-reacts-and-breaks-silence-after-solo-sikoa-betrays-the-bloodline-by-attacking-his-family-on-wwe-raw?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