Difference between revisions of "Firefox"

From Organic Design wiki
(Firefox add-on 'censorship' knocked back by Mozilla)
(Firefox Extensions: Remove it permenantly - remove ads and thing from sites you don't want to see!)
Line 5: Line 5:
 
**[https://addons.mozilla.org/en-US/firefox/addon/3590 Fast Video Downloader] ''- an alternative downloader''
 
**[https://addons.mozilla.org/en-US/firefox/addon/3590 Fast Video Downloader] ''- an alternative downloader''
 
*[http://www.getfirebug.com/docs.html Firebug]
 
*[http://www.getfirebug.com/docs.html Firebug]
 +
*[http://addons.mozilla.org/en-US/firefox/addon/remove-it-permanently/ Remove it permenantly] ''- remove ads and thing from sites you don't want to see!''
 
*[http://www.openqa.org/selenium-ide Selenium IDE]
 
*[http://www.openqa.org/selenium-ide Selenium IDE]
 
*[http://slesinsky.org/brian/code/xpath_checker.html XPath checker]
 
*[http://slesinsky.org/brian/code/xpath_checker.html XPath checker]

Revision as of 14:19, 20 August 2012

W:Mozilla Firefox is a graphical web browser developed by the Mozilla Corporation, and a large community of external contributors. Firefox, officially abbreviated as Fx or fx and popularly abbreviated FF, started as a fork of the Navigator browser component of the Mozilla Application Suite. Firefox has replaced the Mozilla Suite as the flagship product of the Mozilla project, under the direction of the Mozilla Foundation.

Firefox Extensions

Firebug tutorials

Videos

Logging functions

  • console.log(variable);
  • console.log("The value of StringVariable is %s, StringVariable);
  • console.info(variable);
  • console.warn(variable);
  • console.error(variable);
  • debugger; # Breaks execution at debugger point -Select Options → Break on errors
  • console.time("UNIQUE ID");
  • console.timeEnd("UNIQUE ID");

News