Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
NFX
Jun 2, 2008

Fun Shoe

Mithaldu posted:

For those who have the "new post button doesn't work" problem, but tend to use "Bookmarked Threads" more than the actual forum pages:
code:


I couldn't get this to work as posted, partly because you had checked "automatically parse URLs", breaking the script, and partially because I normally use the bookmarks from the user control panel.

However, this version works for me.
code:
// ==UserScript==
// @include http://forums.somethingawful.com/*
// ==/UserScript==
window.addEventListener(
	'load',
	 function(e) {
		if ( !document.body ) return;
		var thread_list_link_pos = window.location.toString().indexOf("forumdisplay.php");
		thread_list_link_pos += window.location.toString().indexOf("bookmarkthreads.php");
		thread_list_link_pos += window.location.toString().indexOf("usercp.php");
		if ( thread_list_link_pos <= 0 ) return;
		var links = document.getElementsByTagName("a");
		var now = (new Date()).getTime();
		
		for (var i = 0; i < links.length; i++) {
			var new_post_pos = links[i].href.indexOf("goto=newpost");
			if ( new_post_pos <= 0 ) continue;
			
			links[i].href += "&now=" + now;
		}
	},
	false
);

Adbot
ADBOT LOVES YOU

big shtick energy
May 27, 2004


This is getting annoying. Both of these links crash Opera 10.5 a few second after opening them:

http://i-r-squared.blogspot.com

http://www.calculatedriskblog.com

Mithaldu
Sep 25, 2007

Let's cuddle. :3:

NFX posted:

I couldn't get this to work as posted, partly because you had checked "automatically parse URLs", breaking the script, and partially because I normally use the bookmarks from the user control panel.

However, this version works for me.
code:
// ==UserScript==
// @include http://forums.somethingawful.com/*
// ==/UserScript==
window.addEventListener(
	'load',
	 function(e) {
		if ( !document.body ) return;
		var thread_list_link_pos = window.location.toString().indexOf("forumdisplay.php");
		thread_list_link_pos += window.location.toString().indexOf("bookmarkthreads.php");
		thread_list_link_pos += window.location.toString().indexOf("usercp.php");
		if ( thread_list_link_pos <= 0 ) return;
		var links = document.getElementsByTagName("a");
		var now = (new Date()).getTime();
		
		for (var i = 0; i < links.length; i++) {
			var new_post_pos = links[i].href.indexOf("goto=newpost");
			if ( new_post_pos <= 0 ) continue;
			
			links[i].href += "&now=" + now;
		}
	},
	false
);

Thanks for fixing my fix. :)

DuckConference posted:

This is getting annoying. Both of these links crash Opera 10.5 a few second after opening them:

http://i-r-squared.blogspot.com

http://www.calculatedriskblog.com

Bug report them! :D
https://bugs.opera.com/wizard/

alltoohuman
Jul 26, 2007

Shut up, Marx.

DuckConference posted:

This is getting annoying. Both of these links crash Opera 10.5 a few second after opening them:

http://i-r-squared.blogspot.com

http://www.calculatedriskblog.com

Didn't crash on either for me. Could be due to an ad that's blocked for me, I suppose; are you using either of the adblock lists from the OP?

Edit: Apparently not. Just moved my urlfilter.ini after closing, and didn't get a crash after reopening, either.

alltoohuman fucked around with this message at 20:35 on Mar 5, 2010

Heresiarch
Oct 6, 2005

Literature is not exhaustible, for the sufficient and simple reason that no single book is. A book is not an isolated being: it is a relationship, an axis of innumerable relationships.

DuckConference posted:

This is getting annoying. Both of these links crash Opera 10.5 a few second after opening them:

http://i-r-squared.blogspot.com

http://www.calculatedriskblog.com

Neither of these crash Opera for me, and I am not using an adblock list at the moment.

What version of the Flash plugin are you using? I'm using the v10.1 beta 2, for comparison's sake.

Oh hey, beta 3 is out. Maybe that's what's crashing, if you're using it?

