Skip to main content

Use Address bar effectively - Easy address bar commands

You are already familiar with quite a few browser address bar shortcuts. For instance, type some text in the address bar of your browser (e.g. apple), press Ctrl + Enter and the browser will automatically send you to the corresponding .com website (in this case, www.apple.com) Or type in some complex search query (e.g., site:firefox.com internet explorer) in the address bar, hit go and the browser will show results from your default search engine*. The address bar of Google Chrome is even smarter as it can offer live suggestions while you are typing the search query.
Other than these built-in shortcuts, you may also want to know about a couple of URL hacks (a better term would be "address bar commands") that let you do stuff from the address bar itself  – they are pretty easy to remember and don't require you to install any bookmarklets or add-ons (so you can use them on any computer and even some mobile phones).

1. Download videos from Youtube with URL Change easily – If you are like to download a YouTube video, just add deturl.com/ before www to the URL or just add pwn in front of youtube … see examples (http://deturl.com/https://www.youtube.com/watch?v=zSfdAiHTUMU or http://pwnyoutube.com/watch?v=zSfdAiHTUMU ) and you'll be able to save the video in either Flash or Quicktime format. This is a pretty useful option for mobile phones that don't support the flash player but can play Quicktime.

2. Shrink the address – There are about a million URL shortening services out there but if you want to quickly shrink the URL from the address bar itself try this – just type bitly.com before the URL and it gives you the short form on the next screen. Example (http://site4sites.co.in change it to http://bitly.com/site4sites)

3. Email a web page – If you want to email a link to the current web page to a contact or to your own self, here's a trick. Just type the mailto command in the address bar and this will compose a new message in your default email program – you can have the URL of the page in either the body of the message or in the subject line itself.
mailto:[email protected]?body=http://google.com/ (change to your email id at my email ID)

4. Share or bookmark a web page - If you find the above email command a bit scary, here's something simpler. Go the address bar of your browser and type smub.it/ just before the URL as in this example. You can then share that page on any social site or even send the link to your friends via email. A perfect option for mobile phones.

5. Who owns that website – If you want to know the email address and other contact details of the owner of a site, the whois record of that site can sometimes help. To view the whois details of the current site, type whois.domaintools.com/ in the address bar (just before the http:// part) and there you have all the information – see an example.

6. Send yourself notesFutz.me is a free service that lets you email text notes, hyperlinks and even images from the right the address bar of your browser.
Go to the address bar, type futz.me/xyz followed by a space (xyz is your unique username) and anything that's after space will be sent to your email address. If you use Futz.me with a URL that points to an image, the image will be sent you via an email attachment or even through MMS (if you are in the US).

7. Find URL Redirection - Bitly, URL Shortner etc., are great tools when you need to shorten a link, but as a user, sometimes you are afraid to open these links because you are not sure where it goes and if the site is safe. I found a tool that helped me out a few times and makes me more confident clicking on these links: http://www.websiteplanet.com/webtools/redirected/ 

Comments

  1. Hi, this is manoj kumar completed graduation in Bacheolor of Technology in stream of Information Technology in 2009 with 82% (no history of arrears)awaiting for a challenging position in software company..mail id:[email protected]
    mob:9787819125

    ReplyDelete
  2. This site is really usefulll...........very good n innovative,informative idea..

    ReplyDelete
  3. Keep watching this blog and if possible subscribe to it. All openings known to me and my friends will be posted in this blog... Thanks for your comments..

    ReplyDelete

Post a Comment

Popular Posts

DOT NET Interview Questions with Answers

When not to use Design Patterns? Do not use design patterns in any of the following situations. • When the software being designed would not change with time. • When the requirements of the source code of the application are unique. If any of the above applies in the current software design, there is no need to apply design patterns in the current design and increase unnecessary complexity in the design. When to use Design Patterns? Design Patterns are particularly useful in one of the following scenarios. • When the software application would change in due course of time. • When the application contains source code that involves object creation and event notification. Benefits of Design Patterns: The following are some of the major advantages of using Design Patterns in software development. • Flexibility • Adaptability to change • Reusability What are Design Patterns? A Design Pattern essentially consists of a p...

Freshers & Experienced Openings July 2024

https://www.pharmatutor.org/content/july-2024/biocon-biologics-walk-in-drive-for-mpharm-bpharm-msc-in-qa-qc-manufacturing

Probationary/ Specialist Officers in Indian Bank

Probationary/ Specialist Officers Location :  Across India Eligibility: BE/ B.Tech (Che/ Electrical/ Mech/ Prdn/ Textile/ ETE/ ECE/ CS/ IT)/ MCA/ MBA www.freshersworld.com Details:     Indian Bank (A Govt of India Undertaking) Recruitment of Probationary Officers/ Specialist Officers (Industrial Development Officers/ Computer Officers) Indian Bank, a leading Public Sector Bank, with headquarters in Chennai having geographical presence all over India and abroad invites online applications from Indian Citizens for the following posts. Post Code Post Scale Total Vacancy Age as on 01.07.09 Min Max 1 Probationary Officers I 118 21 30 Specialist Officers         Industrial Development Officers in the following Engineering disciplines         2 Chemical I 02 21 30 3 Electrical I 02 21 30 4 Electronics I 02 21 30 5 Leather Technology I 02 21 30 6 Mechanical I 02 21 30 7 Production/ Metallurgy I 02 ...

Virtual desktop manager for Windows

nSpaces can help create several Virtual desktops. These are easy to use and can be customized. nSpaces can facilitate creation of four desktops, but more can be added. Each desktop can be individually customized with different background images, desktops colors etc. There are hotkeys as well for desktop switching, and passwords can be set too. . nSpaces is and compatible with Windows 200, Windows xp, Vista and Windows 7. It requires Microsoft .NET framework 3.5 or later. nSpaces at http://www.bytesignals.com/nspaces/

Tavant Technologies Interview Questions

Hi Friends, This interview is for 3 years experienced Java/J2EE guy. First Round: 1) About project 2) All basics of Java – Encapsulation , Polymorphism, Over riding, inheritance, over loading 3) Exception handling – Checked and unchecked exceptions 4) Example for runtime exceptions 5) What is abstraction and difference between interface and abstract class 6) Basics of threads 7) Which one is preferable thread class or runnable interface 8) Single ton – Other design patterns - Write sample singleton class 9) Collections 10) What is the output: Try{ sysout(“hello”); some code written here which throw an exception } catch(Exception e){ System.exit(0) } finally{ Sysout (“end”); } 11) A class Thread A with overridden run method.. {run(){Sysout("TT"); }} A main program psvm{ a.run(); // call run a.run(); // call run ...