Our amazing new site will launch in

Top 25 Firefox Tweaks



  How is it that we use Firefox tremendously and yet not care for its needs? You might have noticed Firefox sometimes tends to slow and not respond often. You might have installed countless add-on in Firefox to enhance your using experience, to get the most out of your Firefox use these Hacks. The about:config page contains all most all of the tweaks and enhancements available for Firefox to day.

Accessing Your about:config Page

To access your firefox about:config page simply paste about:config into the adress bar


You will be shown a warning page click "I’ll be careful, I promise!”



Next find the enhancements below that you want to tweak and paste them into the filter bar, as you begin to type into the filter bar the list will begin to get low according to the words typed there.

To modify, simply double click the entry value and update the entry according to the enhancement below.

1. CONTENT INTERRUPT PARSING

About: This preference controls whether the application will interrupt parsing a page to respond to UI events.

Right-click (for Apple users ctrl+click) anywhere in the about:config window, select New–>Boolean from the pop-up menu.

Now enter content.interrupt.parsing in the New boolean value pop-up window and click OK.

When prompt,Type true and click OK

2. ADJUST THE SMART LOCATION BAR NUMBER OF SUGGESTIONS

About: In Firefox 3, the Location Bar received a number of improvements. Among those improvements was the move to a XUL richlistbox widget for the auto-complete dropdown. This allowed styled URL/title information, favicons, and highlighted match information. This preference determines how many entries should appear (at most) in the dropdown.
Paste browser.urlbar.maxRichResults into filter
Default 12
Set to desire suggestion
to disable set it to -1

3. Content.max.tokenizing.time

About: Rather than wait until a page has completely downloaded to display it to the user, Mozilla applications will periodically render what has been received to that point. This preference controls the maximum amount of time the application will be unresponsive while rendering pages.

Right-click (for Apple users ctrl+click) anywhere in the about:config window, select New–>Integer from the pop-up menu.


Set the value of content.max.tokenizing time to 2250000

4. Browser.sessionstore.enabled

About: Firefox 2.0 introduces a built-in Session Restore feature, allowing the user to continue browsing from where they left off if browser restarts. This preference controls whether the feature is on.

browser.sessionstore.enabled
Default True
set to False if you want to disable the session restore function

5. content.notify.interval

About: Rather than wait until a page has completely downloaded to display it to the user, Mozilla applications will periodically render what has been received to that point. Because reflowing the page every time additional data is received greatly slows down total page load time, a timer was added so that the page would not reflow too often. This preference specfies the minimum amount of time to wait between reflows.

Right-click (for Apple users ctrl+click) anywhere in the about:config window and select New–>Boolean from the pop-up menu.


Enter content.notify.interval
Select true

6. content.notify.backoffcount

About: Rather than wait until a page has completely downloaded to display it to the user, Mozilla applications will periodically render what has been received to that point. Because reflowing the page every time additional data is received greatly slows down total page load time, a timer was added so that the page would not reflow too often. This preference controls the maximum number of times the content will do timer-based reflows. After this number has been reached, the page will only reflow once it is finished downloading.

Right-click (for Apple users ctrl+click) anywhere in the about:config window and select New–>Integer from the pop-up menu.


Enter content.notify.backoffcount
Enter 5 and click OK

7. Content.switch.threshold

About: The user can interact with a loading page when content.interrupt.parsing is set to true. When a page is loading, the application has two modes: a high frequency interrupt mode and a low frequency interrupt mode. The high frequency interrupt mode interrupts the parser more frequently to allow for greater UI responsiveness during page load. The low frequency interrupt mode interrupts the parser less frequently to allow for quicker page load. The application enters high frequency interrupt mode when the user moves the mouse or types on the keyboard and switches back to low frequency mode when the user has had no activity for a certain amount of time. This preference controls that amount of time.

Right-click (for Apple users ctrl+click) anywhere in the about:config window and select New–>Integer from the pop-up menu.

Content.switch.threshold
Enter 750000 and click OK

8. Nglayout.initialpaint.delay

About: Mozilla applications render web pages incrementally - they display what's been received of a page before the entire page has been downloaded. Since the start of a web page normally doesn't have much useful information to display, Mozilla applications will wait a short interval before first rendering a page. This preference controls that interval.