big shtick energy
May 27, 2004


Heresiarch posted:

Neither of these crash Opera for me, and I am not using an adblock list at the moment.

What version of the Flash plugin are you using? I'm using the v10.1 beta 2, for comparison's sake.

Oh hey, beta 3 is out. Maybe that's what's crashing, if you're using it?

This is with the 10.5 released version. And I just updated flash and it's still happening. Maybe it has something to do with Windows 7 64-bit?

alltoohuman
Jul 26, 2007

Shut up, Marx.
Worth checking. Would check it out now, except I'm on crappy ole' XP until I leave the office.

Heresiarch
Oct 6, 2005

Literature is not exhaustible, for the sufficient and simple reason that no single book is. A book is not an isolated being: it is a relationship, an axis of innumerable relationships.

DuckConference posted:

This is with the 10.5 released version. And I just updated flash and it's still happening. Maybe it has something to do with Windows 7 64-bit?

Nope, I am running Win 7 x64 as well. Still no problems.

Now, I did do a completely fresh install of 10.5, including getting rid of my user directories and starting over entirely from scratch (except the bookmarks). Maybe there's something going on there, I don't know.

GIMMEL
Jan 24, 2005

by Lowtax
This is the menu that I can't middle click in (I have to shift-click), it's the only thing keeping me from using Opera full time. Anyone know how to fix this?

edit: god drat it i thought opera could do everything
hell this works in IE

Only registered members can see post attachments!

GIMMEL fucked around with this message at 21:50 on Mar 5, 2010

Lakitu7
Jul 10, 2001

Watch for spinys
Those sites don't crash for me either, also on 10.5 release, Win7 x64.

RoadCrewWorker
Nov 19, 2007

camels aren't so great
Vista 64 Opera 10.50 updated about 12 million times using every adblock i can find, works fine.

Lakitu7
Jul 10, 2001

Watch for spinys
http://my.opera.com/desktopteam/blog/2010/03/05/new-snapshot
New build today, mainly of interest to mac and unix users.

Here are the few points relevant to everyone. Read the full list if you are mac/unix.

quote:

Updated Carakan: Multiple crash fixes
Bookmarks crash fix
Fixed a memory leak related to plugins
Fixed Bug CORE-27582 "lang header attribute not always considered when selecting a font"
Fixed Bug CORE-28233 "DD-WRT Router's admin unuseable with Opera 10.5 Beta2"

Stanley Pain
Jun 16, 2001

by Fluffdaddy

DuckConference posted:

This is getting annoying. Both of these links crash Opera 10.5 a few second after opening them:

http://i-r-squared.blogspot.com

http://www.calculatedriskblog.com

Works fine here as well, 10.50 upgraded a million times over since 9.something, Windows 7 x64.

Cosmopolitan
Apr 20, 2007

Rard sele this wai -->
Is anyone else having trouble with Twitter not loading correctly?


Click here for the full 1232x884 image.

Startacus
May 25, 2007
I am Startacus.
If get an adblock list from http://pgl.yoyo.org/adservers/. Is it better to download the list in Opera's format and then replace Fanboy's adblock list with it or should I download it as a HOST replacement?

Heresiarch
Oct 6, 2005

Literature is not exhaustible, for the sufficient and simple reason that no single book is. A book is not an isolated being: it is a relationship, an axis of innumerable relationships.

Anunnaki posted:

Is anyone else having trouble with Twitter not loading correctly?


Click here for the full 1232x884 image.


No problems here. It looks like the CSS isn't loading for you. I would right-click and select "Edit Site Preferences" to make sure it's not configured to ignore CSS for Twitter or something.

TITTIEKISSER69
Mar 19, 2005

SAVE THE BEES
PLANT MORE TREES
CLEAN THE SEAS
KISS TITTIESS




What's the difference between Opera Mini and Opera Mobile, and which is better for my Blackberry?

Manky
Mar 20, 2007


Fun Shoe

sm8000 posted:

What's the difference between Opera Mini and Opera Mobile, and which is better for my Blackberry?

