-
Opera 8.5 changes?
Date: 09/20/05
Keywords: no keywords
I'm as psyched as everyone else about version 8.5. I'm on 8.02 right now but have not upgraded yet. My question to you guys is... are there any changes to be made to any of the .ini files? For instance, having to change the version number of the search.ini after going from 7.5 to 8 (or was it 8 beta.. I forget now). I don't really want to be the guinea pig on this, heh. Is the layout any different? Anyone have a screenshot? (Not important - I will upgrade eventually. Just curious as I hadn't heard anything about that yet.) Thanks people.
P.S. Good reads here at Opera Watch if you haven't seen it already.
Source: http://community.livejournal.com/opera_browser/43032.html
-
BIG NEWS: Opera is now FREE!!!
Date: 09/20/05
Keywords: no keywords
... and FREE means NO AD BANNERS, NO REGISTRATION KEYS... What are you waiting for people!!!.... go ahead and download!!!!
[cross posted in sting_crawler ]
Source: http://www.livejournal.com/community/opera_browser/42810.html
-
New UserJS for quickreply
Date: 09/16/05
Keywords: no keywords
Fix LJ quick_reply
Adding internal quickreply function (for fixing bug in LJ-script and future extend ).
For example - on this page have a few messages(comments) with various subject. If I comment a message which have a "Hello" subject - in form appears "Re: Hello" subject, but if I change reply position to message with "world!" subject - in form will be "Re: Hello" subject, not "Re: world!".
If you will use this script - you always will get a form with "Re:" on curent subject. Of course you may input own subject.
Source: http://www.livejournal.com/community/opera_browser/42271.html
-
New S2 editor
Date: 09/15/05
Keywords: no keywords
Have anyone solve in some way the problem whit subj not working in opera ?
Source: http://www.livejournal.com/community/opera_browser/42032.html
-
registration
Date: 09/15/05
Keywords: no keywords
i have registered my opera on opera's birthday and then re-installed it (trying to solve the problems with RAM usage I have posted about here before - btw. reinstalling has helped). since i decided to do a complete reinstall - my registration was lost...
i know that it's me who was stoopid enough not to put down the registration key somewhere and it's 100% my fault, but anyway - can anyone tell me if there's a way to restore that registration?
thanks in advance
Source: http://www.livejournal.com/community/opera_browser/41737.html
-
LJ Login box fix
Date: 09/13/05
Keywords: no keywords
Maybe someone's done this before, I don't know. This one-line script kills the "not logged in" div on top of lj's pages when you're not logged in, so you don't have to click on "log in" for the username and password boxes to show up.
It's really basic.
Source: http://www.livejournal.com/community/opera_browser/41709.html
-
Quickreply revisited
Date: 09/12/05
Keywords: no keywords
I'm using the UserJS fix for quickreply that was posted here In the past few days, I've noticed that clicking on a reply or comment link opens the quickreply dropdown box, then opens a page which has a comment form. If I use the "Back" command, the dropdown is still there, and I can still use it.
Has anyone else noticed this?
Source: http://www.livejournal.com/community/opera_browser/41364.html
-
Importing Firefox bookmarks to Opera
Date: 09/10/05
Keywords: browser
OK, I got my free registration key, and now I wonder how I use this thing - the browser that is, not the registration code? I've currently got Firefox 1.0.6, and was wanting to import the bookmarks from it to Opera, but the only ones being imported are the default one, not the other folders I set up. So what is the secret?
Source: http://www.livejournal.com/community/opera_browser/41069.html
-
JavaScript Console
Date: 09/02/05
Keywords: browser, java
Does anybody know if there's a way to get JavaScript console in Opera to be more useful, or if there's a third-party plugin or something? When debugging JS code, it presents very little useful info other than the fact that you have an error. FireFox has a great JS console, unfortunately the browser itself is rather lacking. Any body have any ideas?
Source: http://www.livejournal.com/community/opera_browser/40853.html
-
Free registration keys for Opera
Date: 08/30/05
Keywords: software, browser
Cross-posted to browserfriendly, opera_browser, and pne
It's Opera Software's tenth birthday today! And so they offer free registration keys for everyone emailing registerme@opera.com from 2005-08-30 09:00 CEST (midnight PDT, 3 a.m. EDT) to 2005-08-31 09:00 CEST.
News article (in German) at heise.de here.
Source: http://www.livejournal.com/community/opera_browser/40453.html
-
Happy birthday Opera
Date: 08/30/05
Keywords: browser, web, hosting
Today is Opera's 10th birthday, and they're hosting an online party.
According to c|net:
For one day only, you can get an ad-free version of Opera. Simply e-mail registerme@opera.com to obtain a registration code. This offer is valid from 12 a.m. Tuesday, August 30 to 12 a.m. Wednesday, August 31 2005 (PDT).
I sent an email but haven't had a reply yet, but I bet they're dealing with a heap of mail today.
Update: Alternatively, just go to their website, register and get the codes immediately.
[Cross-posted to browserfriendly.]
Source: http://www.livejournal.com/community/opera_browser/40212.html
-
Trouble with favicon
Date: 08/27/05
Keywords: rss
Sorry for my english, but i think, it's interesting :-)
I've more than 300 rss-feeds. I really like read these feeds :-) But when i've clicked Feeds menu, i've got black screen(troubles with window/images drawing?) and then Opera fell.
I think for 1 week and i found solution!
I've disabled favicons(Ctrl+F12, Page Icons: Show no icons) and delete all files from folder "profile/images". In this foled were more than 2000 images... and when i click Feed menu, i think, opera tried to draw all these 300 favicons and fell.
Good Luck :-)
PS. This bug was in 8.0 beta, and this bug still in last 8.10 beta :-(
Source: http://www.livejournal.com/community/opera_browser/40111.html
-
UserJS fix for that annoying LJ comments bug.
Date: 08/21/05
Keywords: browser, html
You know how quick reply all of a suddenly stopped working? I stumbled across this fix in the Opera forums... It was originally written by one of the Russian users (username unknown), but I've tweaked it a bit for efficiency.
Save as a plain text file with a .js extension and use as you would any UserJS file. (some instructions here.)
// ==UserScript==
// @name Fix the LJ comments form.
// @author Michael Xeningem
// @description Fix problem with comments in LiveJournal
// @ujs:category browser: enhancements
// @ujs:published 2005-07-20 22:00
// @ujs:modified 2005-08-21 09:25
// ==/UserScript==
/*
* public domain
*/
if(window.location.host.indexOf('livejournal\.com') != -1){
window.addEventListener('load',function(e) {
if (!document.getElementById("qrform")&&document.getElementById("qrformdiv")) {
var qe = document.getElementById("qrformdiv");
var fe = document.createElement("form");
if (fe) {
fe.id = "qrform";
fe.name="qrform";
fe.method="POST";
fe.action="http://www.livejournal.com/talkpost_do.bml";
fe.innerHTML =qe.innerHTML;
qe.innerHTML = "";
qe.appendChild(fe);
}
}
},false);
}
Only works in Opera 8, of course.
Source: http://www.livejournal.com/community/opera_browser/39880.html
-
v 8.02 on WinXP
Date: 08/18/05
Keywords: no keywords
Okay, this might not be a huge problem, but I'm just very curious as to why is this happening.
When I browse the files on my ftp (ie, using ftp protocol), Opera randomly gives me 404 messages. One image opens as God intended, and for another one I get a "file not found". Like I said, it doesn't bug me all that much (I know the files *are* there, heh), but I'm just wondering, why?
eta I checked back, and some files that wouldn't open before, now work fine. I still get a 404 from time to time, and sometimes refreshing it a few times does the trick. Is this a server issue, rather than an Opera one?
Source: http://www.livejournal.com/community/opera_browser/39516.html
-
Default Browser
Date: 08/14/05
Keywords: browser
How to set Opera 8 as a Default Browser?
Cant find where to set it up o_O)
Source: http://www.livejournal.com/community/opera_browser/39312.html
-
memory & mailbox
Date: 08/08/05
Keywords: browser
i will re-phrase my question that i asked some time ago.
(It takes about a minute or two for my Opera to launch, and afterwards it takes as much as around 60 MB of RAM without any windows open)
I am pretty sure it's the mailbox (I use Opera as both browser and e-mail client) that is in charge of that.
At the same time I do not want to delete anything from my mailbox (well not "anything" probably, but not much anyway).
SO the question is:
Is there a way of reducing memory usage without radical cleansing of the mailbox?
Thanks a lot.
Source: http://www.livejournal.com/community/opera_browser/39001.html
-
Livejournal sidebar
Date: 08/05/05
Keywords: security
I write a panel (sidebar) for opera, to write a posts to LJ, with realtime preview, support of tags, typographic symbols, current music/mood, security level, and so on and so for.
Link to sidebar
Unforcently, my english is very bad, so script contains many bugs (typo).
Please, add your opinions to comments to this messageā¦ ;-)
Sidebar require Opera 8+ with js and cookies enabled.
Source: http://www.livejournal.com/community/opera_browser/38822.html
-
Strange LJ Quirk (at least for me) in Opera 8.02
Date: 07/30/05
Keywords: browser
Anyone else with Opera 8.02 have this problem? You click the link to "Reply to this" or "Post a new comment" in someone's journal, a comment box used to (in previous versions) drop down under the link, and all previous comments would still be visible. Now, however, at least for me, the comment box will drop down for a second, then the page will switch to a whole new page to add the comment, without the rest of the comments visible.
But you hit the "Back" button in the browser, it will take you back to the page with the drop-down comment box and the rest of the comments (if my explaination makes any sense).
EDIT: Oh, and if you go "back" to that previous page and try to use that form, the "Post Comment" button doesn't function, but does function on that page without all the comments.
Also posted in the "My Opera" forums.
Source: http://www.livejournal.com/community/opera_browser/38145.html
-
3rd Party Software: Best Firewall?
Date: 07/24/05
Keywords: no keywords
I've been using Sygate firewall (free version) for a while now. But for some reason I lose internet connection completely at odd times. Usually after it sits for a while and nothing is happening. So I'm looking for a new firewall program but donno what to try.
That said: What firewall do you recommend?
Thanks in advance/
Source: http://www.livejournal.com/community/opera_browser/38125.html
-
Opera now supports Bittorrent
Date: 07/08/05
Keywords: software, browser, linux
Opera Software today launched a technical preview (TP) of the Opera browser for Windows, Linux and Mac that includes support for BitTorrent.
Read the press release here.
Source: http://www.livejournal.com/community/opera_browser/36676.html