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

While The Usos were certain that Solo Sikoa would show up on RAW and get involved in their business, The Samoan Werewolf insisted that he had things under control. During the segment, Fatu was wearing a shirt having his late uncle Umaga’s face and name on it.

Later on the show, The Usos fear turned into reality as Solo Sikoa showed up during the singles match between LA Knight and Jimmy Uso. He took out the Bloodline member with the Samoan Spike, allowing The Megastar to hit Uso with the BFT to secure the win.

Former WWE writer explained the issue with The Bloodline

Speaking on Vince Russo’s The Brand, wrestling veteran Vince Russo pointed out the problem with The Bloodline’s storyline.

The former WWE head writer compared The Bloodline’s booking to that of The nWo, which ultimately led to the legendary faction’s demise back in the day. Russo further questioned how long the storyline involving the Samoans will continue to play out.

“Bro, this freaking Samoan story like this reminds me of when Eric [Bischoff] just beat nWo to the ground.” Russo added, “When there was nWo black, blue, red, and Wolfpac, it got so watered down. I mean, how long are we going to go with different Samoan matchups on this show, bro?”

WWE appears to have plans to put The Bloodline in a feud against The MFTs. It will be interesting to see which of the two groups comes out on top in case they get involved in a full-fledged rivalry.

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-major-wwe-superstar-subtly-paid-tribute-to-umaga-on-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