FirefoxMobile: Difference between revisions
(Created page with "==Disalbe image loading== To prevent graphic file loading about:config search for the preference named permissions.default.image change its value to 2 (1 allows all images t...") |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
==Remote Debugging== | |||
* see [https://developer.mozilla.org/de/docs/Tools/Remote_Debugging/Firefox_for_Android here] | |||
==Disalbe image loading== | ==Disalbe image loading== | ||
To prevent graphic file loading | To prevent graphic file loading | ||
about:config | about:config | ||
search for the preference named permissions.default.image | search for the preference named permissions.default.image | ||
change its value to 2 (1 allows all images to load, 2 blocks all images, 3 allows only images from the same site to load | change its value to 2 (1 allows all images to load, 2 blocks all images, 3 allows only images from the same site to load) | ||