stefansundin / vlc-protocol

Open vlc:// links directly from your web browser.
https://tinyurl.com/hv8d778
GNU General Public License v3.0
193 stars 41 forks source link

This repo no more working on firefox after update? #17

Open sennoncap opened 10 months ago

sennoncap commented 10 months ago

Is that anything to fix it because vlcprotocol.exe no more work on firefox latest update, but it work perfectly on Chrome sir.

babsonnexus commented 9 months ago

Edit the vlc-protocol.bat file and add this line (after the last set url command):

set url=!url:https/=https:/!

For some reason, Firefox is removing colons from links, so this puts them back in. That code is for https, but you could do the same for http, if you need it.