Ikariam Thin Views

By oliezekat Last update Dec 4, 2011 — Installed 19,967 times.

Thanks

in
Subscribe to Thanks 4 posts, 2 voices



Bedevere Scriptwright

Thanks for another good script. I also added:

case 'safehouse':
case 'plunder':

to trim down the spy page and the pillage page. Is there some reason not to have those in there? Those are the ones that I use the most. =)

 
oliezekat Script's Author

Thank, anybody would like search pages which we could hide something ?

 
Bedevere Scriptwright

Hi, here is a suggestion to further improve the pillage page:

case 'plunder':
ThinViews.Set_Plunder_Styles();
break;

and

ThinViews.Set_Plunder_Styles = function()
{
// define CSS
var default_style = <>
body .buildingDescription { background-image: none !important; height: auto !important; }
body .buildingDescription h1 { font-size: 15px !important; }
body .buildingDescription p { display: none; }
body .content p {display: none}
</>.toXMLString();
GM_addStyle(default_style);
}

the ".content p" is the part that warns us we have to blockade first if there are fleets. We all know that already! =P

 
oliezekat Script's Author

Thank you :o)

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel