Firefox add-ons

前端 未结 19 2085
Happy的楠姐
Happy的楠姐 2021-01-30 09:56

What Firefox add-ons do you use that are useful for programmers?

19条回答
  •  花落未央
    2021-01-30 10:18

    Groundspeed, is useful for testing server side code. It was created for input validation tests during pentest, but can be useful for any test that require manipulating input (similar to TamperData).

    It lets you control the form elements in the page, you can change their type and other attributes (size, lenght, javascript event handlers, etc). So for example you can change a hidden field or a select to a textbox and then enter any value to test the server response and stuff like that.

提交回复
热议问题