How do I meake blank page having different colour or custom HTML?
-
Hello, I would like blank page to be black or something, how do I do?
-
@quang-luan Which blank page are you referring to?
-
I had blank page opened just now, I don't know how it happened, it's not there, but the white kinda shined too bright for my eyes.
There was nothing in the url, and tab was named "Blank Page" I don't know where to find it.
-
about:blank?
You can modify it with developer tools, but not sure how to make it permanent.pic
-
https://github.com/Sporif/CustomHooks/blob/master/hooks/white-flash-fix.js
I made a script that does this. By default it uses the theme's background color, you can specify the color as black by replacing
${colorBg}
on line 20 with#000
.
-
@razr96 nice mods, I'll try them