Answer the question
In order to leave comments, you need to log in
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
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>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question