Comments on James Pereira's Scripts

13 comments

Comment on Facebook Antique made Oct 1, 2008:

kwstask

i want it

Comment on Facebook Antique made Aug 29, 2008:

hanim113

how to use dis script..........

can anyone show me

Comment on Content Frame Enhancer made Apr 11, 2007:

Daniel Einspanjer

You should enhance your script description to mention that it is specific to facebook and maybe a little bit more about what your modification is.

Comment on Facebookpedia made Apr 11, 2007:

James Pereira

Yeah, the load's significant enough that if there are too many requests, Wikipedia starts to reject them. So I unlinked the other sections, which would be cool to link to last.fm and Amazon.

Comment on moustache your facebook friends made Apr 11, 2007:

James Pereira

Oh, wow, I should pay more attention to my scripts. I didn't know anyone was using them. I made a few modifications awhile back to this and added animal bodies and things. I'll u/l, along with recent modifications, as soon as I revisit it and make sure it's cool.

Comment on moustache your facebook friends made Mar 20, 2007:

Richard Ward

I should add that the left/right arrows only change the width. the [] will change the height. I'll see about adding in a rotate later, it would require 2 x points and 2 y points... which I'll have to do some fiddling with to get to work.

Comment on moustache your facebook friends made Mar 20, 2007:

Richard Ward

Here's a couple bits to the resize function that I made. Originally I had it mapped to the up/down arrows, but that conflicts with page scrolling so I've set it to [] instead... eventually, I'll probably end up switching it all over to wasd


if(e.keyCode==221)
{ //This bit by Richard Ward [wardrich@gmail.com]
//keyCode 221 is the ] key
current_img.height += 1;
}
if (e.keyCode==219)
{ //this bit by Richard Ward [wardrich@gmail.com]
//keyCode 95 is the -/_ key
current_img.height -= 1;
}

Comment on moustache your facebook friends made Nov 25, 2006:

Adam 7

sorry, not profile.php, but album.php (http://*facebook.com*album.php*), and http://*facebook.com*photo_search* so as to include all possible tagging instances.

Comment on moustache your facebook friends made Nov 25, 2006:

Adam 7

IMO the best Greasemonkey script out there. It'd help if it had a rotate feature as well (I'm not skilled enough to create on myself), but otherwise well done. For future versions, you might want to add

*facebook.com/photo.php?*

*facebook.com/profile.php?*

to the included sites list. Just a thought

Comment on Facebookpedia made Oct 27, 2006:

Robert Litzke

This is really sexy... I think that if you could add in support for last.fm on the favorite music section it would be even better, and maybe imdb support for movies. Potentially amazon for books although I think that is less important.

My only problem is the load this script must put on Wikipedia's servers.

Comment on moustache your facebook friends made Oct 1, 2006:

James Pereira

Actually, there is resize. You have to look in the code for the info:

// @description ********************************************

// @description ** TO RESIZE MOUSTACHES, HOVER OVER THE **

// @description ** MOUSTACHE AND PRESS THE LEFT OR RIGHT **

// @description ** ARROW KEY **

// @description ********************************************

Comment on moustache your facebook friends made Sep 25, 2006:

Adam 7

quite possibly the greatest script ever created. Unfortunately, there's no resize or rotate feature. If this had a few more options, it would earn my unqualified reccomendation.

Comment on moustache your facebook friends made Aug 16, 2006:

djm

Haha, good for laugh..

Works as of 17.Aug.2006