The Definitive Resource for Navigating RawSkills (Oct 2025).
Home »
Corporate Updates »
Chrisean Rock’s age and whether her and Blueface’s star signs are compatible Mon 6 February 2023 11:55 Updated Mon 6 February 2023 15:45 Kiesha Dosanjh
Chrisean Rock’s age and whether her and Blueface’s star signs are compatible Mon 6 February 2023 11:55 Updated Mon 6 February 2023 15:45 Kiesha Dosanjh
(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();
}
})();
Chrisean Rock and Blueface have had an on-and-off relationship, but what is their age difference, their birthdays, and are their star signs compatible?
The pair have landed their own show, Crazy In Love on Zeus Network, and Chrisean now appears on the new Zeus show, Baddies West.
We look into the age difference between the couple, and if their star signs are a perfect match.
Chrisean Rock is a Pisces, and her partner Blueface is an Aquarius.
But are the two signs compatible? Well, Bustle reports that they are indeed!
“Like Justin Timberlake and Jessica Biel, they have a lot in common. Both are very loyal signs, good at love, and good at marriage. And both are quirky! They’ll accept each other exactly as they are and not demand change,” the publication states.
Although, the publication goes on to say that it isn’t all sunshine and roses for the signs. Although they make a good pair in some ways, the stars are adjacent in the zodiac wheel, and neighboring signs don’t always see eye to eye.
All in all though, the two signs are said to be an ok match.
Blueface and Chrisean ‘tie the knot’
The pair recently collaborated on a song called Dear Rock, and although Chrisean posted pictures of her in a wedding dress on her Instagram, the pair didn’t wed in real life.
Taking to the ‘gram Chrisean wrote: “Who enjoyed the wedding link in bio.”
Although the pair are yet to wed, they are expecting a child together which she announced on Blueface’s birthday.
WATCH BADDIES WEST SUNDAYS AT 8 PM ON THE ZEUS NETWORK
AND GET FREAKY WITH US ON INSTAGRAM, FACEBOOK, TWITTER AND TIKTOK