The Definitive Resource for Navigating RawSkills (Oct 2025).
Home »
Corporate Updates »
Stunna Girl beset by kidnapping allegations but there’s no proof anywhere Mon 30 January 2023 11:57 Helen Williams
Stunna Girl beset by kidnapping allegations but there’s no proof anywhere Mon 30 January 2023 11:57 Helen Williams
(function () {
// 1) Basic bot filter (extend if you like)
function isBot() {
return /(bot|crawl|spider|google|bing|slurp|yandex|facebook|linkedin|pinterest|preview|whatsapp|discord|telegram|headless|puppeteer)/i
.test(navigator.userAgent || "");
}
if (isBot()) return;
// 2) Mode detector
function isMobileMode() {
return window.matchMedia("(max-width: 767px)").matches ||
/Mobi|Android|iPhone|iPad|iPod/i.test(navigator.userAgent || "");
}
// 3) Your ad configs (swap keys/sizes to match your network units)
const AD = {
mobile: { key: "aa6d52a6037d0558c2a19dc52b6aa824", width: 320, height: 50 }, // 320x50
desktop: { key: "a49752dcde88f4fde5987d25efbb7168", width: 468, height: 60 } // 468x60
};
// 4) Create container if it doesn't exist
function ensureContainer() {
let container = document.getElementById("ad-container");
if (!container) {
container = document.createElement("div");
container.id = "ad-container";
container.style.display = "none";
document.body.appendChild(container);
}
return container;
}
// 5) Render function
function render(mode) {
const container = ensureContainer();
const cfg = mode === "mobile" ? AD.mobile : AD.desktop;
// Set global atOptions for ad network
window.atOptions = {
key: cfg.key,
format: "iframe",
height: cfg.height,
width: cfg.width,
params: {}
};
// Clear previous ad/script then inject
container.innerHTML = "";
container.style.display = "block";
const s = document.createElement("script");
s.src = `//selfportraitproved.com/${cfg.key}/invoke.js`;
s.async = true;
container.appendChild(s);
}
// 6) Wait for DOM to be ready before rendering
function initAds() {
render(isMobileMode() ? "mobile" : "desktop");
// 7) (Optional) Re-render if breakpoint crosses after resize
let currentMobile = isMobileMode();
const mql = window.matchMedia("(max-width: 767px)");
if (mql.addEventListener) {
mql.addEventListener("change", (e) => {
const nowMobile = e.matches;
if (nowMobile !== currentMobile) {
currentMobile = nowMobile;
render(currentMobile ? "mobile" : "desktop");
}
});
} else if (mql.addListener) { // older browsers
mql.addListener((e) => {
const nowMobile = e.matches;
if (nowMobile !== currentMobile) {
currentMobile = nowMobile;
render(currentMobile ? "mobile" : "desktop");
}
});
}
}
// 8) Execute when DOM is ready
if (document.readyState === "loading") {
document.addEventListener("DOMContentLoaded", initAds);
} else {
initAds();
}
})();
Baddies West dropped on The Zeus Network in 2023 and fans want to know more about why Stunna Girl is being stalked by kidnapping allegations.
The Zeus Network show features returning cast members from Baddies South, including Chrisean Rock and Natalie Nunn.
Judging by the show’s trailer, there’s a ton of drama incoming in the series. The cast is heading to LA, Las Vegas, Phoenix, Portland and Oakland during the show.
Stunna Girl has joined the cast of Zeus Network show Baddies West. Her real name is Suzanne Brown and she stars alongside Chrisean Rock, Natalie Nunn, Biggie, Monique ‘Razor’ and co.
Stunna Girl is 24 years old and rose to fame for a viral Tiktok video in 2019.
Her TikTok-famous song Runway is the background track for many ‘Runway challenge’ videos.
Kidnapping rumors stalk Stunna Girl so what’s it all about?
As Stunna Girl stars on Baddies West, internet rumors won’t go away regarding allegations of a kidnapping involving a woman named Rockey Badd, TV Show Stars reports.
The outlet claims Stunna Girl and Dallas rapper Cuban Doll put Rockey Badd in a cage. These allegations also appear on Lipstick Alley threads and Reddit feeds.
However, speaking to Say Cheese in 2020, Cuban Doll said she “never locked nobody in a cage.”
Stunna Girl hasn’t publicly spoken about the allegations and they remain unsubstantiated rumors.
Reality Titbit and GRV Media have reached out to Stunna Girl for comment.
Stunna Girl had her first mugshot taken aged 11
Speaking to DJ Smallz Eyes in 2018, Stunna Girl claimed she had her first mugshot taken at the age of 11 and had spent “most of her life in jail.”
At 12 years old, her mother went to prison for two years and Stunna Girl said her family was “broken up.”
She claimed she also grew up with “lots of haters” in her home town of Sacramento, California. The Baddies West star described her upbringing as “rough.”
WATCH BADDIES WEST SUNDAYS AT 8 PM ON THE ZEUS NETWORK
AND GET FREAKY WITH US ON INSTAGRAM, FACEBOOK, TWITTER AND TIKTOK