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

The 31-year-old political activist was fatally shot at Utah Valley when he was addressing a live audience. On her Instagram story, Ava wrote, “If you want people to have kind words when you pass, you should say kind words when you’re alive,” leading to backlash against her.

Recently in an interview on The Downside with Gianmarco Soresi, she addressed the angry online reaction to her words, and now former WWE star Val Venus has shared his reaction to Ava’s comments on X, calling her “ignorant.”

“Ava’s statement, “If you want people to have kind words when you pass, you should say kind words when you’re alive,” reflects, in my view, a profound misunderstanding of Charlie Kirk’s public record. Ava isn’t stupid. She is ignorant. If her claim were subjected to the same standard of due process applied in a courtroom, she would need to present concrete examples showing that Charlie Kirk was unkind. Simply asserting it isn’t evidence,” he wrote.

The former Intercontinental champion also went after her father, claiming The Rock has sold his soul.

“As for her father, The Rock, I believe he sold his soul and used his influence to promote a narrative surrounding the 2020 presidential election that I strongly disagree with. In my opinion, that same unwillingness to critically examine the evidence appears to run in the family,” he added.


Roman Reigns took a subtle dig at The Rock on RAW

This week on RAW, Roman Reigns formally inducted Jacob Fatu into The Bloodline. During the opening segment of the show, he talked about how the Anoa’i family has dominated the landscape of WWE.

He mentioned The Wild Samoans (Afa and Sika), Yokozuna, Rikishi, and Umaga, saying they have always run the business. However, there was one notable omission from the list—The Rock.

The Great One has long been mooted for a dream match against The OTC1, and it nearly happened in 2024. Still, many expect the match to take place eventually, and Reigns taking a subtle dig at The Rock could be a hint of WWE heading in that direction down the line.

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-former-wwe-superstar-says-the-rock-sold-soul-ava-ignorant?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