https://github.com/dertyp7/ts5-addon-fix-avatars
This is a simple script that fixes the bug that avatars are not fully displayed and cut off at the bottom
https://github.com/dertyp7/ts5-addon-fix-avatars
teamspeak teamspeak5
Last synced: 3 months ago
JSON representation
This is a simple script that fixes the bug that avatars are not fully displayed and cut off at the bottom
- Host: GitHub
- URL: https://github.com/dertyp7/ts5-addon-fix-avatars
- Owner: DerTyp7
- Created: 2023-10-08T12:46:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-08T15:50:21.000Z (over 1 year ago)
- Last Synced: 2023-10-09T14:24:58.474Z (over 1 year ago)
- Topics: teamspeak, teamspeak5
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fix TS5-Avatars
This is a simple script that fixes the bug that avatars are not fully displayed and cut off at the bottom.
This addon uses a workaround due to limitations in the TS5 addon integration.
 > GIFs may not work as intended
> This code uses the [TS5AddonInstaller](https://github.com/FelixVolo/TS5AddonInstaller)## Installation
1. Download the latest release from [here](https://github.com/DerTyp7/ts5-addon-fix-avatars/releases/latest).
2. Download the latest release of the [TS5AddonInstaller](https://github.com/FelixVolo/TS5AddonInstaller/releases/latest).
3. Run the TS5AddonInstaller and select the downloaded zip file.
4. Click on `Install` and restart the TeamSpeak 5 client.> **Note:** For installation issues or similar read the documentation of the [TS5AddonInstaller](https://github.com/FelixVolo/TS5AddonInstaller).
## Description of the workaround
I noticed that when the user clicks out of the TS5 window, it adds `ts-frame=1` to the image element of the avatar. Chromium behaves strangely with this changing `src`. So I copied the old image and replaced the new one, which isn't affected by the code.