![]() |
Re: Changing MicroB browser width resolution.
1 Attachment(s)
I just found a way to do something close to what you are asking, albeit just for the page you are currently viewing (not as a browser setting).
type the following in your address bar: Code:
javascript:var d=(document.body.style.minWidth="1050px"); You can also create a bookmark with the above code as URI (address) and use it as a shortcut. Together with browser-plugins such as Greasemonkey you can probably have a general solution (i.e. apply this to all pages of a certain domain), but I haven't tried it yet. |
Re: Changing MicroB browser width resolution.
wow. that actually works exactly how I want it. 1050 width renders TMO actually 100% perfectly it seems. also, it makes the browser much more useable in many sites. Noticed that the setting disappears soon as I go to a different link/site however. doh.
is there greasemonkey plugin for maemo5 MicroB? |
Re: Changing MicroB browser width resolution.
Quote:
TMO could actually put that in their CSS-file and have it work for all users automatically (but there might be undesirable side effects - such as portrait mode being unusable - and some users might like this style less). Quote:
|
Re: Changing MicroB browser width resolution.
Hmm. Tried installing greasemonkey from HAM but it doesn't show up in the add-ons in MicroB. Tried uninstall / reinstall a few times but still same. Hmm.
|
Re: Changing MicroB browser width resolution.
Quote:
Running the following in xterm fixed it for me: Quote:
I made a very basic greasemonkey script, that sets the minimum width on talk.maemo.org to 1050 pixels. Don't have a webspace to host the script, so I'll just post the code here Code:
// Increase body minimum width script for talk.maemo.org To add more sites to be affected by the script or to uninstall it access 'chrome://greasemonkey/content/manage.xul' in microB. A more complex script that uses configurable widths for particular sites would not be too hard write either (writing a nice UI for this would take some time however). |
Re: Changing MicroB browser width resolution.
i just installed it without any issues. thanks
|
Re: Changing MicroB browser width resolution.
My previous script made the site hard to read in portrait mode (one handed use), so I wrote a gm-script that is aware of the current orientation.
Furthermore you can now specify some variables in 'about:config' (read the warning there) under greasemonkey.scriptvals.body_width_extender. They are: -"minWidth": desired minimum width in pixels for the pages where this script is active (default: 1050) -"applyInLandscapeMode": whether it should be applied while in landscape mode (default: true) -"applyInPortraitMode": same as above for portrait mode (default: false) For those interested: Code:
// Minimum body width extender |
Re: Changing MicroB browser width resolution.
Hi guys, sorry for my ignorance. Why happens it?
Why microb browser literally cut part of some webpages? I don't understand. Thank you for explanation... :) |
Re: Changing MicroB browser width resolution.
Quote:
ive also tried editing the js file but still didnt work. |
All times are GMT. The time now is 16:29. |
vBulletin® Version 3.8.8