Posts that Seifer is monitoring
|
Jan 25, 2008
|
Topic: MySpace, The New Home Skin (discussion) is this code done yet?tiny myspace layouts | tiny layouts | skinny myspace layouts |
|
Oct 29, 2007
|
Topic: MySpace, The New Home Skin (discussion) my myspace is listed on my profile here or just take a guess at what the name is and add @gmail.com to the end... |
|
Sep 28, 2007
|
Topic: MySpace, The New Home Skin (discussion) they wont fade it out.. they are actually gonna be creating more skins as time goes on.. http://blog.myspace.com/tom (add it to your rss reader of choice) |
|
Sep 28, 2007
|
Topic: MySpace, The New Home Skin (discussion) i am deciding on the best way to upgrade "MySpace - Home Auto-Update" 1. Add all new code to update the page, complicating the process and possibly breaking both layouts on any myspace update. 2. Create new script "MySpace - Classic Home Auto-Update" and run them separately? |
|
Sep 28, 2007
|
Topic: MySpace, The New Home Skin (discussion) How To Differentiate The LayoutsThe includes and excludes are designed to adjust for the many different url variates.
// ==UserScript==
// @name MySpace - Example homepage script
// @namespace http://userscripts.org/
// @description Example homepage script
// @include http://home.myspace.com/*fuseaction=user*
// @exclude *fuseaction=user.*
// ==/UserScript==
var DEFINE_VARIABLES = '';
///////////////////////////////////////////////
if (document.getElementById('home_profileInfo'))
{
var viewing = 'Classic Layout';
}
if (document.getElementById('col3'))
{
var viewing = 'NEW Layout';
}
At this point, what scripts ARE updated, and what scripts NEED to be updated? |
