BrowserWorks / Waterfox-Classic

The Waterfox Classic repository, for legacy systems and customisation.
https://classic.waterfox.net
Mozilla Public License 2.0
175 stars 34 forks source link

Waterfox Classic - Audio Player Problem with all Radio France sites (unable to play audio player) #137

Open decembre opened 2 years ago

decembre commented 2 years ago

Problem with all Radio France sites (unable to play the audio player) I can't click on the Play button of the audio player.

Same problem when i disable Adblocker, userscripts, open them in a Clean Profile etc .... Tested User Agent, Polly etc tooo .

These sites work with Chrome / Firefox Quantum

My config: Win10 - Waterfox Classic Updated

test links:

buttercookie42 commented 2 years ago

I'm seeing an import-related failure in the console, so most likely depends on #121. If you want to, you can give one of the test builds from https://github.com/buttercookie42/Waterfox-Classic/actions/runs/2556805234 a try.

(With my local build, that page is playing back fine, although there's a small chance that the page additional happens to depend on one of the subsequent backports, too…)

decembre commented 2 years ago

Thanks, but Hmmm, what i can do with that? I am not dev....

buttercookie42 commented 2 years ago

If you scroll down on that page, you can download the _Artifact_Classic_Windows2556805234 archive which contains a test build of Waterfox with the fixes for #121 you can try out. (Just note that it's an unofficial test build, and not yet the final version.)

decembre commented 2 years ago

Ok . If i install it, it may override my Waterfox install ? It is possible to install without break my own Waterfox ?

buttercookie42 commented 2 years ago

Just unzip it in a separate directory and run it from there.

If you want to use a separate profile, launch it via Start → Run C:\Path\To\waterfox.exe -p -no-remote and create a separate profile for testing. (Also temporarily uncheck the Use the selected profile without asking at startup option.) When you're done with it, you can delete that profile again and in your regular Waterfox installation select your regular profile and check the Use the selected profile without asking at startup option again.

decembre commented 2 years ago

Whooo, done! :-) With your Waterfox Classic version, these links work fine! Thanks... In how many time you include it in the official build?

buttercookie42 commented 2 years ago

After the current pull request for the logical assignment operators (#138), the module import-related patches will be next in the queue, so probably the next Waterfox release, whenever that may be (probably around August?).

decembre commented 2 years ago

Anyway, good job!

Just by curiosity and interest: I use Firebug (yes i know, it is not maintained.... but it is so easy for CSS testing in conjonction with Firepath).

Normally it should be include in the devtool of the actual Quantum: Testing it and not found so practical.

But this old beloved Firebug sometime freeze, with error around html.lib if i remember well.

Do you know if a Fork of Firebug - more updated - exist? I have search but not found something.