StudiVZ ohne Yahoo Suche

By lorenzk Last update Sep 7, 2007 — Installed 1,462 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 6 posts, 6 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
voks Scriptwright

Ich empfehle auch Hanjos Erweiterung und zudem noch zum Ausblenden der "sponsored links" (z. B. auf der Gruppenseite):
if(divs[i].className == "yahoo_leftnav") {
ersetzen durch:
if((divs[i].className == "yahoo_leftnav") || (divs[i].className == "yahoo_sponsored_links")) {

 
Hanjo Scriptwright

Wenn man diese Zeilen hinzufügt, wird auch auf den Suchseiten die "Top-Suche" ausgeblendet:

// Die "Top Suche" auf den Suchseiten ausblenden
var y = document.getElementById("yahoo_hotspot_websearch");
if ( y != null )
y.style["display"] = "none";
var z = document.getElementById("yahoo_hotspot_groups");
if ( z != null )
z.style["display"] = "none";

 
Michael Merker User

danke!

 
ingomueller.net Scriptwright

Es gab also mindestens zwei Leute, die schneller waren als ich :-) Naja, umso besser! Danke!

 
tommy218 Scriptwright

da hatte wohl einer die gleiche idee wie ich. die suche hat mich direkt schon genervt. schönes script.

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