Get the Opera Mini 4 beta, since Opera Mobile is only for WinMo and Symbian devices.

EVGA Longoria
Dec 25, 2005

Let's go exploring!

Startacus posted:

If get an adblock list from http://pgl.yoyo.org/adservers/. Is it better to download the list in Opera's format and then replace Fanboy's adblock list with it or should I download it as a HOST replacement?

Host replacement would do everything on your PC and would require manually searching to unblock something. urlfilter.ini would just do opera and let you unblock something if needed.

TITTIEKISSER69
Mar 19, 2005

SAVE THE BEES
PLANT MORE TREES
CLEAN THE SEAS
KISS TITTIESS




Manky posted:

Get the Opera Mini 4 beta, since Opera Mobile is only for WinMo and Symbian devices.

Already on 5.2 Beta, just thought I'd check :)

Wheany
Mar 17, 2006

Spinyahahahahahahahahahahahaha!

Doctor Rope

sm8000 posted:

What's the difference between Opera Mini and Opera Mobile, and which is better for my Blackberry?

Opera Mobile does renders natively on the phone and also runs javascript.

Manky
Mar 20, 2007


Fun Shoe

sm8000 posted:

Already on 5.2 Beta, just thought I'd check :)

Aw poo poo, it is on 5 now. My face is red.

GIMMEL
Jan 24, 2005

by Lowtax

GIMMEL posted:

This is the menu that I can't middle click in (I have to shift-click), it's the only thing keeping me from using Opera full time. Anyone know how to fix this?

edit: god drat it i thought opera could do everything
hell this works in IE



Welp, I just switched to chrome thanks to this.
Help me get back to opera guys. :(

Heresiarch
Oct 6, 2005

Literature is not exhaustible, for the sufficient and simple reason that no single book is. A book is not an isolated being: it is a relationship, an axis of innumerable relationships.

GIMMEL posted:

Welp, I just switched to chrome thanks to this.
Help me get back to opera guys. :(

If you're going to switch browsers based on how they handle one kind of mouse-click, what's the point? You'll find something trivial that's equally a "deal-breaker" in short order.

We don't really care that much what browser you use (as long as it's not IE6), so use what you like.

Cosmopolitan
Apr 20, 2007

Rard sele this wai -->

Anunnaki posted:

Is anyone else having trouble with Twitter not loading correctly?


Click here for the full 1232x884 image.


Nevermind, apparently my ad blocking parameters were too broad and blocking some of the contents.

http://*ad* :haw:

Stanley Pain
Jun 16, 2001

by Fluffdaddy
New Vulnerability found in Opera :(

http://www.theregister.co.uk/2010/03/05/opera_vulnerability/


No proof of concept for code execution yet.

Wheany
Mar 17, 2006

Spinyahahahahahahahahahahahaha!

Doctor Rope

Stanley Pain posted:

New Vulnerability found in Opera :(

http://www.theregister.co.uk/2010/03/05/opera_vulnerability/


No proof of concept for code execution yet.

A fix will probably be out in a day or two.

Stanley Pain
Jun 16, 2001

by Fluffdaddy

Wheany posted:

A fix will probably be out in a day or two.

They probably still have their devs locked in a basement somewhere :D

big shtick energy
May 27, 2004


I figured out why I had a weird crash on certain sites.

I use the SA Forums highlight javascript, and being a lazy bastard, I just put it in my \AppData\Roaming\Opera\Opera\ directory and set it to load user JS from that directory. While this is OK in previous versions, doing so makes opera 10.5 crash. I made a subfolder specifically for the javascript and it fixed the problem.

eating_instructions
Oct 25, 2005
1) Twist it. 2) Lick the cream. 3) Dunk it in the milk? 4) AGGHHH IT BURNS!
Anyone know how to make the Window title be the title of the web page in Windows 7 with 10.50? I always have a million tabs open, so can never actually see the page title in the tab. I've searched in about:config for 'window' and 'title' related stuff but can't see anything obvious. It was fine before the Aero support in 10.50 like.

