个人工具

“UbuntuHelp:FirefoxTipsAndTricks”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第2行: 第2行:
 
{{Languages|UbuntuHelp:FirefoxTipsAndTricks}}
 
{{Languages|UbuntuHelp:FirefoxTipsAndTricks}}
 
#title Firefox Tips and Tricks
 
#title Firefox Tips and Tricks
 
 
The ''Firefox Web Browser'' has many features and settings which you may not know about, but which you might find very useful. This page provides a list of tips and tricks for users of Firefox.
 
The ''Firefox Web Browser'' has many features and settings which you may not know about, but which you might find very useful. This page provides a list of tips and tricks for users of Firefox.
 
 
=== Navigating Documents ===
 
=== Navigating Documents ===
 
 
* Press ''Ctrl'' + ''F'' to display the page search bar. This allows you to type parts of words and find them in the current page.
 
* Press ''Ctrl'' + ''F'' to display the page search bar. This allows you to type parts of words and find them in the current page.
 
 
=== Shortcuts ===
 
=== Shortcuts ===
 
 
* Press ''Ctrl'' + ''T'' to open a new tab.
 
* Press ''Ctrl'' + ''T'' to open a new tab.
 
* Press ''Ctrl''+ ''Shift''+ ''T'' to reopen a tab you just closed by mistake.
 
* Press ''Ctrl''+ ''Shift''+ ''T'' to reopen a tab you just closed by mistake.
第16行: 第11行:
 
* Press ''Ctrl'' + ''K'' to select the web search box.
 
* Press ''Ctrl'' + ''K'' to select the web search box.
 
* Hold the ''Ctrl'' key and scroll up or down with your mouse wheel to increase or decrease the size of text.
 
* Hold the ''Ctrl'' key and scroll up or down with your mouse wheel to increase or decrease the size of text.
 
 
=== Useful Add-ons ===
 
=== Useful Add-ons ===
 
 
* '''Adblock''' - Allows you to hide advertising on web pages.
 
* '''Adblock''' - Allows you to hide advertising on web pages.
 
* '''Web Developer''' - Essential extension for web developers, which allows you to edit the CSS of a page and run validation checks, amongst other things.
 
* '''Web Developer''' - Essential extension for web developers, which allows you to edit the CSS of a page and run validation checks, amongst other things.
 
 
=== Speeding up Firefox ===
 
=== Speeding up Firefox ===
 
 
Here are five steps for speeding up Firefox.
 
Here are five steps for speeding up Firefox.
 
+
# In your address bar, type <code><nowiki>about:config</nowiki></code> and press ''return''.
* In your address bar, type <code><nowiki>about:config</nowiki></code> and press ''return''.
+
#* Set ''network.dns.disableIPv6'' to ''true''
** Set ''network.dns.disableIPv6'' to ''true''
+
#* Set ''network.http.pipelining'' to ''true''
** Set ''network.http.pipelining'' to ''true''
+
#* Set ''network.http.pipelining.maxrequests'' to ''8''
** Set ''network.http.pipelining.maxrequests'' to ''8''
+
#* Set ''network.http.proxy.pipelining'' to ''true''
** Set ''network.http.proxy.pipelining'' to ''true''
+
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 17:15的版本

  1. title Firefox Tips and Tricks

The Firefox Web Browser has many features and settings which you may not know about, but which you might find very useful. This page provides a list of tips and tricks for users of Firefox.

Navigating Documents

  • Press Ctrl + F to display the page search bar. This allows you to type parts of words and find them in the current page.

Shortcuts

  • Press Ctrl + T to open a new tab.
  • Press Ctrl+ Shift+ T to reopen a tab you just closed by mistake.
  • Press Ctrl + H to show your browsing history.
  • Press Ctrl + K to select the web search box.
  • Hold the Ctrl key and scroll up or down with your mouse wheel to increase or decrease the size of text.

Useful Add-ons

  • Adblock - Allows you to hide advertising on web pages.
  • Web Developer - Essential extension for web developers, which allows you to edit the CSS of a page and run validation checks, amongst other things.

Speeding up Firefox

Here are five steps for speeding up Firefox.

  1. In your address bar, type about:config and press return.
    • Set network.dns.disableIPv6 to true
    • Set network.http.pipelining to true
    • Set network.http.pipelining.maxrequests to 8
    • Set network.http.proxy.pipelining to true