Right-click (for Apple users ctrl+click) anywhere in the about:config window and select New–>Integer from the pop-up menu.


Enter nglayout.initialpaint.delay
Enter 0 and click OK

9. Browser.sessionstore.interval

About: Firefox 2.0 introduces a built-in Session Restore feature, allowing the user to continue browsing from where they left off if browser restarts. This preference controls how often information about the current session is saved to the profile.

browser.sessionstore.interval
Default 10000 (or 10secs)
Set it to desire. 1000 = 1 sec and 60000 = 1 minute.

10. Browser.download.manager.scanWhenDone

About: In Firefox 3, if a Windows user has an antivirus program installed, it is launched to scan files when they finish downloading. During testing of the feature, concerns about delays and double-scanning files surfaced. As a result, this preference—controlling whether the virus scan is automatically triggered—was created.

Starting in Firefox 3.7 (3.7a3pre nightly builds since 2010-03-06) this preference also controls whether or not the Windows security policy checks are applied for downloading and launching executable files.

browser.download.manager.scanWhenDone
Default True
False to disable

11. browser.tabs.tabMinWidth

About: To fit more tabs on the tab strip, Firefox shrinks each tab’s width. This preference determines the narrowest a tab can become before the tab strip becomes scrollable to handle the overflow.

browser.tabs.tabMinWidth
Default 100
0 to disable

12. Browser.tabs.closeButtons

About: Firefox 2.0 introduced a number of refinements to its tabbed browsing UI. Among them was the addition of close buttons on tabs. This preference controls how they can be displayed on tabs.

browser.tabs.closeButtons
Default 1
0 – display a close button on the active tab only
1- display close buttons on all tabs
2- don’t display any close buttons
3- display a single close button at the end of the tab strip

13. Dom.max_script_run_time

About: “[JavaScript] that executes for whole seconds is probably doing something wrong...” says Brendan Eich, creator of JavaScript. When a script is executing, Mozilla's UI will be unresponsive until the script’s thread ends. Correspondingly, Mozilla will alert you when a script is taking a long time to run and let you stop the script. This preference lets you define what “a long time” is.

dom.max_script_run_time
Default 10
Any values greater than 10

14. Layout.spellcheckDefault

About: Several Mozilla products have access to spell checking functionality. A recent patch allows this functionality to work in HTML text editing controls. The spell check function, when active, is accessible via the context menu of the text box.

For spell checking to work, the user must have the appropriate dictionary files installed.

This preference allows the spell check function to be enabled or disabled for multi-line and/or single-line edit controls, and supersedes layout.textarea.spellcheckDefault.

layout.spellcheckDefault
Default 1

0 – Disable spellchecker.
1 – Enable spellchecker for multi-line controls (e.g., textareas).
2 – Enable spellchecker for multi-line controls and single-line controls.
Configure this layout.spellcheckDefault to enable or disable the spell check function.


15. Browser.search.openintab

About: Open all new searches in new tab

browser.search.openintab
Default False
Modified value: True to open search box results in new tab

16. Config.trim_on_minimize

About: On Windows operating systems, when a program is minimized and left for a period of time, Windows will swap memory the program is using from RAM onto the hard disk in anticipation that other programs might need RAM. Because of the way Mozilla applications are stored in memory, Windows is much more aggressive in swapping out the memory they use, which can cause a delay when the program is restored. This preference determines whether to allow Windows to swap out memory from a minimized Mozilla application.

Right-click (for Apple users ctrl+click) anywhere in the about:config window and select New–>Boolean from the pop-up menu.

Enter
config.trim_on_minimize
values True

17. Network.http.pipelining

About: HTTP is the application-layer protocol that most web pages are transferred with. In HTTP 1.1, multiple requests can be sent before any responses are received. This is known as pipelining. Pipelining reduces network load and can reduce page loading times over high-latency connections, but not all servers support it. Some servers may even behave incorrectly if they receive pipelined requests. If a proxy server is not configured, this preference controls whether to attempt to use pipelining.

network.http.pipelining
Default False
SET TO True

18. Network.http.proxy.pipelining

