Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.33 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.33 KB

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.
image image

GIFs may not work as intended
This code uses the TS5AddonInstaller

Installation

  1. Download the latest release from here.
  2. Download the latest release of the TS5AddonInstaller.
  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.

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.