Winamp logo for Last.fm

By SkafaceNxDx Last update Sep 30, 2008 — Installed 175 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 2 posts, 2 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
Avindra V.G. Scriptwright

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

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel