Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6137251
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T17:42:07+00:00 2026-05-23T17:42:07+00:00

How to overwrite or remove key events, that is on a website? I’m writing

  • 0

How to overwrite or remove key events, that is on a website? I’m writing a script for GreaseMonkey and I want to make event on Enter button, but when I press the ENTER button, it triggers function on website.

EDIT 1: Here is the website, that I need to do this http://lockerz.com/auth/express_signup

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T17:42:08+00:00Added an answer on May 23, 2026 at 5:42 pm

    One of these two should do it for you. I used the first one, although someone on SO told me the second one will work also. I went for the hammer.

    Sorry, first one wasn’t a cut and paste answer. I use using it to return up/down arrow control on a website. I changed it so that it identifies keycode 13 instead.

    (function() {
        function keykiller(event) {
            if (event.keyCode == 13 )       
            {
                event.cancelBubble = true;
                event.stopPropagation();            
                return false;
            }
        }
    
        window.addEventListener('keypress', keykiller, true);
        window.addEventListener('keydown', keykiller, true);
    })();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How do I overwrite the global Exception handler in JavaScript so that it becomes
How would I set the overwrite as needed setting on Event logs other than
string.insert in c# doesn't overwrite the character that is in the startindex does it?
I want to declare three properties in my MSBuild file and overwrite one property
I wanted to make a special version of shared_ptr that would perform specific operations
I recently noticed that my installer (VS 2008) does not remove the DLLs during
I need to make a list of key-value pairs (similar to std::map<std::string, std::string> )
Hi I don't understand why this code doesn't work - it don't remove key;
I have the following HasMany convention: instance.Key.Column( instance.EntityType.Name + Fk ); instance.Inverse(); instance.Cascade.All(); That
I am writing an application that retrieves coordinates from a webservice, then plots them

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.