Friday, January 15, 2010

Wider Happy Farm (Facebook Game) – Part II

Sau lần Happy Farm thay đổi thì cái hướng dẫn lần trước không còn hiện được cái Farm to bự sung sướng nữa. Đã hứa với Peck sẽ chỉ lại mà lười + quền hoài, thôi thì nay quyết tâm mần một cú trả nợ tình xưa :D

For Firefox:

  1. Install Stylish for Firefox, an add-on to change the look of any website you want (if u know how).
  2. Restart Firefox, you’ll see a white S icon at the status bar (bottom, right). Right click, choose Write new Style > Blank style.
    (If you have a Style for Happy Farm before, you must chose Manage Styles and delete it.)
  3. On the new opened window, type in the Name of the new Style. Of course I use Happy Farm. Copy and paste the following text to the big textarea then hit Save.
  4. @namespace url(http://www.w3.org/1999/xhtml);

    @-moz-document url-prefix("http://apps.facebook.com/happyfarmers") {
        .canvas_iframe_util {
            width: 1000px !important;
            margin-left: -15px;
            padding-left: 17px;
        }
        #app_content_57132175859 {
            width:1000px;
        }

        .UIStandardFrame_SidebarAds {
            visibility:hidden;
        }
    }

  5. Create another new blank Stlye and paste the following text, and of course Save it. You can call it fminutes. You can adjust the Height to vertically fit your screen. The Optimal height for my 15,4” widescreen laptop is 690px.

    @namespace url(http://www.w3.org/1999/xhtml);

    @-moz-document domain("fb.hf.fminutes.us") {
        #page {
            width:100% !important;
        }
        #myContent {
            width:975px !important;
            height:768px !important;
        }
    }

 

For Google Chrome (currently it only works with the newest version of Dev Channel):

  1. Intall the extension Chrome Stylish.
  2. Click the Extensions option in the Main Menu, or go to this address chrome://extensions/
  3. Find the extension Chrome Stylish and click its Options button.
  4. Create 2 new Styles by clicking Add New Style, enter names for each of the following codes, save and you’re done.

Happy Farm
URL Prefix: http://apps.facebook.com/happyfarmers

    .canvas_iframe_util {
        width: 1000px !important;
        margin-left: -15px;
        padding-left: 17px;
height: 950px;    }
    #app_content_57132175859 {
        width:1000px;

    }

    .UIStandardFrame_SidebarAds {
        visibility:hidden;
    }

Fminutes
URL Prefix: http://fb.hf.fminutes.us

#page {
        width:100% !important;
    }
    #myContent {
        width:975px !important;
        height: 768px !important;
    }

No comments:

Post a Comment