hfiguiere / no-flash

A WebExtension to help eradicate the Flash pandemic.
Mozilla Public License 2.0
42 stars 5 forks source link

Support flowplayer #5

Open hfiguiere opened 10 years ago

hfiguiere commented 10 years ago

Example page

http://www.clubvideoflash.com/_page/prod/2013/lego-marvel-super-heroes-fr.php

edmorley commented 9 years ago

Unfortunately with this example, the only video assets I can find are in flash video format (.flv), so not sure there is anything we can do? Do you have any example flowplayer embed sites where there are also non-flash video assets available?

hfiguiere commented 9 years ago

No idea to be honest. This needs to be investigated.

hfiguiere commented 9 years ago

Another example http://rcfp.org/encryptnews

gnblizz commented 9 years ago

I used flowplayer a lot, since sites like gooddrama.net and animenova.tv and related sites embed iframes to video hoster who seem to like flowplayer a lot. However, tyred of flash issues, I invented a little userscript, which searches the script tags for an URL and replaces the iframe document. I was surprised, how easy that was. And it works. But not all the times.

UI sites using iframe: animedreaming.tv, animeplus.tv, animetoon.tv, animeultima.tv, animewow.tv, dramagalaxy.com, dramago.com, videozoo.me

embed streaming sites using flowplayer: auengine.com, easyvideo.me, gump.oose.io, play44.net, video44.net, video66.org, videowing.me, videozoo.me, yucache.net

Well, these are just examples. And they may be related, because the look alike.

The embed site pages usually contain a script with a variable _url, which usually gets a valid URL assigned. This URL is is suitable for a video source tag after performing decodeURIComponent.