Showing posts with label Browser tricks. Show all posts
Showing posts with label Browser tricks. Show all posts

Jul 21, 2014

How To Download Youtube Videos Without Using Any Software


Youtube is the world's largest video sharing website. Youtube is the site where you can get all kind of videos. Youtube is a collection of music videos, movies, sports videos, documentries, tutorials, etc etc...You can

How To Enable Hindi-Marathi Font In Opera Mini

Opera mini is one of the best mobile browser in the world. 80% mobile users use opera mini as their primary browser in whole world. Many times while using opera mini we noticed that some pages open with only a blocks as a word. What it means? It means that opera mini couldn't read font which actually is in Hindi or Marathi.
As we always post amazing Mobile Tricks, this time we will help you to read Hindi or Marathi in your Opera Mini.

FOLLOW BELOW STEPS TO ENABLE HINDI-MARATHI FONT IN OPERA MINI:-

Mar 9, 2014

Increase the Working Speed of Mozilla Firefox Browser!!!!

1) open firefox and type this at address bar "about:config" and Hit Enter

2) After the Entries As Follows"

Set "network.http.pipelining" to "True"

Set "network.http.proxy.pipelining" to True

set "network.http.pipelining.maxreq to Values 10 Request at once

Apr 24, 2013

Place facebook chat on Firefox sidebar - Cool Tricks

Facebook Chat allows you to send instant messages to online Facebook contacts. However its chat bar is not so handy, being at the bottom of the page n what if you have left Facebook but still wants to remain chatting with your Facebook contacts? If you are using Firefox, you can place the Facebook Chat at the sidebar.


Just follow these steps:

1). Open Firefox.

2). Go to Bookmarks on the top navigation. Select Organize Bookmarks.




3). Click New Bookmark tab.

4). Enter
 Name: Facebook Chat and Location http://www.facebook.com/presence/popout.php.




5). Check Load this bookmark in sidebar.
6). Click on Add.

7). Now launch Firefox sidebar. To launch firefox go to view and then on sidebar and click on bookmark select Facebook Chat and start chatting with your Facebook contacts within Firefox.

Its done.
Enjoy chatting with facebook contacts from Firefox sidebar....

Remove Search engine from Firefox Searh bar

Do you have some search engines on Firefox search bar which you never used. Keeping them in search bar is of no use, it is better to simplify it by removing search engines. Here are steps to remove searchengine just follow them:


1). Open Firefox and click on a triangle icon on left of search engine toolbar.
2). Click on Manage Search Engines.
3). It will open a window which contains all installed search engines,Select search engine which you want to delete.
4). Click on remove.
5). Click on OK.

Its done.
Close your firefox and reopen it to see the changes.

Apr 23, 2013

Use Browser as Calculator:

While surfing if you need to calculate some figure then no need to open calculator in window. You can do simple calculation easily in browser. It is done by simple javascript, which is described below. You just need to write that script in address bar and press enter. answer would display immediately in an dialog box.


javascript: alert(calculation part);
for example 
calculate 6+5 
write javascript: alert(6+5); in address bar and press enter.
answer displyed in dialog box as shown below.
calculate 6*5-2
write javascript: alert(6*5-2); in address bar and press enter.

You can use +, -, *, /, % and can perform calculation easily without open windows calculator.