Code Monkey home page Code Monkey logo

cbplus's Introduction


HOW TO USE


You need some kind of "Tampermonkey" for you browser.

Tested on: Chrome-like browser + Tampermonkey

Tampermonkey links: CHROME or FIREFOX

I think you can also use Greasemonkey but it is not tested.

After installing your browser plugin clico on icon and select **Create a new script ** and just copy and paste code from index.js and just save (you can use Ctrl+S to save btw)

Now you can visit chaturbate.com or chaturbate.com/cams-cbplus

End

cbplus's People

Contributors

valzar-cbp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cbplus's Issues

Not Working anymore...

Not Working anymore... after layout update it is only still working if you sort page by tags....
Pls Fix if Possible... THX

Adding a cam doesn't work

When I click "ADD" and then type a model name, it doesn't even add the cam. Looks like the XML request is not received for some reason :(

EDIT: NVM found the cause, due to being spanish, im always redirected to "es.chaturbate.com" so I had to modify code of the GET to that URL


Also a personal suggestion is that it would be cool if you added a "+" button to add a model by just clicking a button, similar to the blacklist one. Something like this (but with the "div" parameter somewhat working for the addCam method):

let addButton = document.createElement('div')
    addButton.innerHTML = '✅'
    addButton.setAttribute("name", tmpName)
    addButton.onclick = function () {
      let name = this.getAttribute("name")
      globals.http.open('GET', `https://chaturbate.com/${name}`, true)
      globals.http.setRequestHeader("Content-type","application/x-www-form-urlencoded")
      globals.http.onload = function() { addCam(globals.http.responseText, '', name) }
      globals.http.send()
    }
    buttons.appendChild(addButton)

Follow button

Can you please make a tampermonkey code for placing the follow button on the original chaturbate page next to followed tab top mid of the video

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.