8,9d7
< var startthousand=5000;
< var ongoingsecs=15;
12,15c10,11
< var lposx=(document.URL.split('#')[0] + '&' + document.head.innerHTML).split('left' + 'pos=');
< var tposx=(document.URL.split('#')[0] + '&' + document.head.innerHTML).split('top' + 'pos=');
< var stx=(document.URL.split('#')[0] + '&' + document.head.innerHTML).split('sta' + 'rtsecs=');
< var osx=(document.URL.split('#')[0] + '&' + document.head.innerHTML).split('ongoi' + 'ngsecs=');
---
> var lposx=(document.URL + document.head.innerHTML).split('left' + 'pos=');
> var tposx=(document.URL + document.head.innerHTML).split('top' + 'pos=');
19,20d14
< if (eval('' + stx.length) > 1) { startthousand=Math.round(eval(1000.0 * eval('' + decodeURIComponent(stx[1].split('&')[0].split("'")[0].split('"')[0])))); }
< if (eval('' + osx.length) > 1) { ongoingsecs=Math.round(eval(1.0 * eval('' + decodeURIComponent(osx[1].split('&')[0].split("'")[0].split('"')[0])))); }
54c48
< fixooih='
Optionally change Javascript ...
';
---
> fixooih='Optionally change Javascript ...
';
69,87d62
< if (startthousand <= 0) { document.getElementById('bnmt').click(); }
< }
<
< function changeos(obu) {
< resetc();
< var newos=prompt('Seconds to wait between visibility toggling.', '' + ongoingsecs);
< if (newos == null) { newos=''; }
< if (newos.trim() != '') {
< var wasos=ongoingsecs;
< try {
< ongoingsecs=eval('' + newos);
< } catch(fgsds) {
< ongoingsecs=wasos;
< }
< if (document.getElementById('mypgr')) {
< document.getElementById('mypgr').max=ongoingsecs;
< obu.innerHTML='Ongoing Seconds ' + ongoingsecs;
< }
< }
103c78
< if (vist >= ongoingsecs) {
---
> if (vist >= 15) {
105d79
< document.getElementById('dbnmt').style.cursor='pointer';
108d81
< document.getElementById('dbnmt').style.cursor='progress';
130,135c103
< if (startthousand <= 0) {
< scourjs();
< } else {
< setTimeout(scourjs, startthousand);
< }
<
\ No newline at end of file
---
> setTimeout(scourjs, 5000);
\ No newline at end of file