Go Ahead blijft aan kop ondanks nederlaag

by Team on 27/11/2009

Go Ahead Eagles ging onderuit in Dordrecht, maar bleef wel koploper in de Jupiler League. SC Cambuur en De Graafschap volgen op een punt.

Leave a Comment

Previous post: Fortuna verliest bij Telstar

Next post: Groen licht voor Innovatoren op Floriade-terrein

// ==UserScript== // @name Feedsportal Ads-Skipper // @namespace http://github.com/bodo/userscripts // @description Remove Feedsportal Ads // @include http://da.feedsportal.com/* // ==/UserScript== (function(){ links = document.evaluate("//div[@align='right']/p/a[1]", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); if (links.snapshotLength > 0) { element = links.snapshotItem(0); window.location.href = element; } })();