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

102
Views
Change value of JavaScript in inspector web browser

Is it possible to change a javascript value within the browser inspector?.

I need to change it from the browser since I cannot change those values in the router from ssh since the partitions are in read-only mode.

It would be to change the value marked by 'yes'.

enter image description here

enter image description here

about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Open the Console by clicking f12 and selecting the console tab, and then try to write:

document.dlna_form.samba_active.value = "Yes";

check if it even works by writing:

document.dlna_form.samba_active.value;

if not, then try to find it's ID and then write:

document.getElementById('the_ID').value = "Yes";

when your done just write:

document.dlna_form.samba_active.value;

to see if it has changed.

FYI: if the server has some other validation on the server side then what your doing will not work, you can try some other methods by sending requests of GET or POST with different input data based on the server that your trying to change.

about 4 years ago · Santiago Trujillo 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!