Recent posts by InsaneNinja
|
Jun 19, 2008
|
Topic: Userscripts.org discussion / BBC Post Spam too much specific spam.. i'd delete it if i could.. so here's the short short summary |
|
Dec 4, 2007
|
Topic: Userscripts.org discussion / Script Names in URLS?? would it be an issue to change url links? so instead of this..
it could be like this..
what do you think of this idea? a minimal template change |
|
Nov 11, 2007
|
Topic: Userscripts.org discussion / Emphasis on favorites. with those two things.. the favorites system would function as a better notification of updates on scripts. Such as how downloads.com adds downloads to your "watch list". I can only think that sorting the favorites by date was accidentally forgotten or unnoticed, since a user's posted scripts ARE sorted. |
|
Nov 11, 2007
|
Topic: Userscripts.org discussion / Emphasis on favorites. http://userscripts.org/scripts/show/13793 My script there should not be needed, as those two things should be part of the site itself. |
|
Nov 8, 2007
|
Topic: Userscripts.org discussion / comment spammer please remove this guy and all his comments... they are huge paragraphs of 25+ links to lottos and random sites.. this account has left 300 comments on a day old account |
|
Oct 29, 2007
|
Topic: Script development / 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: Script development / 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: Script development / 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: Script development / 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? |
|
Aug 17, 2007
|
Topic: Userscripts.org discussion / Spam and malware http://userscripts.org/users/9445 http://userscripts.org/users/9445;scripts people like this, are why i put my name in the script's description.. he doesnt know how to use "favorite" links |
|
Aug 15, 2007
|
Topic: Userscripts.org discussion / script duplicates so what do you do about people who just re-upload scripts, instead of hitting "favorite"...? such as this guy.. http://userscripts.org/users/9445;scripts |
|
Jul 22, 2007
|
Topic: Ideas and script requests / Firfox Page Refresher you should really check my script if you want something like this for myspace... http://userscripts.org/scripts/show/6365 it uses ajax calls and updates your homepage every 20 seconds, without refreshing |
