Sleazy Fork is available in English.

Chaturbate Enhancer

Birden çok yeni özellik ekleyerek Chaturbate'i geliştirir.

< Feedback on Chaturbate Enhancer

Değerlendirme: İyi - script çalışıyor

§
Gönderildi: 27.06.2024

Excellent script, thank you!

I'm on latest version 5.0.17. The only way to add cams to the "multi cam viewer" is by clicking the icon in the room lists. The "Add to multi cam viewer" on room pages is missing. It would be great if we can have that option back.

Thank you, keep up the good work!

§
Gönderildi: 28.07.2024

Hi!

We will look into that. Thank you for your report.

Please support Chaturbate Enhancer development - see how at https://cb-enh.improper.dev/contribute

§
Gönderildi: 07.08.2024

Is there an alternative way to add cams to the multicam viewer? Editing a file or in browser developer tools?

§
Gönderildi: 24.08.2024

Is there an alternative way to add cams to the multicam viewer? Editing a file or in browser developer tools?

https://sleazyfork.org/en/scripts/441079-chaturbate-enhancer/discussions/245592

if you want the "Add to multi cam viewer" button/link back on a cam's profile page

you can edit the script and add this line:
$linkContainer.css('display', 'unset');

in the latest version, 5.0.17 starts from the line 2059, it should look like this:

let $linkContainer = $('.BaseRoomContents div.defaultColor.styledDiv');
if ($linkContainer.length === 0) {
return;
}
// NOTE my change, 5.0.17 to fix the display: none;
$linkContainer.css('display', 'unset');

to answer your specific question, you could obviously add your own way to add to the list
you can also do it manually via browsers developer tools
it's under "Application" -> "Local storage" -> https://chaturbate.com -> cb-enh-multicam
you can edit it there manually if you really want to
it's in this format: {"rooms":["camgirl2343","camgirl1122"]}

§
Gönderildi: 26.08.2024

Thank you very much. It worked :)

Cevap paylaş

Yanıt göndermek için oturum açın.