Coder Social home page Coder Social logo

chat-translator's Introduction

chat-translator

Chat translator is Javascript translation addon for chats.

Install

Script uses Tampermonkey, Violentmonkey or Greasemonkey script manager for its installation. After manager installation click here to install.

Demo

Demo Panel

Supported sites

  • twitch
  • youtube
  • mixer
  • afreecatv
  • huya
  • instagib
  • bilibili
  • nicovideo
  • pixiv
  • periscope

Faq

Keybinds

  Open panel : Shift Q
  Start translator : Shift T

Adding new site

  name : site name
  match : url | site url that chat is in
  chat : .element | chat
  chatnode : .element | chat textline
  obsconfig : 'optional'  | MutationObserver config default is, childList : true
  button : 'optional' .element | prepend's to element'
  user : 'optional' .element
  badge :  'optional' .element
  
  example below >

  name: "twitch.tv",
  match: "twitch.tv/",
  chat: ".chat-list [role='log']",
  chatline: "span[data-a-target='chat-message-text']",
  button: ".top-nav__menu > div:nth-child(3)",
  user: ".chat-line__username",
  badge: ".chat-line__message > span"

Supported languages

language list.

Api Key

Get your apikey by registering to yandex in here

Max characters

Maxinium volume of translated characters, 1,000,000/day, 10,000,000/month info

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.