Andrews54757 / FastStream

Stream videos without buffering in the browser. An extension that gives you a better, accessible video player designed for your needs.
https://faststream.online/
Other
443 stars 30 forks source link

[BUG] Auto enable does not work with Firefox #281

Closed MrGoatsy closed 2 weeks ago

MrGoatsy commented 2 weeks ago

Describe the bug Auto enable does not work with Firefox

I have this regex: https:\/\/www\.youtube\.com\/watch\?v=([^&]+)

Version Latest one

Platform Firefox

Steps to Reproduce Any video, it will not automatically enable the player on Youtube.

Andrews54757 commented 2 weeks ago

You may have forgotten to put a tilde ~ before the regex. Try this:

~https:\/\/www\.youtube\.com\/watch\?v=([^&]+)

From the instructions in settings:

Will automatically enable the extension upon visiting these URLs and disable upon leaving. One URL per line, pages starting with that URL will also match. For regex, prepend with a tilde (~). One regex per line. To exclude sites, prepend with an exclamation mark (!).