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”);
very nice it works perfect