User.js: Music on VK

Created on 25 Jun 2017  路  1Comment  路  Source: arkenfox/user.js

I've an issue in playing audio music on VK.com getting this message:

Error
An error occurred while downloading the audio file. Please try refreshing the page

of course I did refresh, still the same, I'm troubleshooting this issue, any tips would be appreciated.

PS> that issue never appear with FF defaults.

Most helpful comment

ok, solved by

/* 2030: disable auto-play of HTML5 media

  • [WARNING] This may break video playback on various sites /
    user_pref("media.autoplay.enabled", *
    true
    );

and disable tracking protection.

Thanks,

>All comments

ok, solved by

/* 2030: disable auto-play of HTML5 media

  • [WARNING] This may break video playback on various sites /
    user_pref("media.autoplay.enabled", *
    true
    );

and disable tracking protection.

Thanks,

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Thorin-Oakenpants picture Thorin-Oakenpants  路  3Comments

Thorin-Oakenpants picture Thorin-Oakenpants  路  5Comments

kaliostro2 picture kaliostro2  路  7Comments

Thorin-Oakenpants picture Thorin-Oakenpants  路  5Comments

Thorin-Oakenpants picture Thorin-Oakenpants  路  5Comments