Still not working in Austin. Is this getting hit by the porn block in Texas?
Posts made by smprather
-
RE: This service is currently not available in your region message when accessing from some US regionsBugs
-
RE: Tab-Close X becomes inaccessible with a lot of tabs openOpera for Windows
Still waiting. At least give a setting to force an always-on X on each tab. I don't care if it obscures the tab text when tabs are small.
-
RE: This service is currently not available in your region message when accessing from some US regionsBugs
There are reasons I really need to use Opera, but they appear to, over and over again, really hate their users. I mean passionately despise. I don't understand why they're in the business of building a product created for actual end users.
-
Protect / lock pinned tabsSuggestions and feature requests
This has come up many (many) times. Can someone representing Opera let us know if this will never happen so we'll stop bringing it up? I would have replied to other similar threads, but they are locked.
If I pin a GMail tab, for example, I never want that tab to leave Gmail. If an external link is clicked, it should be opened in a new tab. GMail may be a bad example, because I believe it is the default behavior of the underlying app code. But it's definitely not true for all the sites I pin (else I wouldn't be here).
Thanks!
-
RE: Magic Actions for YouTube™Opera add-ons
Multi-range looper isn't working for me. I just get the usual YouTube right-click menu when I right-click on the timeline. It would be a nice feature since I like to watch roller skate technique videos and I'l like to be able to set up a loop to figure out moves. Otherwise, this is a really nice add-on. 4 stars for now, 5 when looper is working. Thanks!
-
RE: Screen won't turn-off or allow screen saver to activate with Opera Window openOpera for Windows
If anyone else find their way here, here is an AutoHotKey script that will minimize Opera and turn off the monitor. During development of the script, I bound a key to just turn off the monitor. With Opera not-minimized, when I would hit the key, the monitor would turn off, and then turn back on in less than a second. With Opera minimized, it would turn off and stay off.
Note that if you have sound playing through the browser when this script triggers, the sound will continue. That's a good thing since many people will be using the browser for music, or other background noise.
Just put this at the top of your bind-key script. Don't bind it to any key. It will not block the script from reading the rest of your keys.
Loop { if (A_TimeIdle > 120000) { if WinExist("ahk_exe opera.exe") { WinMinimize Sleep, 500 SendMessage 0x112, 0xF170, 2, , Program Manager } } Sleep, 10000 }
-
RE: Screen won't turn-off or allow screen saver to activate with Opera Window openOpera for Windows
It's happening to me to. Really annoying. I may have to write an AutoHotKey script to minimize the window after some amount of inactivity.