Responsive Design View
Ctrl + Shift + M
References :
Keyboard shortcuts - Perform common Firefox tasks quickly | Firefox Help
2014年4月2日 星期三
Firefox Tab Group shortcuts
| Tab Groups View | Ctrl + Shift + E | ||||||||||||
| Close Tab Groups View | Esc | ||||||||||||
| Next Tab Group | Ctrl + ` | - only for some keyboard layouts | |||||||||||
| Previous Tab Group | Ctrl + Shift + ` | - only for some keyboard layouts |
References :
Keyboard shortcuts - Perform common Firefox tasks quickly | Firefox Help
2013年11月3日 星期日
start browser in private mode
firefox : -private-window
chrome : -incognito
opera : -newprivatetab
IE : -private
2013年10月31日 星期四
Firefox 24.0 disable javascript and disable show image
about:config
javascript.enabled => false
permissions.default.image => 2
Reference :
How to disable graphics and/or java in Firefox 23.0.1 | Firefox Support Forum | Mozilla Support
2013年7月16日 星期二
firefox run xul application
$ xulrunner application.ini
$ firefox -app application.ini
小傑的部落格 – Jay's Blog » Xulrunner 的應用
Firefox Extension·开发环境构建和XUL | 蔚莱Home
2012年3月15日 星期四
firefox 外掛 / 附加元件 / Add-ons
網頁設計
Firebug
FireSass for Firebug (因為 sass 與 css 的程式碼行數並不對應,用 Firebug 查問題不太方便,裝了 Firesass 後就可以直接觀看 sass 原始碼找問題。(轉自 i-design))
ColorZilla
行動網頁開發
User Agent Switcher
Firesizer
Cookie
Cookie Manager+
Views Cookies (於 Page Info 裡查看本網域 cookies)
代理伺服器
FoxyProxy
封包分析
Tamper Data
vi/vim 化
vimperator
It's All Text! (如果有裝 vimperator,直接按 Ctrl + i 就可以調用 gvim 編輯器了)
筆記
Zim Capture (搭配 Zim,類似 Evernote 的內容選取剪貼功能)
IE
IE Tab
影音
come2china (解除大陸封鎖影片地區的限制)
下載
DownloadHelper (下載多媒體、youtube)
DownThemAll
FlashGot
滑鼠手勢
FireGestures
分頁工作群組管理
TooManyTabs
擋廣告
Adblock Plus
不自動播放 Flash
Flashblock
圖片資訊
Fxif
購物
SaveBar
將分頁在同一頁連續下去
AutoPager
Firebug
FireSass for Firebug (因為 sass 與 css 的程式碼行數並不對應,用 Firebug 查問題不太方便,裝了 Firesass 後就可以直接觀看 sass 原始碼找問題。(轉自 i-design))
ColorZilla
行動網頁開發
User Agent Switcher
Firesizer
Cookie
Cookie Manager+
Views Cookies (於 Page Info 裡查看本網域 cookies)
代理伺服器
FoxyProxy
封包分析
Tamper Data
vi/vim 化
vimperator
It's All Text! (如果有裝 vimperator,直接按 Ctrl + i 就可以調用 gvim 編輯器了)
筆記
Zim Capture (搭配 Zim,類似 Evernote 的內容選取剪貼功能)
IE
IE Tab
影音
come2china (解除大陸封鎖影片地區的限制)
下載
DownloadHelper (下載多媒體、youtube)
DownThemAll
FlashGot
滑鼠手勢
FireGestures
分頁工作群組管理
TooManyTabs
擋廣告
Adblock Plus
不自動播放 Flash
Flashblock
圖片資訊
Fxif
購物
SaveBar
將分頁在同一頁連續下去
AutoPager
2012年3月4日 星期日
在 ramdisk 內執行 firefox
# vi /etc/fstab
// 開啟firefox前和要關機時, 各要執行一次指令稿, 以進行資料載入及儲存
$ sh tmpfs_firefox.sh
Reference :
Speed up Firefox with tmpfs - verot.net
firefox /home/yan/.mozilla/firefox/ivh61n87.default tmpfs size=256M,noauto,user,exec,uid=1000,gid=100 0 0
// 開啟firefox前和要關機時, 各要執行一次指令稿, 以進行資料載入及儲存
$ sh tmpfs_firefox.sh
Reference :
Speed up Firefox with tmpfs - verot.net
2012年1月21日 星期六
2011年11月10日 星期四
2011年11月1日 星期二
在電腦玩打卡
用 Firefox + Geolocater (透過瀏覽器送出的有線網路IP地理位置有誤差)
http://touch.facebook.com/
另外可以輕量瀏覽 facebook
http://m.facebook.com/
http://touch.facebook.com/
另外可以輕量瀏覽 facebook
http://m.facebook.com/
2011年10月24日 星期一
下載 youtube 影片 音樂
- Linux Command Line
# python youtube-dl 'http://www.youtube.com/watch?v=jUyGY6DEbfA'
- Firefox Add-ons
Reference :
Grabbing Your Music from YouTube: Do It Your Way | Linux Journal
:: [影音密技] 史上最強37種快速下載YouTube影音方法 (FLV即時線上轉檔) 持續更新中
2011年10月23日 星期日
firefox 將快取檔案存進 ramdisk
# mkdir /media/ramdisk
# mount -t tmpfs -o size=64M,nr_inodes=10k,mode=0777 tmpfs /media/ramdisk
In firefox, url bar => about:config
add a new string "browser.cache.disk.parent_directory", and value "/media/ramdisk/"
# vi /etc/fstab
=================================================================
tmpfs /media/ramdisk tmpfs size=64M,nr_inodes=10k,mode=777 0 0
=================================================================
Reference :
Only Ubuntu Linux: Firefox cache in ramdisk (tmpfs)
Speed up Firefox with tmpfs - verot.net
Speed up Firefox by mounting the profile in tmpfs [Linux only]
# mount -t tmpfs -o size=64M,nr_inodes=10k,mode=0777 tmpfs /media/ramdisk
In firefox, url bar => about:config
add a new string "browser.cache.disk.parent_directory", and value "/media/ramdisk/"
# vi /etc/fstab
=================================================================
tmpfs /media/ramdisk tmpfs size=64M,nr_inodes=10k,mode=777 0 0
=================================================================
Reference :
Only Ubuntu Linux: Firefox cache in ramdisk (tmpfs)
Speed up Firefox with tmpfs - verot.net
Speed up Firefox by mounting the profile in tmpfs [Linux only]
訂閱:
文章 (Atom)