you can use the keyboard shortcut "Ctrl+Shift+L" to toggle Lucid mode on and off.
Best posts made by Anawilliam
-
RE: Disable Lucid Mode?Opera for Windows
- Opera for Android
-
RE: Images and videos look too sharp and over exposed with RGXOpera GX
@r4tcrisis I think you can turn out this and this will fix it
-
RE: Can't open user profile directory, because you lack sufficient privileges'.Opera for Windows
@burnout426 I have the same problem, thanks for your help
Latest posts made by Anawilliam
-
RE: PDF reader does not open local pdf files on the page it was left when last openedOpera for Windows
I understand your frustration. One possible workaround could be to use bookmarks to save the page numbers you need to refer to frequently in the PDF. You can create bookmarks by clicking on the bookmark icon in the PDF viewer and selecting "Add Bookmark". This will allow you to quickly jump to the relevant pages without having to scroll through the entire document each time. Another option could be to use the table of contents if the PDF has one, which can also help you quickly navigate to specific sections or chapters.
-
RE: Title bar ignores Windows setting, but Chrome obeys it!Opera for Windows
I can suggest that the issue you are experiencing with the title bar in Opera could be a design choice made by the Opera development team or a bug that needs to be fixed in a future update. It's also possible that the feature you're describing is not currently available in Opera, but you may be able to achieve a similar effect using an Opera extension or by modifying your Windows settings. It's best to check the Opera forums or submit a support ticket to the Opera team for more information and assistance with this issue.
- Opera for Windows
-
RE: uBlock OriginOpera add-ons
@gaborz I answered your question but If you need something more precise, it's because the developers never implemented support for extensions in mobile versions of Opera.
- Opera add-ons
- Opera add-ons
- Opera add-ons
-
RE: Can't Uninstall Opeara GX on ThinkCentre Lenovo Italy Windows 8.1 ComputerOpera GX
If you're having trouble uninstalling Opera GX on your ThinkCentre Lenovo computer running Windows 8.1, you can try the following steps:
Open the Control Panel by pressing the Windows key + X and selecting Control Panel from the menu.
Click on Programs and Features.
Find Opera GX in the list of installed programs.
Click on Opera GX and select Uninstall.
Follow the prompts to uninstall Opera GX.
If the above steps don't work, you can try using a third-party uninstaller program to remove Opera GX from your computer. You can find many free uninstaller programs available online that can help you remove stubborn software.
Alternatively, you can try reinstalling Opera GX and then uninstalling it again using the steps above. This may help resolve any issues with the uninstall process.
-
RE: GX corner not saving platform preferencesOpera GX
It sounds like there may be a bug with the GX Corner preferences not being saved properly. You can try resetting the GX Corner settings to see if that helps:
Open Opera GX and navigate to GX Corner.
Click on the three dots in the top right corner of the page and select "Reset settings" from the drop-down menu.
Confirm that you want to reset the settings by clicking "Reset" on the pop-up message.
This will reset all of your GX Corner settings to their default values, including platform preferences. If the issue persists after resetting the settings, you may want to report the bug to Opera's support team so they can investigate further. -
RE: Autofill Text - Obnoxious Green ColorOpera GX
It looks like the green color you are seeing is the default color used by the Opera browser for autofill text. If you prefer a different color, you may be able to change it by adjusting the browser's CSS settings. Here's how:
Open Opera and navigate to any page with an autofill form.
Right-click on the form and select "Inspect" from the context menu.
This will open the Developer Tools panel. In the panel, click on the "Styles" tab.
In the "Styles" tab, locate the section labeled "User agent stylesheet" and expand it.
Within this section, look for the following CSS code:
css
Copy code
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
background-color: #00FF00 !important;
color: #000000 !important;
}
This code is responsible for styling the autofill text. The background-color property is set to #00FF00, which is the green color you are seeing. The color property is set to #000000, which is black.To change the color of the autofill text, modify the color property to your preferred color. For example, you can change it to black by changing the value to #000000. If you want to change the background color as well, modify the background-color property.
Once you have made your changes, click on the "X" button in the top-right corner of the Developer Tools panel to close it.
Your changes should now be applied, and you should see the new color when using autofill in Opera.