1) Open URL: opera:config, click Adaptive Zoom, change all zoom fields to 200, save. This will avoid the need of double-click to zoom. You may use 160 etc. if you have good eyes.
2) Author Display Mode, check all checkboxes, at least the "User CSS". This will allow you to load your customized CSS to block unwanted content and do many other tweaks as well.
3) User Prefs, Local CSS file. Remember the location, mine is:
"\Windows\Opera9\styles\user.css"
4) Unzip the attachment and copy it to above location. Soft reset.
The user.css blocks flash and blinking or scrolling text. Youtube is not blocked and you can add your own white list. You can still see the full text, they just no longer blink or scroll.
By blocking these resource-hog dynamic content (almost all are advertisements), your browsing experience will be MUCH faster and smoother, peaceful too. And, your phone runs cool with longer battery life.
You may edit the user.css file to do all kind of tricks. For example, this will block iFrame with a white list:
Code:
iframe[src]:not(.ucContent)
{
content: -o-skin("Window Document Icon") attr(src);
-o-link: "javascript:document.activeElement.className+=' ucContent';void(0);";
-o-link-source: current;
border: 2px dashed #c00 !important;
font: normal normal normal 10pt sans-serif !important;
padding: 1px !important;
display: inline-block !important;
height: auto !important;
}
Of course, above tricks are not for Diamond only, they apply to all versions of Opera including desktop. BTW, the latest Opera 10 is simply the best browser, far more efficient than FireFox.