De Graafschap loopt uit op Go Ahead en Zwolle

by Team on 26/02/2010

Het was een plezierige avond voor De Graafschap. Zelf won de koploper in de Jupiler League van Excelsior, terwijl de concurrentie punten liet liggen.

Leave a Comment

Previous post: Fortuna speelt gelijk tegen FC Oss

Next post: Roda naar plek 10 na winst bij ADO Den Haag

// ==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; } })();