jackun / VLCTube

The Unlicense
16 stars 4 forks source link

Changing of the buffer-length value fails. #80

Open LL25255252 opened 8 years ago

LL25255252 commented 8 years ago

After reloading the page the buffer-length goes "back" to its previous value.

Other than that VLCtube works great.

Tested on a new/fresh Palemoon 26.0 profile Greasemonkey 3.6 Fork for SeaMonkey & PaleMoon https://github.com/janekptacijarabaci/greasemonkey/releases VLC Web Plugin 2.2.1.0

TIA.

jackun commented 8 years ago

Seems to work for me. Click somewhere else before reload. The 'input changed' event is not triggered otherwise.

LL25255252 commented 8 years ago

Seems to work for me. Click somewhere else before reload. The 'input changed' event is not triggered otherwise.

Tried it but got same behavior. Can you please post here "where" did you test it (browser,GM version,VLC web plugin version) ? and can you please test it on a clean/fresh palemoon profile ?

jackun commented 8 years ago

Nvm, undefined variables get dropped when copying from GM scope to document or something :-/

E: Ah, JSON.stringify removes undefined values.

LL25255252 commented 8 years ago

:+1: thanks for the quick fix.