Facebook

By Marmoset Last update Nov 5, 2007 — Installed 1,664 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 48 posts, 13 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
ryguy1233 User

Not sure if this script is just for visuals or not, but I saw rapid implementation so make suggestions. Any way you could implement a feature to display all photos in an album (or a view all photos of John Smith) on one page. The other script they have for this doesnt fully work/disables the ability to enlarge images using Inyoufac3book. Thanks. Sorry if this is not what you were asking for.

 
Praveen Mark... User

thx dude :)

 
Marmoset Script's Author

Hey Praveen-
Thanks for pointing that out. Its been fixed :)

 
Praveen Mark... User

there seems to be a change in the facebook site which makes the searchbar overstep the sidebar boundary. small fix is changing:
# #sidebar_content {' +
# ' position: relative; top: 33px; border-left: 1px solid #ddd; padding: 2px 6px 6px;' +
# '}

to
# #sidebar_content {' +
# ' position: relative; top: 33px; border-left: 1px solid #ddd; padding: 2px 0px 6px;' +
# '}

worked for me, but i cant guarantee it. tell me if it doesnt work for you. im not a programmer, im a crap CS student that has trouble completing his coursework.

 
Marmoset Script's Author

Bookie-
Sorry, we dont control the data, only the presentation :)

I guess, in reality, this is possible, but its a lot more work than its worth, seeing as how it would entail only a couple lines of code server-side.

 
bookieworm User

Any way to get the group members to be listed either in alphabetical order, or by join date ?

 
Marmoset Script's Author

Also, folks should update to the current version, I changed it, but I dont remember if I posted a 'changelog' anywhere about it... sorry!

 
Marmoset Script's Author

JC - Have you still been seeing that bug?

For me, everything is working as it should, in both scripts.
Anyone else notice oddities?

 
Alan K Scriptwright

It doesn't? works fine for me....you dont wanna have both scripts active at once tho, or it wont work

 
Jeremy Cohen User

Yeah, as Tristan said it would only work if everyone was using GM on facebook. They wouldn't be able to see it because of facebook server. It's similar to the smiley facebook script. Tristan, they have made some recent changes. The banner does not extend to the corner anymore on version 2. Yours is fine.

 
Marmoset Script's Author

The only thing I could manage is a script that transforms image URLs in the comment into an actual image. The thing is, the majority of folk arent going to be using that GM script, so they would be left with only a URL.
Images cannot be directly placed into the comment since parsing is handled server-side. At least, if my quick-look is right :)

 
Sorarus User

great work guys =) well done!

was wondering if anyone would be able to come up with something that allows you to post a photo on a comment in fb ?...just a thought :)

 
Jeremy Cohen User

I have tried to edit that script before. It doesn't fit well because it colors the entire facebook layout w. one solid color. I prefer to replace what is necessary. The entire page doesn't need to be colored because that dosen't look good on facebook.

Facbook css is very detailed. They have a lot to edit i;e the nav, the status, the font for the links, all the hover properties, etc... I have manipulated their script before, but it was simple. Tristan add me on facebook and read my notes. My name is Jeremy Darko and my networks are Tampa, Bay FL and Hillsborough.

 
Marmoset Script's Author

Jeremy, you might try looking through the older scripts for Facebook, for example:
http://userscripts.org/scripts/show/7640
I havent tried it out, but it seems to be changing colors of the page, so you could just modify the color values in there to match what you want.
Dont forget to use a good color scheme! Check out the colorblender:
http://www.colorblender.com/

Good luck!

 
Jeremy Cohen User

I'll do my best. I will use firebug to help me out w. the CSS. I hope that your script doesn't conflict w. any changes. I'll try to edit your script tonight. Alternatively, I will have to make another rollover. I'll update you when I'm done.

 
Marmoset Script's Author

Hey Jeremy; if you click "view source" you can see a complete version of the source. Alternatively, you can right click greasemonkey > Manage scripts, then highlight the facebook script and click edit. Then you can make any changes you wish. I believe youll have to add a lot to it to get a uniform color change though, but its definitely doable.
A helpful extension is FireBug; itll let you view the source and make changes on the fly, so you can see how things work before you add them in.
If you DO make the changes, please post them in the facebook thread or send them to me; Ill compile them in, though left @ defaults, so folk can change them as they see fit.

 
Jeremy Cohen User

The floating doesn't bother me as far as the profile pic is concerned. I only want a script to add color to facebook. The banner has got to go. Can you post an editable script so that I can customize the color of the new facebook layout.

 
Marmoset Script's Author

Fixed another bug; Secure pages werent getting their fixes applied. This is fixed now.

 
Alan K Scriptwright

The screenshot is too big and is ruining my window. maybe shrink it and link it to the full size one?

 
Marmoset Script's Author

Bugfixes added. Thanks to Alan and TC!
Updated picture is up :)

 
TC2 User

also, in addition to my previous comment... i found a small bug on the pages that say "You must log in to see this page"... this will fix it

'.under_login_tour {' +
' position: relative; top: 30px; padding: 0px 0px 16px 12px; background: #f7f7f7; border-left: 1px solid #ddd; border-bottom: 1px solid #ddd; ' +
'}' +
'.tour_button {' +
' border: 0px !important' +
'}' +

 
TC2 User

looks like Alan is right... the bottom padding for #publicity is 4px right now, but should be about 16px.

'#publicity {' +
' position: relative; top: 33px; padding: 12px 3px 16px 16px; background: #f7f7f7; border-left: 1px solid #ddd; border-bottom: 1px solid #ddd; height: auto; ' +
'}' +

also it seems Facebook fixed their menu dividers, so they no longer need to be hidden.

'.menu_divider {' +
' visibility: visible;' +
'}' +

 
Marmoset Script's Author

I dont think it needs to be increased; I am running an ad-block extension that nukes it, so that is most likely the reason things look funky :)

 
Alan K Scriptwright

I think the bottom padding on #publicity may now need to be increased.... if that screen capture above is correct

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel