Firfox's "inspect element" feature

Nov 20, 2013 at 8:10am
Why can I change html in Firefox's "inspect element" feature? If it doesn't stay, why allow me to change it temporarily?
Nov 20, 2013 at 2:15pm
Why would you expect it to stay?

It's useful for quick debugging on websites. I'm not a web designer, so when I designed my site it was useful to consult with people I knew were good at it. They could check out my site, view the source I'd put in and test a potential change using the tools available in Firefox.

Of course, those changes wouldn't stick because then they'd effectively be saving the version of the website stored on my web server.

By your logic, anyone should be able to inspect and subsequently alter the source of any website, with their changes being saved to the web server. This would effectively give anyone free reign over editing websites. Can you imagine how chaotic that would be?
Last edited on Nov 20, 2013 at 2:15pm
Nov 20, 2013 at 3:08pm
That would be interesting. Would make security folks have a fun time.
Nov 20, 2013 at 3:47pm
*gives everyone a key that opens every lock for every car, every house and every office in the world*

*Expects society will carry on just fine*
Nov 20, 2013 at 7:01pm
closed account (Dy7SLyTq)
well its kind of how dune worked... and only two houses were killed off :P
Nov 20, 2013 at 7:05pm
Chrome's "Inspect Element" feature works the same way. You can change HTML, CSS, JavaScript, etc. temporarily for debugging purposes.
Nov 20, 2013 at 8:30pm
I understand now. It can be helpful for debugging purposes and to let others purpose changes.
Nov 20, 2013 at 8:36pm
closed account (Dy7SLyTq)
its also heloful for seeing how they did something
Nov 20, 2013 at 8:40pm
kingcong wrote:
and to let others purpose changes.
Not at all, why would you think this? ;)
DTSCode wrote:
its also heloful for seeing how they did something
You can do that without "Inspect Element"...
Nov 20, 2013 at 8:45pm
L B wrote:
Not at all, why would you think this? ;)


Well not actually purpose changes, but to let them know that something could be better and/or something is wrong (with examples of course).
Last edited on Nov 20, 2013 at 8:46pm
Nov 20, 2013 at 8:53pm
closed account (Dy7SLyTq)
Not at all, why would you think this? ;)

read i hutchs post

You can do that without "Inspect Element"...

i didnt say it was the only way. there can be more than one way to do something. when i was working on my firefox plugin (which failed because i cant get javascript. damn you ultra weakly typed oop!) i would inspect elements so i would know what i would have to target
Nov 20, 2013 at 9:00pm
damn you ultra weakly typed oop

Dart :)
Nov 20, 2013 at 9:10pm
closed account (Dy7SLyTq)
i see what you did there, but darts not as weakly typed as javascript. at least not like javascript. more like python
Nov 20, 2013 at 10:11pm
I think what RB is trying to say is, "just use Dart instead of ultra weakly typed languages".

Also, @kingcong there is a difference between "purpose" in life and "propose" to your significant other. ;)
Nov 20, 2013 at 10:37pm
closed account (Dy7SLyTq)
I cant In a firefox addon though. I wish I could
Nov 20, 2013 at 10:46pm
@L B I meant propose.
Topic archived. No new replies allowed.