Source for "Wrts -> Wrts-lijst"

By Twan Coenraad
Has 4 other scripts.


// ==UserScript==
// @name           Wrts -> Wrts-lijst
// @namespace      http://userscripts.org/tags/Wrts
// @description    Bij bezoek van de Wrts-homepage wordt deze vervangen door de Wrts-lijstenpagina.
// @include        http*://*.wrts.nl/
// ==/UserScript==
var check = document.getElementById("loginVak");
if (check)
	{
	location.href = "http://www.wrts.nl/lijst";
	}