Babyshambles (song)
"Babyshambles" is the first single for Pete Doherty's post-Libertines band of the same name. It was released in April 2004 on High Society Records. The single was limited to 2,000 copies of the CD and 1,000 copies of the 7" vinyl and both can now be found changing hands for more than £100 on internet auction sites such as eBay. It peaked at number #32 on the UK Singles Chart.
"Babyshambles" | ||||
---|---|---|---|---|
![]() | ||||
Single by Babyshambles | ||||
Released | April 2004 | |||
Genre | Indie, Rock | |||
Label | High Society Records | |||
Songwriter(s) | Alan Hammonds | |||
Babyshambles singles chronology | ||||
|
Track listing
- CD
- "Babyshambles"
- "Flophouse"
- "What Katie did"
- 7"
- "Babyshambles"
- "Flophouse"
Chart performance
Chart (2004) | Peak position[1] |
---|---|
UK Singles Chart | 32 |
gollark: ```javascript// ==UserScript==// @name DC Egg Time Getter// @namespace http://tampermonkey.net/// @match https://dragcave.net/view/*// @grant none// ==/UserScript==function getCapture(text, regex, def) { const result = text.match(regex); if (result === null || result === undefined) { if (def === undefined) { throw new Error("Text did not match regex."); } else { return def; } } else { return result[1]; }}const text = document.body.textContent;const days = parseInt(getCapture(text, /in: (\d+) day/, 0));const hours = parseInt(getCapture(text, /and (\d+) hour/, 0));const allHours = (days * 24) + hours;const storage = window.localStorage;const lastTime = storage.remainingTime;console.log("Time Remaining:", allHours);// check for low-ER timesif (allHours < 72) { console.log("Egg/Hatchling in low ER!"); if (lastTime !== allHours.toString()) { const d = new Date(); localStorage.changeTime = d.getTime().toString(); console.log("WAS", lastTime, "NOW", allHours) console.log("Hour Change Time FOUND!"); } else { storage.remainingTime = allHours; setTimeout(() => window.location.reload(), 2000); }}```Probably suboptimal, but I was in a hurry.
gollark: It worked quite well, though I did have to manually narrow them down a bit.
gollark: To get around all the work of refreshing for an hour, I made a userscript to refresh every few seconds and check if the time changes.
gollark: I did *almost* that.
gollark: Free, want ND or 2G prize.
References
- "Pete Doherty - Baby Shambles - Music Charts". acharts.us. Archived from the original on 27 October 2007. Retrieved 2007-10-21.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.