Lakitu7
Jul 10, 2001

Watch for spinys
You can unset
Use Windows 7 Taskbar Thumbnails
in opera:config

and it will put everything back to how it was before the Win7 integration, in that regard. If you like the other features this disables, but not that one, I don't know and you may be screwed.

eating_instructions
Oct 25, 2005
1) Twist it. 2) Lick the cream. 3) Dunk it in the milk? 4) AGGHHH IT BURNS!

Lakitu7 posted:

You can unset
Use Windows 7 Taskbar Thumbnails
in opera:config

and it will put everything back to how it was before the Win7 integration, in that regard. If you like the other features this disables, but not that one, I don't know and you may be screwed.

Yeah, I already had to turn that off, because too many tabs made it too confusing in the taskbar popup thumbnails. But that still leaves the nice Aero Glassy Opera window, but with no drat title :(

Cryptic Edge
Aug 4, 2006

by Y Kant Ozma Post

eating_instructions posted:

Yeah, I already had to turn that off, because too many tabs made it too confusing in the taskbar popup thumbnails. But that still leaves the nice Aero Glassy Opera window, but with no drat title :(

Are you wanting the title at the top of the screen when you have opera open or in the aero peak window? (or both?)
Because if you just want it on top of the window at all times, turn back on the menu bar. (hit the opera button, go to show menu bar) and it will be up top. If you want it in the aero peak, undo what you did in opera:config to disable the thumbnails in the dock, and have like a dozen tabs open and it auto converts.

KeviNguyen
Aug 9, 2007
obligatory Asian
How much memory is this new opera using for you guys? Mine regularly pushes 600mb which is a lot more than the old version (I think). I mean, I guess I have the memory to spare, but I'm kind of OCD about it.

Cosmopolitan
Apr 20, 2007

Rard sele this wai -->

KeviNguyen posted:

How much memory is this new opera using for you guys? Mine regularly pushes 600mb which is a lot more than the old version (I think). I mean, I guess I have the memory to spare, but I'm kind of OCD about it.

Mine is using about 400 MB right now, after 8 hours of running, and 11 tabs open. Seems to stay around there.

KeviNguyen
Aug 9, 2007
obligatory Asian

Anunnaki posted:

Mine is using about 400 MB right now, after 8 hours of running, and 11 tabs open. Seems to stay around there.

Strange, I only have 9 tabs and its only been running for an hour or 2 and its pushing 700 mb. Could this be a sign of trouble?

Mithaldu
Sep 25, 2007

Let's cuddle. :3:

KeviNguyen posted:

Strange, I only have 9 tabs and its only been running for an hour or 2 and its pushing 700 mb. Could this be a sign of trouble?

No, it means you have a lot of ram. Opera adapts its ram usage to how much there is available in the machine.

Dr. Despair
Nov 4, 2009


39 perfect posts with each roll.

Does anyone know why middle clicking on a tab to close it is causing the window to swap monitors, as if I was middle clicking on empty area?

RoadCrewWorker
Nov 19, 2007

camels aren't so great
Hostfile is a retarded idea to block ads only for browsing, all the regular contentblockers from the op work perfectly fine. Nice ninja edit.
And no, i haven't that happen and i middle-click close tabs all the time.

KeviNguyen posted:

Strange, I only have 9 tabs and its only been running for an hour or 2 and its pushing 700 mb. Could this be a sign of trouble?
Strange, i think my porn folder has slowly pushing 200 GB, is my mediaplayer broken and is going to explode my pc?

Adbot
ADBOT LOVES YOU

Wheany
Mar 17, 2006

Spinyahahahahahahahahahahahaha!

Doctor Rope

KeviNguyen posted:

How much memory is this new opera using for you guys? Mine regularly pushes 600mb which is a lot more than the old version (I think). I mean, I guess I have the memory to spare, but I'm kind of OCD about it.

I had problems with memory usage on a low-end machine when I lisened to a flash based net radio for a long time. After I disabled flash, Opera has been behaving.

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply