Open links in background tab with long mouse/touchpad press

Opens a link in a backgound with long mouse/toucpad press

The script uses window.open() javascript function to open link in a blank window. Then the focus is got back to the window.

Syndicate content

Tested with Opera version(s): 
10.50
Your rating: None Average: 3 (6 votes)

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Doesn't work correctly in

Doesn't work correctly in 10.5x (nor in the latest snapshot), because the mouseup and mousedown events are buggy. Testcase

It works for me on 10.52

It works for me on 10.52 3344. By the way my script uses window.open() and  the link you've provided uses mouse clicks triggering (i.e. you are creating events). Mouse triggering doesn't work, because all of the properties for Ctrl, Alt and Shift keys seem to be read-only. Could you please give me the urls of the pages where links don't open with the script in the background. Thanks.

Links open with the script in

Links open with the script in the foreground on every site.
Also the "Allow lowering of windows" option.

as my script uses

as my script uses window.focus() to get the focus back you have to check "Allow raising of windows" in your settings (not the "Allow lowering..."). Actually I wrote that in the install tips :)

Just wanted to say THANK YOU

Just wanted to say THANK YOU for this great script!

Fixes

Anybody knows how to make the script open the new tab in background AND only with the LEFT nouse button? ^_^

Thank you

NO right click

Any way to get the feature for the left button ONLY?

Grab the latest version from

Grab the latest version from here, because I don't know how to update file here. I've made there fix for the right button.

Here is the link: http://my.opera.com/jurgen77/blog/

Cheers.

Your updated version of the

Your updated version of the file has been accepted.

Perfect

Thank you for the update, Jurgen! :-)

Why not use mouse gesture?

Just push right on a link, move cursor down, then up and release. No waiting, no external javascript, no problems with settings

this plugin is great,

(mouse gestures put more strain on hands) but it doesn't work in 10.60 - the focus is not given back, new windows stays focused. Can you please please have a look on it? :)

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.