Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

I want a shortcut key to navigate to the home page of any website which I am browsing

more options

If I am on http://www.bbc.co.uk/news/world-europe-26347042 and I press the shortcut key I should go to http://www.bbc.co.uk/

Another example: if I am on http://reviews.cnet.com/8301-13970_7-57619497-78/what-mattered-at-mobile-world-congress-day-2-blackberry-samsungs-galactic-dominance-and-plucky-kazam/ and I press the shortcut key then I should go to http://www.cnet.com/

Please note that I am not looking for a solution to open the Firefox home page.

Thanks, Amit

If I am on http://www.bbc.co.uk/news/world-europe-26347042 and I press the shortcut key I should go to http://www.bbc.co.uk/ Another example: if I am on http://reviews.cnet.com/8301-13970_7-57619497-78/what-mattered-at-mobile-world-congress-day-2-blackberry-samsungs-galactic-dominance-and-plucky-kazam/ and I press the shortcut key then I should go to http://www.cnet.com/ Please note that I am not looking for a solution to open the Firefox home page. Thanks, Amit

Chosen solution

As far as I know, the closest thing to what you want is the Navigate Up add-on.

Read this answer in context 👍 1

All Replies (10)

more options

Chosen Solution

As far as I know, the closest thing to what you want is the Navigate Up add-on.

more options

I dont think that my requirement should be very difficult for a Add On developer. What the shortcut needs to do is to truncate the web page url upto the first "/" and redirect the page . This should work for most of the websites, I presume.

more options

Thanks. Almost meets my expectation. Just hoping to have a shortcut key which will take me directly to the Home page and not just one level up.

more options

Is it that hard to click on the BBC logo in the upper left corner of each web page on that website to to go back to the index page?

"I don't think that my requirement should be very difficult for a Add On developer ...."
https://developer.mozilla.org/en-US/docs/Building_an_Extension

more options
more options

@ the-edmeister These days a number of website designs involve adding content to the web page as you keep scrolling down. Soon you will reach so far down that it will take you ages to scroll back up and then click on the logo. So then your best bet is do a Ctrl+Home and then click on the logo.

more options

You can assign this code to a specific shortcut key:

window.location.replace(window.location.protocol+"//"+window.location.hostname);
more options

@lalithashalini I had browsed this page before posting my query, but didnt find the shortcut I was looking for. Were you able to find the shortcut that I want? If yes, then please let me know which is it.

more options

The way I would surf the BBC main page is that when I want to read a listed article, I would middle-click that article to have it open in a new tab. When I finished reading that article I would close that tab and return to the main or index page in the original tab, hopefully with that page in the same position as I left that page.

more options

akrsrivastava wrote:

I dont think that my requirement should be very difficult for a Add On developer.

You can contact the developer of Navigate Up and suggest adding a keyboard shortcut for navigating to the root of the site. See the "Support E-mail" link on the right side of the aforementioned page:

akrsrivastava wrote:

I had browsed this page before posting my query, but didnt find the shortcut I was looking for.

There's no built-in keyboard shortcut for navigating to the root of a site. You can use the keyconfig add-on mentioned above to define your own keyboard shortcuts for custom actions.