ctrl+click
![]() ![]() |
nice script =) i usually use ctrl+click to open the link in a new tab what your script prevents i added a line:
function watchClicks(e){
if (e.ctrlKey) return;
e.preventDefault();
|
![]() ![]() |
nice idea, thank you :) |
![]() ![]() |
nice script =) i usually use ctrl+click to open the link in a new tab what your script prevents i added a line:
function watchClicks(e){
if (e.ctrlKey) return;
e.preventDefault();
|
![]() ![]() |
nice idea, thank you :) |