Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Firebug have something built-in to disable all javascript for a site/page?

Does Firebug have something built-in to disable all javascript for a site/page?

like image 888
thebat Avatar asked Feb 26 '09 21:02

thebat


3 Answers

Not that I know of. But you can use the web developer toolbar or noscript addons to do that.

like image 199
KooiInc Avatar answered Nov 08 '22 05:11

KooiInc


In firefox 4 you can just disable javascript in the content tab of the options dialog.

Just uncheck "Enable Javascript".

like image 26
DonaldVR Avatar answered Nov 08 '22 03:11

DonaldVR


I would look at noscript. Also the firebug folks (john barton I think is the guy's name) are very responsive so if you want a feature post it on the google group or bug/enhancement tracker. I don't think it currently has this feature, but check out the 1.4 branch (currently in Alpha), it might (no idea) contain something like this.

like image 23
GBa Avatar answered Nov 08 '22 03:11

GBa