Advertisement
Guest User

loner

a guest
Jul 10th, 2008
665
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.58 KB | None | 0 0
  1. (1) Copy these instructions into notepad.
  2.  
  3.  
  4. (2) Close Firefox.
  5.  
  6.  
  7. (3) Open up the file located at "PROFILE_DIR/extensions/findbarrx@blueprintit.co.uk/chrome/content/findbarrx.xml" in notepad (or whatever). Before editing it, save a backup just in case things go awry.
  8.  
  9.  
  10. (4) Scroll down to about line 59 — you should see something like this:
  11.  
  12.     <content align="center" hidden="true">
  13.  
  14. Insert a new line after that bit and paste the following:
  15.  
  16.     <xul:hbox anonid="findbar-container" class="findbar-container" flex="1" align="center">
  17.  
  18. Then, scroll to line 107 (or something like that) and find the line that contains "</content>", which closes the tag that was started up above on line 59. Insert a new line just before the "</content>" line and paste the following:
  19.  
  20.     </xul:hbox>
  21.  
  22. This just closes the <xul:hbox> tag we’ve created — makes everything nice and neat (and not broken).
  23.  
  24.  
  25. (5) File->Save. Open Firefox. Give it a whirl.
  26.  
  27.  
  28. (6) If this fix does not work for you, you *may* need to open up about:config and set "nglayout.debug.disable_xul_cache" to true and "nglayout.debug.disable_xul_fastload" to true. Restart Firefox after making these changes.
  29.  
  30.  
  31. (7) If it *still* doesn’t work, close Firefox and find the files XUL.mfl and XPC.mfl; if you have them, they would be located in the same directory as your Firefox internet cache directory. Rename them to XUL.mfl.bak and XPC.mfl.bak, respectively. If you can’t find either of these files, well... it looks like you got the short end of the lucky stick in life — your best options is to wait for an official release to come out.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement