Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make Cent open new tab on start?
#2
once again i find Chromium engine as veeeeery poor  Confused
no way to customize tabs colors and no extentions..  now simple task to open new additional tab on start-up keeping others not loaded, and again no easy way(judging by no answers). yet it seems to be no extention for this(real disgrase!), and only thing Maybe could help is javascript that i found:

Code:
chrome.windows.onCreated.addListener(function() {
chrome.windows.getAll(function(windows) {
 if(windows.length == 1) {
  chrome.tabs.create({})
} }) })`

but again - hell knows how to make Chrome execute script on start.  Angry
Reply


Messages In This Thread
How to make Cent open new tab on start? - by rey - 05-17-2017, 09:36 AM
RE: How to make Cent open new tab on start? - by rey - 05-28-2017, 03:38 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)