CC is also deep in the red today.
}
function loadTrinityPlayer(targetWrapper, theme,extras=””) {
cleanupPlayer(targetWrapper); // Always clean first ✅
targetWrapper.classList.add(‘played’);
// Create script
const scriptEl = document.createElement(“script”);
scriptEl.setAttribute(“fetchpriority”, “high”);
scriptEl.setAttribute(“charset”, “UTF-8”);
const scriptURL = new URL(`https://trinitymedia.ai/player/trinity/2900019254/?themeAppearance=${theme}${extras}`);
scriptURL.searchParams.set(“pageURL”, window.location.href);
scriptEl.src = scriptURL.toString();
// Insert player
const placeholder = targetWrapper.querySelector(“.add-before-this”);
placeholder.parentNode.insertBefore(scriptEl, placeholder.nextSibling);
}
function getTheme() {
return document.body.classList.contains(“dark”) ? “dark” : “light”;
}
// Initial Load for Desktop
if (window.innerWidth > 768) {
const desktopBtn = document.getElementById(“desktopPlayBtn”);
if (desktopBtn) {
desktopBtn.addEventListener(“click”, function () {
const desktopWrapper = document.querySelector(“.desktop-player-wrapper.trinity-player-iframe-wrapper”);
if (desktopWrapper) loadTrinityPlayer(desktopWrapper, getTheme(),’&autoplay=1′);
});
}
}
// Mobile Button Click
const mobileBtn = document.getElementById(“mobilePlayBtn”);
if (mobileBtn) {
mobileBtn.addEventListener(“click”, function () {
const mobileWrapper = document.querySelector(“.mobile-player-wrapper.trinity-player-iframe-wrapper”);
if (mobileWrapper) loadTrinityPlayer(mobileWrapper, getTheme(),’&autoplay=1′);
});
}
function reInitButton(container,html){
container.innerHTML = ” + html;
}
// Theme switcher
const destroyButton = document.getElementById(“checkbox”);
if (destroyButton) {
destroyButton.addEventListener(“click”, () => {
setTimeout(() => {
const theme = getTheme();
if (window.innerWidth > 768) {
const desktopWrapper = document.querySelector(“.desktop-player-wrapper.trinity-player-iframe-wrapper”);
if(desktopWrapper.classList.contains(‘played’)){
loadTrinityPlayer(desktopWrapper, theme,’&autoplay=1′);
}else{
reInitButton(desktopWrapper,’‘)
const desktopBtn = document.getElementById(“desktopPlayBtn”);
if (desktopBtn) {
desktopBtn.addEventListener(“click”, function () {
const desktopWrapper = document.querySelector(“.desktop-player-wrapper.trinity-player-iframe-wrapper”);
if (desktopWrapper) loadTrinityPlayer(desktopWrapper,theme,’&autoplay=1’);
});
}
}
} else {
const mobileWrapper = document.querySelector(“.mobile-player-wrapper.trinity-player-iframe-wrapper”);
if(mobileWrapper.classList.contains(‘played’)){
loadTrinityPlayer(mobileWrapper, theme,’&autoplay=1′);
}else{
const mobileBtn = document.getElementById(“mobilePlayBtn”);
if (mobileBtn) {
mobileBtn.addEventListener(“click”, function () {
const mobileWrapper = document.querySelector(“.mobile-player-wrapper.trinity-player-iframe-wrapper”);
if (mobileWrapper) loadTrinityPlayer(mobileWrapper,theme,’&autoplay=1′);
});
}
}
}
}, 100);
});
}
})();
Bitcoin’s price tumbled once again on Monday, losing over seven grand from top to bottom before it finally bounced off to around $87,000.
Most alternative coins also suffered, with ETH slipping to $2,800 and XRP testing the crucial $2.00 support. XMR, ZEC, and CC have plunged hard over the past 24 hours.
BTC Rebounds
The primary cryptocurrency bottomed on November 21 at under $81,000 after losing more than $25,000 in the previous 10 days. Its gradual recovery began that weekend with an increase to $84,000. The business week was more successful as the asset jumped to $88,000 by Wednesday and managed to break through that level in the evening.
The bulls drove it to a weekly high of over $91,000 on Tuesday and another local top of more than $93,000 on Friday. After regaining nearly $13,000 in less than a week, the cryptocurrency faced some pressure and was pushed south. It spent the following 48 hours trading sideways in a narrow range between $91,000 and $93,000.
However, another leg down took place on Monday morning. In just a few hours, bitcoin slumped from $91,000 to under $86,000, losing five grand in he process. It bounced at first but then dropped once again, this time to a new 10-day low of $83,800 (on most exchanges).
It reacted well to the latest decline and has jumped by roughly $3,000 since then, trading close to $87,000 as of press time. Its market cap has stalled at $1.730 trillion on CG, while its dominance over the alts is up to 57.3%.
ZEC, XMR, CC Down
Ethereum followed BTC on the way south yesterday and has failed to stage a meaningful recovery since its weekly lows. It now struggles at $2,800 after another 1.3% daily decline. The $2.00 support held for XRP, but the asset is testing it now again. DOGE, SOL, LINK, XLM, and HBAR are also in the red daily.
The biggest price losses come from ZEC, which has slumped by another 11% daily, CC (down by over 11%), and XMR (6.6% drop to $390). In contrast, PUMP and SKY have gained over 6%, while HASH has rocketed by 14% to $0.023.
The total crypto market cap has remained above $3 trillion, but it’s still down by $150 billion since Sunday.
SECRET PARTNERSHIP BONUS for CryptoPotato readers: Use this link to register and unlock $1,500 in exclusive BingX Exchange rewards (limited time offer).
Disclaimer: Information found on CryptoPotato is those of writers quoted. It does not represent the opinions of CryptoPotato on whether to buy, sell, or hold any investments. You are advised to conduct your own research before making any investment decisions. Use provided information at your own risk. See Disclaimer for more information.
Cryptocurrency charts by TradingView.