Facebook CSS fixer

By Leinerud Last update Sep 2, 2009 — Installed 7,343 times.

Remove "facebook fixer" text?

in
Subscribe to Remove "facebook fixer" text? 3 posts, 3 voices



boozers User

Hi Leinerud,

Thank you from a 100% Newbie facebook user. Is there a way to erase the text "Facebook Fixer" from the big image overlay window? Thank you for the great work.

boozers

 
Leinerud Script's Author

Not really sure what you mean... can you show with a screenshot or something?

 
dogusdogus User

Here it's my modification for boozers:

// ==UserScript==
// @name Facebook Fixer
// @namespace http://userscripts.org/people/14536
// Last updated on 2009-04-01

...

// Add styles used by script
//
GM_addStyle(
'.fbfPopup { background:#f6f6f6; border:3px double #666666; }'+
'.fbfPopupContainer { display:none; position:absolute; top:0; ...

...

//MODIFICATED LINE:
'#FBPPheader, #FBPPloading {}'+
//END OF MODIFICATED LINE

...

// Add div for showing big profile pics
//

...

//MODIFICATED LINE:
div.innerHTML ... [and delete "Facebook Fixer" of the line].
//END OF MODIFICATED LINE

...

Cheers,

dogus

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