- Temporäre Communication-Session
- Services
- Verbindungsorientierter Data Stream
- Ausfallsicherheit
- Flusskontrolle
- Multiplexing
| ^\/([^@\s]+)@?(?:(\S+)|)\s?([\s\S]*)$ |
| // ==UserScript== | |
| // @name Slither.io Enlarge Map | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @author 22samuelk | |
| // @description Enlarges your Slither.io map | |
| // @updateURL https://gist.github.com/22sk/20aaea85f2b288f36a34e4982dfcb2c8/raw/enlarge-map.meta.js | |
| // @downloadURL https://gist.github.com/22sk/98bc88e5fdc53da4027663ac22f83134/raw/enlarge-map.user.js | |
| // @include http://slither.io/* | |
| // @include https://slither.io/* |
| { | |
| "update_id": { "__type": "integer" }, | |
| "message": { | |
| "__class": "\\in\\Message", | |
| "message_id": { "__type": "integer" }, | |
| "date": { "__type": "integer" }, | |
| "from": { |