Don’t Click It Update Again

What’s new?

  • Hold the Shift key to halt all functionality; you can click or right-click objects during this time. As long as you hold down the Shift key, putting your mouse over an item won’t invoke its action.
  • Hold the Ctrl key to open links in new windows/tabs. Note that this only works if your popup blocker is disabled, due to the use of the window.open() command.

You can still grab the script at the same location as before.

Newsvine | Del.icio.us | Digg
In Firefox, JavaScript, Usability, Greasemonkey on June 22nd, 2005 | 12 Remarks

12 Remarks to “Don’t Click It Update Again”

  1. Jason remarks:

    Great Script! I just have one question. Normally, when holding the CTRL and clicking, it would open the new window in a tab (or at least, it does for me). When I hold CTRL down and run my mouse over the link, it tries to open a new window. How can I restrict it just to tabs? I like tabs better as it seems to keep my stuff more organized.

  2. Jona remarks:

    As far as I know, the only way to open a new tab is to call the window.open() command and setup Firefox to open new windows as tabs. Look around for some tab-related extensions for Firefox, and you shouldn’t have anymore problems.

  3. Jason remarks:

    hmmm, I’m really new to this…so I don’t know what exactly to look for or where to put window.open ()

  4. Jona remarks:

    What? What are you trying to do? It already uses window.open().

  5. Jason remarks:

    all I want your script to do is, when holding with CTRL and running my mouse over the link, instead of it opening up a new window, I’d like it to open in a new tab. Is this possible with your script?

  6. Jona remarks:

    No, it isn’t. You have to configure Firefox to open a new tab when the window.open() command is invoked. There is an extension that gives you that ability. Try these extensions: tablib, Tabbrowser Preferences, QuickTabPrefToggle, miniT. The QuickTabPrefToggle is probably what will make it work, because it enables the “single window” mode. I’m pretty sure that’s what you’re after.

  7. Jason remarks:

    That’s too bad it won’t work with your script as the ability to not have to click is what makes your script great. If, in the future, you figure out how to do this, I’d love to see the ability to run my mouse over links and it open up in a new tab rather than a new window.

  8. Jona remarks:

    I just said that you can make it open a new tab if you install a Firefox extension. What is so difficult to understand about that?

  9. Jason remarks:

    Hey… you’re using my name… :P

  10. peter remarks:

    i wish you have a icon on the status bar to toggle the function, is that possible?
    great script, thanks!

  11. peter remarks:

    another function needed to make this work, more practically: let user define a click delay tolerance time!
    for example, on a forum page, to move the cursor onto a link, passing on other links is like inevitable~~ OJL

  12. Jona remarks:

    If you hold Shift, Dontclick.it is disabled until Shift is released again.

    Click delay time would defeat the purpose of eliminating clicking, because if there were a delay, clicking would not take as long as running your mouse over a link. If that was the case, you’d end up wasting the very time you were trying to save by avoiding clicking.

Leave a Remark

 

Note: HTML is allowed. (<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong> ).