Enlarge the font size on a web page
Appearance
放大網頁上的字體大小
Mozilla Firefox
上方選單列:工具: 「選項」→「內容」標籤: 字型與色彩: 「進階」: 最小字型大小 → 設成12

- Image hosted at Flickr
MS Internet Explorer
other tools
增加網頁可讀性(readability)的其他工具
- Bookmarklets for Zapping Annoyances (last visited: 2007-01-04)
- zap style sheets: 忽略網頁設定樣式(style sheets),總是能達到放大字體大小的效果。
- zap colors and enlarge font size (modified from zap colors)
javascript:(function(){var newSS, styles='* { background: white ! important; color: black !important; font-size: 100% !important } :link, :link * { color: #0000EE !important } :visited, :visited * { color: #551A8B !important }'; if(document.createStyleSheet) { document.createStyleSheet(%22javascript:'%22+styles+%22'%22); } else { newSS=document.createElement('link'); newSS.rel='stylesheet'; newSS.href='data:text/css,'+escape(styles); document.getElementsByTagName(%22head%22)[0].appendChild(newSS); } })();
- Aardvark Firefox Extension (last visited: 2007-01-04)