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.
Latest posts made by 888larson
-
RE: [Duplicated] Default search engine keeps backing to GoogleOpera for Windows
@leocg Must have been Presto then. Time flies!
Interestingly, if you change the default search to DDG in Google Chrome, it updates both the address bar and the search box on the new tab page. Edge will change the address bar but Bing search box is permanent. - Opera for Windows
-
RE: Can't see the scrolling barOpera for Windows
@forestworker90 Works fine for me on Reddit and YouTube. The only sites it doesn't work on are search engine pages (no clue why).
-
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; }
-
RE: Please sort the bookmarks in the express panel by date.Suggestions and feature requests
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.
-
RE: Why hasn't Opera updated their mail program?Opera for Windows
@sgunhouse Good to know. I'm only using addresses from my ISP and a Gmail account.
-
RE: Why hasn't Opera updated their mail program?Opera for Windows
@rh99 I've been testing the new Vivaldi Mail 1.0 client built into their browser for the past few weeks. Liking it so far.
- Opera for Windows
-
RE: opera can't open pdf in new versionOpera for Windows
@wuj Long shot. as this should affect all browsers... are you subject to Group Policy Objects? We've encountered odd behaviors with pdf files and GPOs via VPN. If so, find the GPO .xml file and delete it. Reboot and try again. The .xml file may even be a legacy file from a previous VPN connection.
The GPO file may include something like this:
<Association Identifier=".pdf" ProgId="AcroExch.Document.DC" ApplicationName="Adobe Acrobat Reader DC" />
Do you have a pdf reader installed?
-
RE: opera can't open pdf in new versionOpera for Windows
@wuj Have you tried opening the pdf with another browser? Have you tried opening a different web-hosted pdf with Opera?