Add a setting toggle to have bookmarks prepended or appended to an existing list. Then we can choose which works best on an individual basis.
Best posts made by 888larson
-
RE: Please sort the bookmarks in the express panel by date.Suggestions and feature requests
-
RE: Can't see the scrolling barOpera for Windows
@forestworker90 Like you, I have vision issues and the low-contrast, skinny scroll bars are extremely difficult for me. I installed an extension called Custom Scroll Bar that allows me to set css overrides. Install the extension, go to options, add css as desired, clear browser cache.
I use these settings:
::-webkit-scrollbar { width: 17px !important; } ::-webkit-scrollbar:horizontal { height: 17px !important; } ::-webkit-scrollbar-track { background-color: #dcdcdc !important; } ::-webkit-scrollbar-thumb { background-color: #696969 !important; border-radius: 9px !important; } ::-webkit-scrollbar-thumb:hover { background-color: #808080 !important; border-radius: 9px !important; }
-
How to allow duplicate bookmarks?Opera for Windows
I use an about:blank bookmark named "--------" as a separator in my bookmarks list. But if I try to add more than one to a folder, it eventually gets deleted as a duplicate. How do I turn this feature off to allow duplicates?
Windows 11
Opera 87.0 -
RE: How to allow duplicate bookmarks?Opera for Windows
I was afraid that might be the case. I use a Chrome extension called Bookmark Sidebar and the feature to add a separator in the menu is coded so I can't modify the properties. I'll reach out to the developer and see if he'll consider about:blank?[random number] in a future release.
Thank you for the feedback.