Last.FM Discussion V3 - Compare Libraries, Post Charts & Other "Fun" things...
5,593 replies, posted
donated you a dolla, hope you enjoy it.
[editline]27th June 2012[/editline]
well now i just have to post a 4x4
[img]http://tapmusic.net/lastfm/collage.php?user=Njittie&type=7day&4x4=true&caption=true&playcount=true[/img]
I love the tags on last FM sometimes. I need to get "Stuff I should be able to inject directly into my blood" into my top tags
Does the Music Compatibility Percentage Script download link work for someone else? D:
[QUOTE=fredu;36516239]Does the Music Compatibility Percentage Script download link work for someone else? D:[/QUOTE]
It did a few days ago.
[editline]27th June 2012[/editline]
[code]// ==UserScript==
// @name Last.fm Compatibility Percentage
// @namespace http://iso5.net/lastfm/
// @description Display the percentage value in the compatibility bar on user pages
// @include http://www.last.fm/user/*
// @exclude http://www.last.fm/user/*/*
/*
* Last.fm Compatibility Percentage
* 2008-07-26: Version 0.1
*
* 2008-09-20: Version 0.2
* Adjustments for recent layout changes
*
* 2009-01-30: Version 0.3
* Regex adjustemnt for float numbers
*
* This bit of code is released into the Public Domain by http://www.last.fm/user/iriebob/
*/
(function() {
var i = window.setInterval("iso5_checkTasteometer()", 200);
var count = 0;
unsafeWindow.iso5_checkTasteometer = function() {
try {
var d = document.getElementById('tasteometer');
var s = d.getElementsByTagName('span')[1].style.width;
var r = /^([0-9.,]+)(%)$/;
r.exec(s);
if (RegExp.$2 == "%") {
var p = d.getElementsByTagName('p')[0];
p.firstChild.nextSibling.nextSibling.nextSibling.innerHTML += " (" + s + ")";
clearInterval(i);
}
else {
count++;
}
} catch (e) {
count++;
}
if (count > 50) {
clearInterval(i);
}
}
})();[/code]
works fine
[QUOTE=AK'z;36516457]triangle is glorious[/QUOTE]
I swear you post this every time it's on my chart
But it is a brilliant album
Glorius. [url]http://vlog.xuite.net/play/R1FHYXZCLTUwNTc2MzcuZmx2[/url] [VMAJ2012 Perfume SONG Performance]
Also, lasttap hasn't been working for me for the past 2 days now.
[img]http://tapmusic.net/lastfm/collage.php?user=Hakitarkus&type=7day&4x4=true&caption=true&playcount=true[/img]
Yay, its broken.
rip:(
[editline]27th June 2012[/editline]
why doesn't last fm implement it, lazy asses
Silverhawk do you have a local copy of that somewhere? I've got room.
[QUOTE=lavacano;36525609]Silverhawk do you have a local copy of that somewhere? I've got room.[/QUOTE]Yeah...but I'm thinking about moving it to my spare server I've got. Plus I have some uh, sensitive stuff in there. :x
silver you should go up to them like dragon's den and pitch the idea and get profit.
[QUOTE=AK'z;36532079]silver you should go up to them like dragon's den and pitch the idea and get profit.[/QUOTE]Foolproof, nothing could go wrong
Also I paid the bill, some nice guy donated $25 and I covered the $4 difference.
[QUOTE=silverhawk79;36529985]Yeah...but I'm thinking about moving it to my spare server I've got. Plus I have some uh, sensitive stuff in there. :x[/QUOTE]
you keep your porn in the 3x3 files?
[QUOTE=lavacano;36553418]you keep your porn in the 3x3 files?[/QUOTE]
Modern day Prometheus.
[IMG]http://i.imgur.com/U0qoa.jpg[/IMG]
btw that astrobrite album is wank
Alot of non Black Metal related Punk for once.
[IMG]http://tapmusic.net/lastfm/collage.php?user=UberWarri0r&type=7day&caption=true&playcount=true[/IMG]
grid doesn't work for me.
[editline]30th June 2012[/editline]
is there any kind of script thing where we can make our own grid if the server goes up?
[URL="http://lastlabs.pl"][IMG]http://lastlabs.pl/gaotm.php?username=Daniellynet&logo=off&photo=off[/IMG][/URL]
[url=http://lastlabs.pl][img]http://lastlabs.pl/gaotm.php?username=Daniellynet&logo=off&photo=on[/img][/url]
Whenever it manages to render mine.
Seems to be broken or something.
Sorry, you need to Log In to post a reply to this thread.