Libraryless. Click here for Pure Java version (4903L/32K).
1 | svoid openTwitchChatInChrome() {
|
2 | openTwitchChatInChrome("stefanreich");
|
3 | } |
4 | |
5 | svoid openTwitchChatInChrome(S userName) {
|
6 | nohup(chromeCmd(false) + " --app=" + twitchChatURL(userName)); |
7 | } |
8 | |
9 | svoid openTwitchChatInChrome(S userName, Rect windowBounds, O... _) {
|
10 | startChromeAppWithWindowBounds(twitchChatURL(userName), windowBounds, _); |
11 | } |
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: | 421 / 579 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |