Do you have Kaspersky installed?
Do you have NordVPN installed (even if it's disabled)?
Do more on the web, with a fast and secure browser!
Download Opera browser with:
Do you have Kaspersky installed?
Do you have NordVPN installed (even if it's disabled)?
See https://forums.opera.com/post/378193. There might already be a flag, but I'm not sure if Opera honors it at the moment.
@zhenyahacker said in How to disable popup on url copying:
This is annoyning. Who the hell designed it?
This feature comes from Chromium that Opera inherited. It's called a "toast" notification.
In Chrome, if you goto the URL chrome://flags
and search for "toast", you'll see a few flags you can disable like the "Top Chrome Toasts" flag that are supposed to (didn't check) disable this annoyance.
If you do the same in Opera, you'll see "Top Opera Toasts". In my case though at least, it's already disabled. So, Opera might not honor the flag yet. Or, maybe you have to enable it, restart Opera, disable it and restart Opera again to get Opera to honor it. Then, again, it might not help in Opera no matter what you do at the moment.
If you look through the feature requests for Opera, you'll see that some users desire Snapchat in the sidebar too. And, for non-messengers, there are wishes for Deepseek, Copilot and Gemini.
It would be awesome if the custom site panels feature in opera://flags
because a first-class citizen in Opera. Also, either way, it currently has an limit of 5 sites. That limit should be increased per DNA-120562.
See https://forums.opera.com/topic/74359/request-bluesky-for-sidebar for Opera GX users requesting Bluesky.
If you don't see Bluesky etc. in the sidebar setup, goto the URL opera://extensions
, turn on developer mode, click "update", goto the URL opera://about
, check for updates, wait a minute and restart Opera.
Creating thread.
@genegold Any difference if you goto the URL opera://browserjs
and disable browser.js for the session before going to fedex.com and trying to track a number?
Goto the URL opera://settings/content/all``, type
fedex.comin the search field and click "Delete displayed data" and goto the URL
opera://settings/clearBrowserData``` and clear "cached images and files" for all time first before trying though.
@genegold Hit ctrl + shift + n to open a private window. Does it work fine there?
@jkreski Ctrl + F5 doesn't need those tags to work. It just works on its own. Goto the URL opera://settings/keyboardShortcuts
and take a look at the "reload without the cache" command.
Not sure why it's not working for you.
They suggested a line of code to be put into my .httpaccess file.
It's usually .htaccess
as mentioned at https://www.hostinger.com/tutorials/locate-and-create-htaccess, but understood about the password issue.
It might be something like this:
<IfModule mod_headers.c>
Header set Cache-Control "no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires 0
</IfModule>
that you need to add to your .htaccess file (just while developing if you want). But, if you don't get things exactly right, pages on your site won't load.
But, you really shouldn't have to do any of this and ctrl + F5 should be enough.
However, see https://support.hostinger.com/en/articles/1583501-how-to-clear-cache.
@tfoland temporarily log out of Yahoo on all browsers (and mail apps if applicable) on all devices and then try things again.
Then in Opera, in a normal window, you can goto the URL opera://settings/content/all
, type yahoo.com
in the search field and click "Delete displayed content". Then, you can goto the URL opera://settings/clearBrowserData
and clear "cached images and files" for all time.
Then try things.
If you can log into your Yahoo account on some other device or browser, you can try going to https://login.yahoo.com/myaccount/activity/recent-devices/ and signing out all other devices.
@jkreski You can try adding the following inside <head>
.
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
to see if it helps. But, I was talking about doing it as an HTTP response header. Not sure how to do that for LiteSpeed that you're running, but you can search for info if the meta tags don't work.
While testing the site at least, you can have the server send:
Cache-Control: no-cache, no-store, must-revalidate
in the response header to the client if you want.
After making a change on the server, you can hit ctrl + F5 on the page to load the fresh version of the page.
Yes, it sucks.
You can use New Tab Start Page to work around it. You can't use the focus address field option in its settings and the address field won't be blank when the page loads though.
I don't remember if it works with local pages like file:///C:/Users/yourusername/Desktop/newtab.html
though. Make sure local files are allowed for the extension at the URL opera://extensions
. You'll have to try. You might even have to modify the extension to allow local the file protocol.