Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1026324 // openTwitchChatInChrome

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (4903L/32K).

svoid openTwitchChatInChrome() {
  openTwitchChatInChrome("stefanreich");
}

svoid openTwitchChatInChrome(S userName) {
  nohup(chromeCmd(false) + " --app=" + twitchChatURL(userName));
}

svoid openTwitchChatInChrome(S userName, Rect windowBounds, O... _) {
  startChromeAppWithWindowBounds(twitchChatURL(userName), windowBounds, _);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1026324
Snippet name: openTwitchChatInChrome
Eternal ID of this version: #1026324/5
Text MD5: 4fec896b531c4aa4aa53455b92cf41f0
Transpilation MD5: f40644a62f7e10ba1f7dde7291c930ce
Author: stefan
Category: javax / platform
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-12-21 13:38:32
Source code size: 345 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 137 / 222
Version history: 4 change(s)
Referenced in: [show references]