Chaturbate Enhancer

여러 새로운 기능을 추가하여 Chaturbate를 향상시킵니다.

< Chaturbate Enhancer 피드백으로 돌아가기

리뷰: 좋음 - 스크립트가 잘 작동함

§
게시: 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.dev작성자
§
게시: 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

§
게시: 2024-08-07

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

§
게시: 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"]}

§
게시: 2024-08-26

Thank you very much. It worked :)

답글 게시

답글을 게시하려면 로그인하세요.