Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
consider:
var cont=document.evaluate("//*[@class='scrobblesource']",document,null,9,null).singleNodeValue;
if(cont.innerHTML.indexOf('Winamp')!=-1){
var icon=document.evaluate("//*[@class='ss_icon']",document,null,9,null).singleNodeValue;
icon.innerHTML = '<img height="18" width="18" src="http://cdn.last.fm/flatness/icons/scrobblesource/winamp.png" capture="pluginicon"/>';
}
xpath is better |