Update 2: Again, MySpace made some funny changes to their player (indeed, it's a completely new player this time), so I have to update OiNKPlus accordingly. I'm on holidays till Sunday, an update will follow then.
Update 1: Just a few days after release of OiNKPlus version 9, MySpace made a small change to their player code resulting in the player to not show up. This is fixed with version 10.
Additionally as of version 9 , OiNKPlus will work with the new Last.fm site structure, so the player will show up again. The appeareance of OiNKPlus has been cleaned up to better embed in the supported sites. SSL on What.cd is supported now.
Cheers,
Indie
OiNKPlus is a media enhancer and artist discovery add-on for Firefox, that works in collaboration with many music trackers (and other select BT sites). The added OiNKPlus info cleverly coalesces within the supported website for seamless integration on the .torrent download page - and it even works with The Pirate Bay and mininova. Below is a look at the before and after examples on What.cd and mininova.org:
Description and pictures published by FileshareFreak (Thanks)
What.cd with… | What.cd without… | Mininova with… | Mininova without… |
Subscribe to:
Post Comments (Atom)
6 comments:
When are we going to get a link to rateyourmusic.com pages?
Yeah, good point, wil be included in the following update.
youtube would be cool too... ;)
The Myspace Player still or again doesnt shows up with Version 10
Tried it with 4 regular Sites .
Using Firefox 3 on XP and latest Greasemonkey .
Please fix it and thankyou for this gem :)
The myspace player doesn't work on Metalbits for me.
For those that can't wait for the next release...
1. open the script in a text editor
2. do a search for "var mspPlayerCode = " (without quotations)
3. Replace that line and the if{...} statement that follows it with:
var mspPlayerCode = this._content.extractInner("var fo = new SWFObject(\"", "\"");
if (mspPlayerCode != ''){
//disableAutoplay
mspPlayerCode = mspPlayerCode.replace(/ap=1/g, "ap=0");
return getFlashContainerCode(450, 380, mspPlayerCode);
}
That should get it working again and you'll still be alerted when the new version is ready.
P.S. Indie, you're a legend for making this script. Don't know how I ever got on without it!!
Post a Comment