Cheatah: Subdomain auf HTML-Datei umlenken

Beitrag lesen

Hi,

Könntest Du bitte etwas genauer sagen, wie man genau das macht - ich meine das mit dem Script starten bei der Umleitung?

genauso, wie Du bei der Default-Datei ein Script startest: Das Ziel ist eine ausführbare Datei, etwa im CGI-Kontext, PHP oder sonstwas.

Oder meintest Du, einfach auf ein Script umleiten?

Jau. Sorry, wenn's missverständlich ausgedrückt war.

PS: Cheatah, meine vorherige Anfrage an Dich bzgl. Mozilla-user.css ist leider noch unbeantwortet.

Oh, die muss ich übersehen haben.

Wärest Du evtl. bereit, das zur Verfügung zu stellen?

Sicher doch. Ist nicht unbedingt optimiert, weil einige Spielereien drin sind und einige Eigenschaften auch von mir mit dem Prädikat "naja, reicht halt" versehen wurden; aber hier isses:

blink { text-decoration:none !important; }
marquee { -moz-binding:none; display:block; height:auto !important; }
*[src*=".swf"] { display:none !important; }
param[value*=".swf"] { display:none !important; }
a[href^="javascript:"] { color:green !important; }
a[href^="javascript:"][href*="close()"] { display:none !important; }
a[href*="ideenreich.com/"] { text-decoration:line-through !important; }
a[href^="mailto:"]:before { content:url(file:///.../img/mail.png); vertical-align:top; padding-right:2px; }
a[href^="#"]:before { content:url(file:///.../img/down.png); vertical-align:top; padding-right:2px; }
a[href^="#top"]:before { content:url(file:///.../img/up.png); vertical-align:top; padding-right:2px; }
a[href^="javascript:"][href*="open"]:before { content:url(file:///.../img/rightup.png); vertical-align:top; padding-right:2px; }
a[onclick*="open"]:before { content:url(file:///.../img/rightup.png); vertical-align:top; padding-right:2px; }
a[target="_blank"]:before { content:url(file:///.../img/rightup.png); vertical-align:top; padding-right:2px; }
a[target="_tab"]:before { content:url(file:///.../img/right.png); vertical-align:top; padding-right:2px; } /* Jau, gibt's nicht :-) */
a[name]:before { content:"[#" attr(name) "] "; font-family:Arial,sans-serif; font-size:11px; font-weight:normal; color:#888888; height:auto; }
a[name] { border:1px solid #888888; }
*[accesskey]:after { content:" {" attr(accesskey) "}"; }
*[tabindex]:after { content:" [" attr(tabindex) "]"; }
a font[color] { color:inherit !important; }
input[type="reset"] { display:none !important; }
button[type="reset"] { display:none !important; }

Die vielen .png-Grafiken sind kleine Symbole, etwa 9x9 Pixel, die meist Pfeilen darstellen - nichts weltbewegendes und leicht selbst zu erstellen. Auf dieser Basis kann man leicht weiterarbeiten, z.B. form[action^="mailto:"] { display:none; } oder so :-)

Cheatah

--
X-Will-Answer-Email: No