Chrome >
There is a manual solution to implement this.
2020-08-17 -- This is no longer used/needed in Brave. I just bookmark a blank page and rename it.
- Create an html file with the below contents.
- Browse to that location on your disk, and load that html file.
- Bookmark it.
-
Copy that bookmark to re-use it.
Note that I am unable to make this html block any prettier than this. Be sure to copy it all, including the bunch of capital A's which go off the right side of the page.
<!DOCTYPE html>
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="data:image/x-icon;base64,AAABAAEAEBAQAAEABAAoAQAAFgAAACgAAAAQAAAAIAAAAAEABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//wAA//8AAP//AAD//wAA//8AAP//AAAHwQAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA" rel="icon" type="image/x-icon">
<title>- - - - - - - -</title></head>
<body>
<p>
Since Google refuses to support separators, this quick hack implements them.
Thanks to <a href="https://2ality.com/2011/01/faking-bookmark-separators-in-chrome.html">2ality.com</a>
</p>
</body>
</html>
Last updated 2020-08-17 at 03:19:56