AmberCutie's Forum
An adult community for cam models and members to discuss all the things!

Recent content by alyxxandmsstarzz

  • ** WARNING - ACF CONTAINS ADULT CONTENT **
    Only persons aged 18 or over may read or post to the forums, without regard to whether an adult actually owns the registration or parental/guardian permission. AmberCutie's Forum (ACF) is for use by adults only and contains adult content. By continuing to use this site you are confirming that you are at least 18 years of age.
  1. alyxxandmsstarzz

    Chaturbate Eye Contact Chat Tab For Chrome – Keep Your Gaze Near the Cam

    Converted for Tampermonkey. // ==UserScript== // @name Eye Contact Tab Enhancer // @namespace http://tampermonkey.net/ // @version 1.2 // @description Adds an "Eye Contact" tab and customizes chat behavior on Chaturbate broadcaster pages. // @author alyxxandmsstarzz //...
  2. alyxxandmsstarzz

    Chaturbate Eye Contact Chat Tab For Chrome – Keep Your Gaze Near the Cam

    Inspired by @cbhours "Eye Contact Tool", this script introduces a new "Eye Contact Chat" tab to your broadcaster page. When activated, chat messages go fullscreen and appear from the top down, keeping them closer to your webcam—helping you maintain natural eye contact with viewers! How It...
  3. alyxxandmsstarzz

    Stay Organized and Interactive: A Script for Chaturbate Tips!

    Example setup using a combination of coding I’ve shared: The left screen monitors general chat with PMs, user lists, settings, and the account menu. Message and emote sending are fully accessible and functional. The right display is split-screen: one side monitors incoming tips in real-time...
  4. alyxxandmsstarzz

    Chaturbate chat "pop-out" Chrome extension available for broadcasters...

    Updated: removed more interfering elements when using rotated monitor: document.querySelector(".BroadcastVideoPanel")?.remove(); document.getElementById("footer-holder")?.remove(); document.querySelector('[data-testid="room-tab-bar"]')?.remove(); document.querySelector(".appsTab")?.remove()...
  5. alyxxandmsstarzz

    Chaturbate chat "pop-out" Chrome extension available for broadcasters...

    Updated dev tools console code for "chat pop-out". removed interfering element and added remove/restore function to the "user info" box. //paste in console: document.querySelector(".BroadcastVideoPanel")?.remove(); document.getElementById("footer-holder")?.remove()...
  6. alyxxandmsstarzz

    Stay Organized and Interactive: A Script for Chaturbate Tips!

    I pair this with my pop out chat extension. one window for regular chat and the other to manage just the incoming tips
  7. alyxxandmsstarzz

    Stay Organized and Interactive: A Script for Chaturbate Tips!

    oh sorry i miss understood this is to keep track of tips from viewers for the broadcaster
  8. alyxxandmsstarzz

    Stay Organized and Interactive: A Script for Chaturbate Tips!

    seems to work for both but intended for models
  9. alyxxandmsstarzz

    Stay Organized and Interactive: A Script for Chaturbate Tips!

    Here's a script I'd like to share for those interested on filtering out general messages from the chat leaving just the incoming tips. I added a cross out function so you can keep track of all tips by being able to cross them out on click, I.E. after a tip menu "task" is performed/completed...
  10. alyxxandmsstarzz

    Chaturbate chat "pop-out" Chrome extension available for broadcasters...

    Alternatively you can paste this in Chromes Dev Tools Console and it will do the chat only effect without the chrome extension. Go to your CB broadcast page Right-click on any area (chat box) and click inspect. Navigate to the console tab and allow pasting, then paste this...
  11. alyxxandmsstarzz

    Chaturbate chat "pop-out" Chrome extension available for broadcasters...

    I've attached all the files needed and included a demonstration video. Hope this works for everyone. This could make it possible to monitor chat on phones, tablets etc...
  12. alyxxandmsstarzz

    Chaturbate chat "pop-out" Chrome extension available for broadcasters...

    Demostration Video and the unpacked files for the extension, for all:
  13. alyxxandmsstarzz

    Chaturbate chat "pop-out" Chrome extension available for broadcasters...

    ok yeah see I figured some of us would be interested in a fully functional chat display. I was able to keep messaging and the other tabs functional. PM, users, settings... I just want to intergrate zoom per tab function before I share. Essentially it just removes all the other elements from the...