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
- Future releases
-
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
-
RE: Can't log into TwitchOpera GX
@rangexter said in Can't log into Twitch:
I can't log into twitch here on opera GX. Is there a work around for their "supported browser" stupidity?
Yes, there are a few ways to work around Twitch's "supported browser" issue on Opera GX. One way is to use a browser extension or plugin that allows you to spoof your browser's user agent, making it appear as if you are using a supported browser. Another option is to use a browser extension that allows you to use Twitch on an unsupported browser, such as User-Agent Switcher for Chrome. Finally, you could also try using a virtual private network (VPN) to access Twitch from a different location where the supported browser is available. However, it's worth noting that Twitch does not condone the use of VPNs and may ban users for using them.
-
RE: Trying to Publish a Multiplayer Game with Game MakerOpera GX
@golgedar said in Trying to Publish a Multiplayer Game with Game Maker:
I have a multiplayer game that is under development. It uses web sockets. The game's client is developed with Game Maker. I need a connection between the client that will be in OperaGX and the server that is written with C# in my computer.
After a long research, I think I need an SSL certificate to intergrate to my game server. With this certificate's authentication I will be able to send encyrpted data to the client running in OperaGX. Unfortunately, the game website of OperaGX, GX.games has its own SSL certification with a hidden private key.
How can solve this problem? What should I do to build my game and game server with WSS?There are a few options for building a secure connection between your game client running in OperaGX and your server written in C#:
Self-signed SSL certificate: You can create your own self-signed SSL certificate and use it for encryption. However, this may not be as secure as using a certificate issued by a trusted certificate authority.
Free SSL certificate: You can use a free SSL certificate from a trusted certificate authority such as Let's Encrypt. However, these certificates are usually short-lived and need to be renewed regularly.
Paid SSL certificate: You can purchase a paid SSL certificate from a trusted certificate authority. This option will provide a more secure and long-term solution for your game.
Use a cloud service like AWS or Azure, which allow you to easily provision a SSL certificate for your game server.
Using a SSL-termination proxy to handle the SSL encryption and decryption, and forward the traffic to your game server in plaintext.
It's important to note that using SSL is important because it encrypts the data sent between the client and server, making it harder for someone to intercept and steal sensitive information.