I want to open a tab and nothing but a tab. So far, I have used New Tab Redirect! and specified a blank redirect URL, which becomes about:blank. But when I press CMD/CTRL + T it gives focus to the location bar but puts the cursor after about:blank. Is there a way to either clear about:blank entirely or select all the text, so I can start typing straight away and not have to CMD/CTRL + A and backspace/delete?
EDIT:
I tried :
html {
display: none !important;
}
With the stylish plugin for URL chrome://newtab but it didn't work.