”
], { 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);
});
});
})();
After Shayna Baszler and Deonna Purrazzo shared similar alarming stories about people being catfished into thinking they were in a relationship with them online, Maria Kanellis also became the latest victim.
She quoted Baszler’s tweet on X, taking the conversation even further by revealing that police were sent to her house by a man who had been catfished by an imposter pretending to be her.
He falsely claimed that she had been “abused” by her husband. A story he was likely told by the imposter, possibly to loot his money.
The person who was catfished using WWE Diva Maria Kanellis’ name also sent them money.
Later, she called the police herself and revealed that it wasn’t her who was talking to the man. The authorities then informed the man that he was a victim of catfishing.
“I had one send the police to my house saying my husband was abusing me. He had been sending someone money that was pretending to be me. Luckily, when I called the police to tell them about the catfishing they called him and told him it wasn’t me. It ended the behavior but it was scary,” she wrote.
Former WWE star Shayna Baszler made a serious confession
Maria’s story came after ex-WWE Women’s NXT Champion quoted Deonna Purrazzo’s scary catfishing story and explained why she keeps herself prepared for the worst.
She mentioned how many fans get tricked into thinking they are in a relationship with her.
They never try to listen to the truth later, and even reaching out to the police doesn’t help.
Hence, she tipped to get a self-defense tool.
“(Unfortunately common story incoming…) I have had SEVERAL people get catfished into thinking they are in a relationship w/me. They never listen when you try to tell them the truth. And going to police does NOTHING. Document everything and get some sort of security/self defense,” she wrote.
That said, the conversation is scary, and it appears more female stars would soon join the conversation and reveal their version of catfishing horror.
Stars opening up about it would help to educate innocent fans who get tricked and lose their money. For any upcoming follow-up, stay tuned with SportsKeeda Wrestling.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-police-called-wwe-diva-maria-kanellis-home-husband-accused-abuse?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