About: HTTP is the application-layer protocol that most web pages are transferred with. In HTTP 1.1, multiple requests can be sent before any responses are received. This is known as pipelining. Pipelining reduces network load and can reduce page loading times over high-latency connections, but not all servers support it. Some servers may even behave incorrectly if they receive pipelined requests. If a proxy server is configured, this preference controls whether to attempt to use pipelining with the proxy server.

network.http.proxy.pipelining
Default False
SET TO True

19. Network.http.pipelining.maxrequests

About: HTTP is the application-layer protocol that most web pages are transferred with. In HTTP 1.1, multiple requests can be sent before any responses are received. This is known as pipelining. This preference specifies the maximum number of requests to pipeline at once when pipelining is enabled.

network.http.pipelining.maxrequests
Default 4
higher than 4, but not more than 8

20. Network.http.max-connections

About: HTTP is the application-layer protocol that most web pages are transferred with. The total number of HTTP connections the application can make is limited by this preference. If more connections are needed, they are queued until a connection "slot" is available.

network.http.max-connections
Default 30
SET TO 96

21. Network.http.max-connections-per-server

About: HTTP is the application-layer protocol that most web pages are transferred with. The total number of HTTP connections the application can make to a single server is limited by this preference. If more connections are needed, they are queued until a connection "slot" is available.

network.http.max-connections-per-server
Default 15
SET TO 32

22. Browser.urlbar.autofill

