// ==UserScript==
// @name           Linksys FF ShowVideo
// @namespace      infohit
// @description    Show Video in firefox browser
// @include        http://*/main.cgi?next_file=main.htm
// ==/UserScript==
var elmExtra = document.getElementById('vidDIV');
elmExtra.innerHTML = '<embed type="application/x-vlc-plugin" name="video1" autoplay="yes" loop="no" width="320" height="240" target="/img/video.asf" />';
