Chaturbate Enhancer

Aprimora o Chaturbate adicionando vários novos recursos.

< Feedback em Chaturbate Enhancer

Pergunta/comentário

§
Publicado: 18/01/2025

I have a small bug to report-- When navigating to a model's page, the thumbnail grid adjustment icons still appear in between the model's name tab and the video frame (see attached image). Unfortunately, them being there causes a gap, cutting off the chat input field. Could there be a toggle added or perhaps have them only appear on the room list page?

§
Publicado: 19/01/2025
Editado: 19/01/2025

One simple workaround is to reduce the size of these 4 svg icons from the default height="48" and width="48" to something like height="24" and width="24". Just edit the script at this section (I can't post the exact code in a comment here, so search "function setMoreRoomsGridSize" to find the 4 lines "let gGridIconSvg"):

function setMoreRoomsGridSize(width) {
let gridStyle = `.MoreRooms .list .roomCard {width: ` + width + `px;}`;
addStyle(gridStyle);
let gGridIconSvgBig = '.
let gGridIconSvgMedium = '
let gGridIconSvgSmall = '
let gGridIconSvgSmallX = '

CB changed some cosmetic stuff like almost a week ago that partially broke parts of this script...... Fortunately this one is a pretty easy fix, though I'm sure someone better at JS than I am could come up with a better fix.

Publicar resposta

Faça o login para publicar uma resposta.