Chaturbate Enhancer

Enhances Chaturbate by adding multiple new features.

< Feedback on Chaturbate Enhancer

Review: Good - script works

§
Posted: 2024-06-27

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!

improper.devAuthor
§
Posted: 2024-07-28

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

§
Posted: 2024-08-07

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

§
Posted: 2024-08-24

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"]}

§
Posted: 2024-08-26

Thank you very much. It worked :)

Post reply

Sign in to post a reply.