Comments by Adam Kramer on scripts

9 comments

Comment on:
Fix FB Nav

Aug 1, 2008

:-) thanks!

Comment on:
Facebook Chat Killer

Jun 10, 2008

Thanks for your reply billig!

I have started using this script now that Adium supports Facebook Chat :-D

Comment on:
Facebook Chat Killer

Apr 23, 2008

i'm being kind of lazy, and i'm sorry, but can you make a script that changes the location of the chat bar? Maybe put it on the side and make it vertical instead of horizontal?

I guess i don't know if that's possible without remapping the whole thing by hand, but i'm dealing with final exams right now so i don't have the time to figure it out :-/

Comment on:
MySpace - Home Skin Switchup

Jan 20, 2008

I reworked the design of things, using your script as a base, can i post it?

Comment on:
Myspace - Remove Anything *New Skin*

Dec 28, 2007

hey, it was working for me just fine until about 30 minutes ago....did myspace change something? I can't get it to work anymore. Also i added in some positioning things through a GM_addScript which was all working, but now isn't.

// ==/UserScript==

(function() {



// =====EDIT HERE=====

// To show something, simply put "// " in front of the code line, without the brackets.

// To hide something, simply remove the "// " from the front



document.getElementById("headControls").style.display = "none";

document.getElementById("footer").style.display = "none";

// document.getElementById("manage").style.display = "none";

document.getElementById("addressbook").style.display = "none";

document.getElementById("grayboxrounded").style.display = "none";
document.getElementById("userstatus").style.display = "none";





// document.getElementById("userstatus").style.display = "none";

// document.getElementById("userstatus").style.display = "none";

// document.getElementById("userstatus").style.display = "none";

document.getElementById("header").style.display = "none";


document.getElementById("friendUpdate").style.display = "none";

// document.getElementById("********").style.display = "none";

document.getElementById("tkn_leaderboard").style.display = "none";

// document.getElementById("******").style.display = "none";

document.getElementById("squareAd").style.display = "none";

document.getElementById("featuredprofilerounded").style.display = "none";

document.getElementById("marketingcontent").style.display = "none";

document.getElementById("googlead").style.display = "none";

document.getElementById("ctl00_cpMain_MarketingBox_Skin_userHomeTabs_userHomeTabs").style.display = "none";

})();

//**********************************************************************

GM_addStyle("#bulletins {border:0px; position:absolute; z-index:2; text-align:left; top: 60px; right: 162px; width:300px;}");

GM_addStyle("#userdisplay {z-index:3; position:absolute; top:25px; width:170px; }");

GM_addStyle("#manage {z-index:9; position:absolute; top:385px; left:155px; width:180px;}");

GM_addStyle("#today {z-index:9; position:absolute; top:28px; width:300px;}");

GM_addStyle("#updates {z-index:100; position:absolute; top:0px; left:0px;}");


GM_addStyle("#main {height:675px; background-color:#FFFFFF;}");

GM_addStyle("#friendspace {position:absolute; display:inline; text-Overflow:ellipsis; text-alignment:center; top:28px; left:340px; height:300px; width:458px;}");

Comment on:
Facebook Mobile Mailto Link

Oct 30, 2007


# var mobile_number = document.body.innerHTML.match(/Mobile:<\/td>\n<td></td>

Comment on:
Facebook Mobile Mailto Link

Oct 30, 2007

can you make a version that allows you to call them using skype? i believe skype can be provoked with some sort of mailto link

Comment on:
StayFresh

Jun 11, 2007

can you make a version with a smaller counter? maybe just the number (since it's always in seconds anyway)
and an option to set the time and not have the box on the screen?

Comment on:
inYOfac3Book

Apr 14, 2007

Any chance you could make a script for me??

I've been trying to figure out how to edit the Facebook Hugback Addon (https://addons.mozilla.org/en-US/firefox/addon/...)
to be a greasemonkey script which i thought would make it much simpler, but i really am not good enough at making scripts to be able to do it.