You need to be logged in to post in the forums. If you do not have an account, please sign up first.
Script "Open all links in new background tabs by a single left clicking"??
Hi,Is there a script for the lastest opera version to "Open all links in new background tabs by a single left clicking"?
I used to have one, but that script does not work any more after opera upgraded to 10.50.
Thanks.
Thank you for your reply. I did Tick 'Allow raising windows'. but still, It can NOT open new tabs in BACKGROUND.
does it have something to do with the version I use is "portable Opera 10.53' from http://www.opera-usb.com/? Thanks
does it have something to do with the version I use is "portable Opera 10.53' from http://www.opera-usb.com/? Thanks
6. June 2010, 07:25:47 (edited)
bpm
Option "Allow lowering of windows" is need for window.open().blur() ( http://ruzanow.ru/test/test.html ), but it broken in 10.5+
Script from jurgen77 uses window.focus() (i.e. open a new page and set focus on original page) and need an option "Allow raising windows".
Option "Allow lowering of windows" is need for window.open().blur() ( http://ruzanow.ru/test/test.html ), but it broken in 10.5+
Script from jurgen77 uses window.focus() (i.e. open a new page and set focus on original page) and need an option "Allow raising windows".
Hi Lex1,
Thank you for your reply. I did tick 'Allow raising windows'. but still, the script can NOT open new tabs in BACKGROUND.
Can you offer some suggestions? or does it have something to do with the version I use is "portable Opera 10.53' from http://www.opera-usb.com/? Thanks
Thank you for your reply. I did tick 'Allow raising windows'. but still, the script can NOT open new tabs in BACKGROUND.
Can you offer some suggestions? or does it have something to do with the version I use is "portable Opera 10.53' from http://www.opera-usb.com/? Thanks
Did you check the path to your user js folder ( Help > About Opera > User Javascript folder under 'Paths' ) ?
The drive letter assigned to your USB stick can change on different machines but doesn't automatically change for your user js folder.
Jurgen77' script works with Opera 1053 here (tried operausb1053).
Does any other ujs in the same folder work? If yes, you can try redownloading.
Or there might be some conflict with other script(s) which I think is not so probable.
Hope this might help.
The drive letter assigned to your USB stick can change on different machines but doesn't automatically change for your user js folder.
Jurgen77' script works with Opera 1053 here (tried operausb1053).
Does any other ujs in the same folder work? If yes, you can try redownloading.
Or there might be some conflict with other script(s) which I think is not so probable.
Hope this might help.