|
|
发表于 6-2-2012 04:46 PM
|
显示全部楼层
请问我用着dolphin browser 可以将背景颜色调成黑色吗?
记得曾经听过大大说super amoled 特色是黑色不会亮 ...
raitospk 发表于 6-2-2012 02:33 PM 
1. Add on -> Dolphin Reader -> Night Mode.
2. http://tonymuka.com/js/
Simply drag the following link to your bookmarks toolbar. Then click it while viewing a site to invert the html colors. Note that this doesn't work on image colors.
Invert Color Bookmarklet
For Android Browser
This has only been tested in the Android 2.3.4 stock browser. To use it, copy the code below into the clipboard and add a new bookmark, pasting the code into the URL box. Give it a name like "Invert Color". Then when you're viewing a page you want to invert, open the bookmarks menu, and click this bookmarklet.
Code
javascript:function loadScript(scriptURL) { var scriptElem = document.createElement('SCRIPT'); scriptElem.setAttribute('language', 'JavaScript'); scriptElem.setAttribute('src', scriptURL); document.body.appendChild(scriptElem); } loadScript('http://tonymuka.com/js/invert.js'); |
|