| |
| Title: |
Autoblog News Only |
| Date Added: |
| 2007-09-21 15:08:58 |
Installs: |
237 |
|
| Description: |
Changes the news column to be the full width of the UI and hides the two other columns as well as the copyright and sister blog footer sections. |
| Preview of Autoblog News Only |
|
| View script source of Autoblog News Only |
|
| Comment of Autoblog News Only |
 |
[2007-10-03 11:26:13]kaszakolto18 says: |
var newsDiv = null;
newsDiv = document.getElementById('content');
if (onlyNews)
{
ToggleElementsDisplay(true, 'subcontent', 'sitemeta', 'footer', 'grid', 'statscol');
newsDiv.style.width = "95%";
}
else
{
newsDiv.style.width = "";
ToggleElementsDisplay(false, 'subcontent', 'sitemeta', 'footer', 'grid', 'statscol');
}
}
catch(err)
{
//Handle error here
//alert("ToggleNewsOnlyDisplay\r\rMessage: " + err.message + "\rDescription: " + err.description);
}
}
function ToggleElementsDisplay(bNone)
{
try
|
|
|
| |
| Written by |
|
 |
| Name: | wduvall |
| Scripts: | 1 |
| Styles: | 0 |
| Plugins: | 0 |
| Tags |
|
|
|
| About IE7Pro |
| IE7Pro is a plugin for the Internet Explorer web browser. It allows you to change how your favorite pages behave and look. There are many scripts that have already been written, and if you know javascript you can easily create your own! This site is a repository to download and install IE user scripts. |
| How to install user script |
1 . First you should have install IE7Pro 0.9.12 and above which support IE user scripts. 2. Check if IE7Pro "Preference" - "User Scripts" - "EnabLe User Script" is enabled. 3. Find your favorite scripts on iescripts.org and click "Install This Script" . |
| |
|
|
| |