poko6408 寫:
有些網頁背景圖片太花, 導致字根本看不清楚, 有沒有辦法把背景暫時去掉, 或是音樂也不要一直播放
1. 暫時去背景:
如果你有裝Web Developer套件,從工具列點選CSS-->Disable Styles-->All Styles即可。
展示
或者用這支bookmarklet亦可:
代碼:
<a href="javascript:(function(){var newSS, styles='* { background: white ! important; color: black !important; line-height: 160% !important; font-size: 12pt !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); } })();">bookmarklet</a>
2. 暫時去音樂:
這個方法大家都會,就是把喇叭關掉。