Chaturbate Enhancer (compat build)

Lag fixes, safer observers, ES2018 syntax, seamless loading, no notification spam

< Feedback on Chaturbate Enhancer (compat build)

Review: Good - script works

§
Posted: 2025-09-25

Hey there,

Thx for the script as is works quite well. Great piece of work.
i would like to know if it's possible to add another website to it ? Not asking you to add it to the original script, i'd just like to know how to do it, i did try and it shows up and almost fully works but i can't see the settings option. The website is : https://auth.camschedule.com/ it is an exact copy of CB and every other script intended for CB also work there, i just can't figure what part of the code to modify to make the script fully work there.
Your help would be much appreciated.

Thx in advance,
Peace.

nao tem comoAuthor
§
Posted: 2025-09-26

Thanks for the feedback! 🙏
I’ve implemented the change in the original code since it’s really simple.
If you’re updating manually, just change these lines:

// in GridManager.init()
const container = Utils.findElement([
  "ul.advanced-search-button-container",
  "ul.top-nav",
  "nav ul",
  "ul#nav" // <--- add this
]);

// in StatsManager.updateHiddenModelsStat()
const parent = (merchLi && merchLi.parentNode) ||
  Utils.findElement([
    "ul.top-nav",
    "ul.main-nav",
    "nav ul",
    "ul#nav" // <--- add this
  ]);
§
Posted: 2025-09-26

Thanks a lot. Much appreciated.
Keep up the good work 👌🏻💪🏻.

Post reply

Sign in to post a reply.