Lycos iQ Autoaktualisierer [10]

By Lukeeey Last update Oct 4, 2008 — Installed 37 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0

There are 4 previous versions of this script.

// ==UserScript==
// @name           Lycos iQ Autoaktualisierer [10]
// @namespace      Lycos iQ
// @description    Aktualisiert alle 10 Sekunden die Seite wo man alle Fragen sieht, damit man nicht staendig auf "Alle Fragen" klicken muss! (c) Lukas Moeller
// @include        http://iq.lycos.de/qa/srch/*
// @include        http://*.de/qa/srch/*
// @include        http://www.decido.de/*
// @exclude        http://www.decido.de/


setTimeout("window.location.reload()", 10000)


// ==/UserScript==