About: Inline autocomplete mimics behavior in Netscape Navigator 4.x as well as Internet Explorer (when IE's inline autocomplete is activated). As you type, entries you have previously typed that closely match appear highlighted after your typed text.

browser.urlbar.autofill
Default False
True

23. Browser.bookmarks.autoExportHTML

About: Firefox 3 (and later) and SeaMonkey 2.1 (and later) store their bookmarks bookmarks in places.sqlite and use JSON as the format for backups stored in the bookmarkbackups folder so, by default, bookmarks are no longer saved in HTML format. This preference allows bookmarks to be exported at shutdown to the Firefox or SeaMonkey profile folder as bookmarks.html. [1]

browser.bookmarks.autoExportHTML
Default False
True

24. Security.dialog_enable_delay

About: When you install an extension (or click on a link to an XPI file), a confirmation dialog pops up with a short delay, preventing you from immediately confirming the install. There are good reasons for this delay, even if you are an advanced user. If you understand the consequences, but want to disable the delay anyway...

security.dialog_enable_delay
Default 2000
0 – start installation immediately

25. View Source in Editor

About: This preference controls whether the internal View Source viewer or an external program should be used. Allows you to view the source code in an external editor.

view_source.editor.external
Default False
True


view_source.editor.path
Default blank
insert the file path to your editor here.

Internet Only Loads When Mouse Is Moving * Fix *

 Does your internet only loads when your mouse is moving? Does your internet freezes and crashes? Do you have to move your mouse to get your browser to Download? If so it probably a new add-on or update. I recently updated my browser versions of Adobe Flash Player to version 10.1.102.64 and experience the above problems. To fix this problem continue reading. I'm using firefox!


Note: In order to fix this problem I've uninstalled my latest version of adobe flash player and downgraded it to version 9.4.1.22 which is working pretty well. You can download any version of adobe flash player, tho i recommend 9.0 and above.

The Fix:
    Uninstall Flash Player | Windows

 For starters download the Adobe Flash Player Uninstaller(228 KB). Save the uninstaller file (we recommend the desktop)

 Exit all desktop applications such as browsers, web chat, and tools such as utorrent and more! check the taskbar and the system tray (Recommended) AOL (IM) Yahoo Messenger Etc.

Run the uninstaller. If you happen to see the message "Do you want to allow the following program to make changes to this computer?" click yes.

Important if any application is using adobe flash player while running the uninstaller, the uninstaller cannot completely uninstall all files, if so run the uninstaller again

Restart your computer, and point your browser [here] to verify that you have uninstalled Adobe Flash Player.
How ever If you see an information box similar to the one below, Flash Player was not uninstalled


Note: You may have to repeat these steps.
If you uninstalled correctly the adobe page tells you Adobe Flash Player cannot be found and has to be installed.
[0R]
You see a "broken" image such as a blue diamond or a question mark where the Version Information box would normally appear.

Next Install a older version of Adobe Flash Player from one of the two sites

http://www.oldversion.com/Macromedia_Flash_Player.html
[oR]
http://kb2.adobe.com/cps/142/tn_14266.html

Vista Sidebar Back in Windows 7

Has Windows Vista sidebar disappear from your newly installed Windows 7 system? If so let me let you in on a little secret, it was never there! Turns out Microsoft removed it complete, that's kind of a mean thing, for people who really loved the Vista sidebar.  But we have a great solution to bring it back to your desktop. No setup or anything special required. Just one simple download.





7 Sidebar emulates the good old sidebar of Vista in Windows 7 and even adds some nice features to it.

No setup or anything special required. Just start the gadget and you have a sidebar!

The sidebar can hold any gadgets and stays visible even if a window is maximized. Alternatively the sidebar can hide automatically or comes only with a click to the tray icon to the foreground.
The sidebar can be put on any monitor, its width can be changed and also supports many skins.
With one click you can also switch to a window-manager with live-thumbnails. The thumbnails can be configured to update even if the window is minimized.


FaceBook Symbols “☮ ☠ ☯ ♥ ✌ ✖ ☢ ☣” And More!

Facebook-256
See Our Most Updated Source!

Did you ever see your friends with cool Facebook Statuses with special symbols and interesting characters? Facebook is very strict on user input which means you can't insert images or animations, but what we can use are Facebook symbols. Great collection of cute and cool facebook symbols and shapes for facebook status, names, messages and comments. Put these into your facebook chat, status, name on facebook, etc. 
For Example:
we love hacking shit

Light bulbPlease Note You Might Want To Bookmark This Page For ReferencesLight bulb
How To Use:
To use just copy and paste them on your chat, status, name, etc.
A List Of FaceBook Symbols
  • ♠ ♣ ♥
    ♦ ♪ ♫ ■ □ ▪ ▫ ▬ ▲ ►
    ▼ ◄ ◊ ○ ● ◘ ◙ ◦ ☺ ☻
    ☼ ♀ ▪ ▫ ▬ ☻
    ☺ ◙ ◘ ▀ € ♥
    ♂ ▒
  • ๏ ๐ ๑ ๒
    ๓ ๔ ๕๖ ๗ ๘ ๙ ๚ ๛ Ẁ
    ẁ Ẃ ẃ Ẅ ẅ Ạ ạ Ả ả Ấ
    ấ Ầ ầẨ ẩ Ẫ ẫ Ậ ậ Ắ
    ắ Ằ ằ Ẳ ẳ Ẵ ẵ Ặ ặ Ẹ
    ẹ Ẻ ẻ Ẽ ẽ Ế ế Ề ề Ể
    ể Ễ ễ Ệ ệ Ỉ ỉ Ị ị Ọ
    Æ ¢ ™ Ð ¹ º ç Þ ß ÿ æ â ã ¥ ¤ £ ¦ ©
    ª « ¬ ­® ¯
  • Ì Í Î Ï Ð Ñ Ò Ó Ô
    Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é
    ê ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ ÿ Āā
    Ăă Ąą Ć ć ĉ Ċ ċ ő Œ œ Ŕ
    ŕ Ŗ ŗ Ř ř Ś ś Ŝ ŝ Ş ş Š
    š Ţ ţ Ť ť Ŧ ŧ Ũ ũ Ū ū Ŭ
    ŭ Ů ů Ű ű Ų ų Ŵ ŵ Ŷ ŷ Ÿ
    Ź ź Ż ż Ž ž ſ ƒ Ǻ ǻ Ǽ ǽ
    Ǿ ǿ ˆ ˇ ˉ ˘˙ ˚ ˛ ˜ ˝ ;
    ΄
  • ₪ ₫ € ℅ l
    № ™ Ω e ⅛ ⅜ ⅝ ⅞ ∂ ∆ ∏
    ∑ - / · v 8 ∫ ˜ ≠ = = □ ▪ ▫ ◊
    ● ◦       
          fi fl ﬠ
    שׁ שׂ שּׁ שּׂ אַ אָ אּ בּ גּ
    דּהּ וּ זּ טּיּ ךּכּ לּ
    מּנּ סּ ףּ פּ צּ קּרּ שּ
    תּ וֹ בֿכֿ פֿ ﭏ ﭖ ﭗﭘ
    ﭙ ﭺﭻ ﭼ
  • ﭽ ﮊ ﮋ
    ﮎ ﮏ ﮐ ﮑ ﮒ ﮓ ﮔ ﮕ ﮤ
    ﮥ ﯼ ﯽ ﯾ ﱞ ﱟ ﱠ ﱡ ﱢ
    ﴾ ﴿ ﷲ ﺀ ﺁ ﺂ ﺃ ﺄ ﺅ
    ﺆ ﺇ ﺈ ﺉ ﺊ ﺋ ﺌ ﺍ ﺎ
    ﺏﺐ ﺑ ﺒ ﺓ ﺔ ﺕ ﺖ ﺗ
    ﺘ ﺙ ﺚ ﺛﺜ
  • ﺝ ﺞ ﺟ
    ﺠ ﺡ ﺢ ﺣ ﺤ ﺥ ﺦ ﺧ ﺨ
    ﺩﺪ ﺫ ﺬ ﺭ ﺮ ﺯ ﺰ
    ﺱﺲ ﺳ ﺴ ﺵﺶ ﺷ ﺸﺹ
    ﺺ ﺻ ﺼ ﺽﺾ ﺿ ﻀ ﻁ
  • ﻂ ﻃ
    ﻄﻅ ﻆ ﻇ ﻈ ﻉﻊ ﻋ ﻌ
    ﻍ ﻎ ﻏﻐ ﻑ ﻒ ﻓ ﻔ ﻕ
    ﻖﻗ ﻘ ﻙ ﻚ ﻛ ﻜ ﻝﻞ
    ﻟ ﻠ ﻡ ﻢ ﻣﻤ ﻥ ﻦ ﻧ
    ﻨﻩ ﻪ ﻫ ﻬ ﻭ ﻮﻯ ﻰ
    ﻱ ﻲ ﻳ ﻴﻵ ﻶ ﻷ ﻸﻹ
    ﻺ ﻻ ﻼ
  • لم
    ن ه و ى يً ٌ ٍ َ ُ
    ِّ ْ % ٤ ٠ ١ ٢ ٣ ٥٦
    ٧ ٨ ٩ ホ 么 メ _ ャ `
    ヲ _ カ シ ニ ♠ ♣
    ◄ ▬ ☻ ▬ ► ♣ ♠
    Л п † ‡
  • █ ▌
    ▐ ░░▒▓
    ▓▒░░ ░░░▒▓
    ▓▒░░░
  • ░▒▓
    ▓▒░ ▓▒░ ░▒▓
    ░░
    ▀▄▀▄▀▄▀▄▀▄
    ▄▀▄▀▄▀
  • ═ ╬ ╦ ╩ ╦
    ╣╝╠ ╧ ╨ ╫ ╪
    ╥ ╤ ╢╡╟╞ ╜
  • ⌠⌡│┌
    ┐└ ┘├ ┤┬ ┴ ┼
    ╛╚╙╘╗╖╕╔╓╒║
  • ╬ ╫ ╪ ╩
    ╨ ╧ ╦ ╥ ╤ ╣ ╢ ╡ ╠ ╟
    ╞ ╝ ╜ ╛ ╚ ╙ ╗ ╘ ╗ ╖
    ╕ ╔ ╓ ╒ ║ ═
  • ♈ Aries (The Ram)
  • ♉ Taurus (The bull)
  • ♊ Gemini (The Twins)
  • ♋ Cancer (The Crab)
  • ♌ Leo (The Lion)
  • ♍ Virgo (The Virgin)
  • ♎ Libra (The Scales)
  • ♏ Scorpio (The Scorpion)
  • ♐ Sagittarius (Centaur The Archer)
  • ♑ Capricorn (Goat-horned, The sea goat)
  • ♒ Aquarius (The water bearer)
  • ♓ Pisces (The fish)
  • Special face:
  • Chess black : ♚ ♛ ♜ ♝ ♞ ♟
  • Chess White: ♔ ♕ ♖ ♗ ♘ ♙
  • Crosses: ☩ ☨ ☦ ✙ ✚ ✛ ✜ ✝ ✞ ✠
  • Flowers: ❀ ✿ ❁ ✾
  • Butterfly symbol: Ƹ̴Ӂ̴Ʒ
  • Butterfly style 02: εїз
  • Music facebook symbols: ♪ ♫ ♩ ♬ ♭ ♮ ♯
  • Poker black: ♥ ♦ ♣ ♠
  • Poker White: ♡ ♢ ♤ ♧
  • Moon symbols:☾ ☽
  • Sun symbols: ☼ ☀
  • Cloud and umbrella: ☁ ☂
  • Snowman:
  • Comet:
  • Stars and snowflake facebook symbols:╰☆╮✡ ۞ ★ ☆ ⋆ ✩ ✮ ✯ ✰ ❇ ❈ ❅ ❄ ❆
  • Religion & belief facebook symbols: ☯ ✡☨ ✞ ✝☥ ☦ ☧ ☩ ☪ ☫ ☬ ☭
  • Peace symbols: ✌☮
  • Risk radioactive and biological: ☢ ☣
  • Check symbol for facebook:
  • Hands pointing: ☚ ☛ ☜ ☝ ☞ ☟
  • Writing Symbols: ✉ ✍ ✎ ✏ ✐✑✒ ⌨
  • Scissors symbols: ✂ ✄
  • Phones symbols: ☎ ☏ ✆
  • Airplane symbols:
  • Dinner:
  • Skull symbol:
  • Decorative symbols: ๑ ۩ ۞
  • Numeric facebook symbols: ①②③④⑤⑥⑦⑧⑨⑩ ⑪⑫⑬⑭⑮⑯⑰⑱⑲⑳
  • Letters: ⒶⒷⒸⒹⒺⒻ ⒼⒽⒾⒿⓀⓁ ⓂⓃⓄⓅⓆⓇ ⓈⓉⓊⓋⓌⓍ ⓎⓏ
    ⓐⓑⓒⓓⓔⓕ ⓖⓗⓘⓙⓚⓛ ⓜⓝⓞⓟⓠⓡ ⓢⓣⓤⓥⓦⓧⓨⓩ
  • Oriental symbols: ㊊㊐㊋㊌㊍㊎㊏ ㊐㊑㊒㊓㊔㊕㊖㊗ ㊀㊁㊂㊃㊄㊅㊆ ㊇㊈㊉
  • NEW: Chinese Symbols for facebook: 頹 - 衙 - 浳 - 浤 - 搰 - ㍭ - 煤 - 洳 - 橱 - 橱 - 煪 - ㍱ - 煱 - 둻 - 睤 - ㌹ - 楤 - ぱ - - 椹 - ぱ - ㍵ - 畱 - 煵 - 田 - つ - 煵 - 엌 - 嫠 - 쯦 - 案 - 迎 - 是 - 從 - 事 - 網 - 頁 - 設 - 計 - 簡 - 大
NinjaFind More HERE

How To: Block Spam in G-Mail Automatically



 Looking for an easier way to block spam in G-Mail (Google Mail) without using spam application, or even installing certain programs. Well if you are not already using G-Mail we recommend you give it a try. G-Mail is Google's free email service, SHALL WE NOT GIVE YOU 10 REASON TO USE G-MAIL

First Steps To Blocking Spam in G-Mail
Blocking spam in G-Mail is begging to get easier and easier.

Sign into your G-Mail account
Navigate to your Spam Message (The message you want to mark as spam, filter, and automatically delete)


 Next under More Actions navigate to Filter Messages Like These

Once there you can create a filter from the spam messages you receive, and also determine what to do with a message as it arrives

After you filter the message as needed you can create the filter and say hello to my little friend.


Source For Almost Every Hack!

About Me

Powered by Blogger.

Blog Archive

About Us

TheEmoLab - sponsored by IntenseNetwork

Welcome to TheEmoLab, a blog which started in the technology field in May 2010, Here we are committed to focusing on post covering How To Guides, Cool and Useful Websites, Computer Tips, Hacking, Mobile, Social Networking, and other fields of interest. Launched in May 14, 2010 by Melvin Corney, we still consider our self a developing site, growing and expanding each and every day. Earning respect and reputation by different authors and readers.Read More>>

Recommend us on Google!