Code Monkey home page Code Monkey logo

Comments (5)

deanveloper avatar deanveloper commented on July 20, 2024 2

Made a pull request: #40

from multitwitch.

TheTedAdams avatar TheTedAdams commented on July 20, 2024

Looking into how to do this, I think currently an older format of the chat embed URI is being used:

<iframe [...] src="http://twitch.tv/chat/embed?channel=' + name + '&popout_chat=true"></iframe>

So current URI format is

'http://twitch.tv/chat/embed?channel=' + name + '&popout_chat=true'

Looks like this now redirects to URI of the format:

'https://www.twitch.tv/embed/' + name + '/chat'

And in that URI format we can just add the param ?darkpopout

'https://www.twitch.tv/embed/' + name '/chat?darkpopout'

This could easily be managed via a new button with the other two links at the bottom.

I was going to throw together a PR for this, but after getting python set up on my machine one of the dependencies doesn't seem to work in python 3... so maybe another day.

from multitwitch.

hwooo avatar hwooo commented on July 20, 2024

I want this feature too.

from multitwitch.

deanveloper avatar deanveloper commented on July 20, 2024

I'll see if I can fix and make a pull request

from multitwitch.

nicholi avatar nicholi commented on July 20, 2024

Added my own pull request, which just pulls from querystring intead of addng new UI elements. Unsure if that will make it more likely to get merged. Really hating the blaring white chat.

#45

from multitwitch.

Related Issues (20)

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.