To clarify, I am talking about listening for any action by the web user on any page. The function would then listen for all form submits and delegate to another function when it encounters the form submit url it is looking for.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
A bookmarklet is just a piece of JavaScript triggered by a user. Just do what you would normally do in order to listen for form submissions (call
addEventListeneron them).A bookmarklet operates only on the page upon which it is run. You need a browser extension if you want something that will run automatically on every page that the user visits.