version 1.2, 2001/11/29 20:45:47
|
version 1.16, 2002/04/25 02:44:23
|
Line 13 function triggerURL(url) {
|
Line 13 function triggerURL(url) {
|
|
|
//--> |
//--> |
</script> |
</script> |
|
<script> |
|
function doneFn ( name , result ){ |
|
if (result){ |
|
if(result==999){//package já existe |
|
alert("restart your browser to complete the instalation"); |
|
}else{ |
|
alert("An error occured: " + result); |
|
} |
|
}else{ |
|
alert("installation done, restart your browser"); |
|
} |
|
} |
|
function instala(){ |
|
var xpi = new Object(); |
|
xpi["Banner Blind"] = "bannerblind.xpi"; |
|
InstallTrigger.install(xpi,doneFn); |
|
} |
|
</script> |
|
|
|
|
<!-- MAIN CONTENT --> |
<!-- MAIN CONTENT --> |
<P><B>Installation</B><BR> |
<P><B>Installation</B><BR> |
<p>These are the steps to get rid from the banners:</p> | Banner Blind - beta 3 is out! <br> |
<ol> | Thanks to Marcio Galli, Chia-liang Kao, Buckminster, Tux Racer and all the people |
<li>Locate the userContent.css file in your user profile folder</li> | that have supported us. |
<li>Edit the file to include the follow lines:<br> | <P> <a href="#" onClick="instala()">Install it NOW!</a> |
<textarea name="textfield" wrap="OFF" cols="80" rows="20">/* Banner Blind Mozilla */ | <p><b>Changes in this version</b></p> |
IMG[width="468"][height="60"]{ | <ul> |
visibility:hidden; | <li>The checkboxes are working fine now. (<a href="http://mozdev.org/bugs/show_bug.cgi?id=754">bugID |
} | 754</a>)</li> |
IMG[width="234"][height="60"]{ | <li>The radioboxes are working too. (<a href="http://mozdev.org/bugs/show_bug.cgi?id=749">bugID |
visibility:hidden; | 749</a>)</li> |
} | <li>The checkboxes area now shows scroll arrows when many sizes are listed.</li> |
IMG[width="120"][height="60"]{ | </ul> |
visibility:hidden; | <p><b>BannerBlind User Interface</b></p> |
} | <ul> |
EMBED[width="468"][height="60"]{ | <li>The settings window can be accessed from the Tools menu of your Mozilla</li> |
visibility:hidden; | <li>You can turn bannerblind on/off</li> |
} | <li>You can add new banner sizes</li> |
EMBED[width="234"][height="60"]{ | <li>You can enable/disable banner sizes individually</li> |
visibility:hidden; | <li>You can select the hidding behavior (remove the banner or just hide)</li> |
} | </ul> |
EMBED[width="120"][height="60"]{ | <p><b>Knowing Issues</b></p> |
visibility:hidden; | <p>There are no knowing issues at this time..</p> |
}</textarea> | <p> </p> |
</li> | <p><b>Test Page</b></p> |
<li>Save and restart your browser.</li> | <p>Here is a <a href="testpage.html">Test Page</a>. You can test your <b>BannerBlind</b> |
</ol> | And report bugs on our <a href="bugs.html">bugs page</a>.</p> |
<P><br> | <p><font size="-1">Number of BannerBlind downloads: <?php downloads('bannerblind.xpi', 'BannerBlind'); ?> |
<br> | |
| </font></p> |