Here’s Kent - Vapen & Ammunition

January 17th, 2008 Amy

I know lyrics are online, but people might be still looking for them… mainly because Kent’s website is all in Swedish, ha! Makes it just a tiny bit harder to look around if you don’t know Swedish… though it’s pretty similar to English. Anyway, 99,9% of the credit goes to Kent.nu

And Julyssa, for giving me the album. She knows she rocks…

  1. Sundance Kid
  2. Pärlor
  3. Dom Andra
  4. Duett
  5. Hur Jag Fick Dig Att Älska Mig
  6. Kärleken Väntar
  7. Socker
  8. FF
  9. Elite
  10. Sverige

Read the rest of this entry »

Tags: , ,

Deezer Not Playing Songs?

January 17th, 2008 Amy

Apparently Deezer’s brand new player (2.0) doesn’t allow right-clicking greyed-out songs. However, the following code seems to be setting a ‘french’ cookie so you can listen to them…

Taken from this Deezer forum topic;

javascript:function SetCookie (name, value){var aujourdhui = new Date();var expdate=new Date();expdate.setTime(aujourdhui.getTime()+(24*60*60*1000));document.cookie = name + “=” + value + “;expires=”+expdate.toGMTString()+”;path=/”;}SetCookie(’COUNTRY’, “FR”);

Tags: