F
F
Fredo142019-07-21 14:58:25
Google Chrome
Fredo14, 2019-07-21 14:58:25

How can I make my URL open in a new tab?

It is necessary that when you open a new tab, your URL opens instead of the default frequently visited sites, etc.
In the Firefox settings, I found only the options "firefox home page (default)" and "blank page", in Chrome I don't see such settings at all. Tell me how can this be done (in both browsers, but Firefox is more important) ?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
B
bkosun, 2019-07-21
@bkosun

Alternatively, use the New Tab Override extension to customize Firefox's new tab functionality:
https://github.com/cadeyrn/newtaboverride
https://addons.mozilla.org/en/firefox/addon/new-ta..
There are other extensions, just use the search .
If you don't want to use the add. extensions - you can add something like this page as a home page and configure the browser so that when you open a new tab, the home page opens:

<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="refresh" content="0; url=https://example.com">
</head>
<body></body>
</html>

For developers:
https://developer.chrome.com/extensions/override

D
Dimonchik, 2019-07-21
@dimonchik2013

https://support.google.com/chrome/answer/95314?hl=en
https://support.mozilla.org/en/kb/kak-ustanovit-do...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question