Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

129
Views
Save form inputs on Firefox extension

I'm creating a Firefox extension that saves all inputs submitted through form fields.

I thought of going through the POST values, but most websites sent POST data for other reasons already. Is there a way to separate these values from values actually sent through a form?

Is there a better way to identify such data?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Another idea is to use Content Scripts, you could attach listener events to each input node.

const inputs = document.querySelectorAll('input');

inputs.forEach(input => input.addEventListener('input', yourListenerFunction));

Save that data as it gets created and call it done once the user presses the Submit button.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!