View Single Post
Posts: 835 | Thanked: 772 times | Joined on Oct 2007 @ Finland
#60
Just learned today that Opera Mobile supports bookmarklet and unlike default browser it CAN be added to Bookmarks, not straight but doable though a bookmarking a random site and replace URL with the script.
behold, Inverted color mode using Darken !!

Code:
javascript:(function(){var%20newSS,%20styles='*%20{%20background:%20black%20!%20important;%20color:%20grey%20!important%20}%20:link,%20:link%20*%20{%20color:%20#0000EE%20!important%20}%20:visited,%20:visited%20*%20{%20color:%20#551A8B%20!important%20}';%20if(document.createStyleSheet)%20{%20document.createStyleSheet("javascript:'"+styles+"'");%20}%20else%20{%20newSS=document.createElement('link');%20newSS.rel='stylesheet';%20newSS.href='data:text/css,'+escape(styles);%20document.getElementsByTagName("head")[0].appendChild(newSS);%20}%20})();
Please consider adding possiblity to lock Opera orientation, so that I can use its portrait mode while lying down.

Random article from Google news:
Original:


with Darken:

Last edited by Kozzi; 2012-10-14 at 22:42.
 

The Following 2 Users Say Thank You to Kozzi For This Useful Post: