browser extension

Your desktop widget shows the wrong track position?
Aionis fixes it.

Firefox Chrome Source Code

The problem

When you skip to the next song, your media widget still shows the old track's progress. This is a browser bug — they forget to update the position on track change.

Who needs this

How it works

Flow

1
Page loads
Hooks all media elements
2
Track changes
New source URL detected
3
Push position
setPositionState()
Fixed
Widget shows correct time

At a glance

0
Permissions
0
Data collected
0
Network requests
0
Tracking / analytics
100%
Offline & local
~90
Lines of code

Fixes track position only. Does not change metadata, artwork, or playback controls.