Maastrichtse hardcoreband Backfire stopt

by L1 nieuws on 15/11/2009

De Maastrichtse hardcore band Backfire stopt ermee. Dit weekend waren de laatste optredens in Antwerpen en Leipzig. Na 15 jaar houdt de band het voor gezien wegens prive-omstandigheden. Backfire is vooral bekend in Amerika en België waar ze concerten gaven voor vele duizenden fans. Hun grootste hit was Still Dedicated.

Leave a Comment

Previous post: Britse olympische ploeg naar Handbaldagen

Next post: Fuat Capa blijft bij MVV

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