fix script to open link in new tab with left click
|
|
http://userscripts.org/scripts/review/3458 the script in the link above does almost what I want it to, but the new tab is not the active tab.
|
|
|
That's a good question, I don't think you can because when the new tab opens you are "holding focus" on the current window, you are holding the mouse down, so the tab won't change.
|
|
|
just to let you know, i didn't even opened the link to see what the script does, i'm just read about the focus and i just want to remember you guys about the blur() and focus() functions in javascript, i don't even know if they solve the problem... cheers |
|
|
I posted a script I found on a blog that appears to do the job. I named it leftclick. I saw it interfered with removing ads on TitanTv (had it customized with platypus) so just make an exception there. |
