Moez Bouhlel

Results 20 comments of Moez Bouhlel

Latest version (v0.3.8, released July 23, 2017) includes reporting browser language/version, user geolocation and extension version to Google analytics. The code to submit the data: https://github.com/lejenome/html5-video-everywhere/blob/master/data/report-geolocation.js The UUID token is...

The data that I'm collecting is the same data Firefox/Mozilla is collecting in their AMO site. The add-on statics are already public on AMO: https://addons.mozilla.org/en-US/firefox/addon/html5-video-everywhere/statistics/?last=365 The reason I'm using other...

Collecting statics would help me to understand the add-on state better and answer some questions: - Does YouTube comment section now showing most time and DRM protected videos not loading...

I completed the migration into a self hosted piwik server and I deleted support for Google Analytics. I did also rename `reportGeolocation` function into `sendStatics` and `report-geolocation.js` file into `statics.js`...

The extension provides a setting on the Addon manager to set the default volume. I will implement remembering last volume value on the video player but not sure if every...

This fork is not on sync with Firefox/gecko code and other changes including Add-on SDK. Currently 26.0 is the min supported version and I'm planning to update to 38.0 as...

@mattatobin : I'm using jpm which is not compatible with PaleMoon. That's currently the only blocking issue. I do not find any reason for PaleMoon to not support jpm as...

Does No-Script block other extensions scripts injected to the web pages? Because the extension does not depends on YT hosted scripts, just two scripts injected to the web page. On...

Firefox v36 added a basic support to MSE which is needed to support adaptive streaming.

This issue depends on #9 which itself depends on unimplemented MSE HTML5 specification on Firefox stable releases yet. It should be available starting from one of the next two Firefox...