Answer the question
In order to leave comments, you need to log in
How to change new opera tab?
I have an extension that changed the new tab page to its own. I did it by writing
"chrome_url_overrides" : {
"newtab": "my-new-tab.html"
}
Answer the question
In order to leave comments, you need to log in
Whenever you open a new tab, the onCreated event fires.
This event can be caught from the background script background.js
https://developer.chrome.com/docs/extensions/refer...
Accordingly, after you have caught this event, nothing prevents you from simply changing the URL of the tab where it happened event to the address you need.
There is an even simpler option: nothing prevents you from setting the address you need as the start page in the settings of the opera itself and no extensions are needed.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question