![]() |
[Mods ]Browser Mods
Browser Mods
Hello everyone. I wanted to share some maemo browser(MicroB) mods. These do not require some additional softwares because its using firefox configs. Im using the settings i use on my desktop firefox. First go to the address bar in the browser window and type Code:
about:config http://img717.imageshack.us/img717/9...0042100225.png Network pipelining This is a feature thats speeds up my browser on desktop. Click on the textbox next to filter and type NpipN and press enter. You should see the filtered options To change any value, click on the value and press enter. If its a boolean value(true or false), it will change states between true and false. If the value is a text field, a new popup shows up asking you for a new value. Change the values according to my screenshot below. The ones in bold are the values i edited. As for the max requests, experiment from 4 to 30 and see which works. after your done, restart MicroB. http://img709.imageshack.us/img709/6...0042100362.png Address bar Google search. By default, when you type anything in the address bar and press enter, it searches in google mobile which can be annoying. If u want it to search in google desktop, go back to about:config, in the filter type, "keyword". click on "keyword.url" and press enter. change the tect to Code:
http://www.google.com/search?btnG=Google+Search&q= change the smae keyword.url to Code:
http://www.google.com/search?btnI=I%27m+Feeling+Lucky&q= Tracemonkey is the fastest javascript engine from mozilla. Usually its found in the sesktop versions and speeds up browsing. Remember that tracemonkey is not the fastest javascript engine as google has a faster one in chrome. I do not know if it will have any improvements in your browsing or not but its sure worth a try. To enable tracemonkey, in the filter type "jit". Find "javascript.options.jit.chrome" and "javascript.options.jit.content". Click on it and press enter. It should change its value to true. Let me know about your experiencs and contributios. |
Re: [Mods ]Browser Mods
Thanks for the tips. I've tried out enabling Tracemonkey, which I've found makes things a lot slower when javascript was concerned. I went to Chromeexperiments.com and tried some of the examples there. The one I tried "Ball Pool" with and without javascript.options.jit.chrome/content enabled and I've found that when that is disabled, it's a lot quicker.
I like the change of google search settings though, I hate having to use Google Mobile when I can use full-fat Google instead. |
Re: [Mods ]Browser Mods
Is there any way to add a new value in N900. I would like to add "nglayout.initialpaint.delay", as descripted in here as this makes Firefox show everything as soon as they are loaded and therefore make it a lot faster.
|
Re: [Mods ]Browser Mods
Quote:
|
Re: [Mods ]Browser Mods
Quote:
|
Re: [Mods ]Browser Mods
I aint been able to find a way to do this in MicroB, but Fennac makes it easy to add new values. This has sped it up quite a bit so definitely worth doing. Probably wont help the performance of flash though so will probably still be using MicroB as my browser of choice!
Edit: just realised my tests are under 3G. Gonna try on wifi later! |
Re: [Mods ]Browser Mods
Quote:
|
Re: [Mods ]Browser Mods
Is there any mod that will open google.com when I press the web icon rather than opening the bookmarks? That'd be a great one for me.
|
Re: [Mods ]Browser Mods
Quote:
apart from the time it takes to start up, i think fennec is much quicker than microB now. although there are some things that need addressing (such as losing the side after focusing on texts boxes) but it is the beta.... Edit: nglayout.initialpaint.delay is the string I couldn't remeber or see! |
Re: [Mods ]Browser Mods
oh yeah, I did also adjust:
network.http.max-connections-per-server to 32 network.http.max-connections to 16 as shown here |
Re: [Mods ]Browser Mods
Quote:
|
Re: [Mods ]Browser Mods
the mod for searching google at normal view works only when typing words then hitting the enter button however when you tap the bit where it says for example im searching for maemo. the bit where it says Google Search: 'maemo' when you tap that it still searches in mobile mode. how can i take tht off and make it normal view
|
Re: [Mods ]Browser Mods
Quote:
It is possible to make the default web browser's address bar search use more than just google, a la Opera or (I'm told) Firefox. What to do: Download this file to your N900, prefereably to the Documents folder. In XTerminal enter the command Code:
mv MyDocs/.documents/search.txt search.htm In the web browser go to the page about:config Read the "Here be dragons" warning and promise to be careful. Find the setting keyword.URL by typing key into the filter box at the top of the page. Select the line keyboard.URL by tapping it and press enter. Put Code:
file:///home/user/search.htm? Now when you type a search into the address bar you can choose the following search engines by prefixing them with the letters lited below: go - regular Google search (not mobile!) wiki - wikipedia map - Google Maps UK ebay - eBay UK php - PHP manual mysql - MySQL manual acronym - acronymfinder.com urban - urbandictionary.com (eg ebay n900 in the address bar will seach ebay.co.uk for an N900, wheras wiki n900 will search wikpedia) You can add to or edit the choice of engines by editing search.htm - I would advise using pygtkeditor, which I think any serious modder should have installed unless they like vim or emacs. I, for instance, have edited the line Code:
urls['go']='http://www.google.com/search?q=%s'; Code:
urls['g']='http://www.google.co.uk/search?q=%s'; Code:
go foo Code:
g foo A further change I have made is to add the lines Code:
urls['tt']='http://traintimes.org.uk/%s'; Code:
redirUrl = redirUrl.replace(/%2F/g,"\/"); Code:
document.location.replace(redirUrl); Code:
tt hitchin/york/1000/tomorrow The second line of code needs to be added as else between the script and the browser / is replaced with %2F which confuses the website. For more on how to use this look at the traintimes.org.uk frontpage; you can click the iCal links from its search results to get the times entered into your n900 calendar. Hat-tips to evad for coming up with the idea and Viqsi for the device-side rather than online evolution of the idea in this thread. |
Re: [Mods ]Browser Mods
i didnt know it was posted before. forgive me
|
Re: [Mods ]Browser Mods
in the new fennec version, one can ad new values from the about config page
|
Re: [Mods ]Browser Mods
Quote:
|
Re: [Mods ]Browser Mods
thx. ill experiment with configuration files and see what i can do
|
Re: [Mods ]Browser Mods
Quote:
network.http.max-connections-per-server to 16 network.http.max-connections to 32 |
Re: [Mods ]Browser Mods
anyone know where the microb config file is on the phone (i want to backup)
thx |
Re: [Mods ]Browser Mods
Woop woop!
Have def seen a speed increase in my browser....and I have changed the default Google Mobile search to Google New Zealand...nice |
Re: [Mods ]Browser Mods
Is there any way of opening pages in "new tab" in BACKGROUND? So I just open new tabs in backgrounds instead I have to always switch back to original webpage?
Thanks |
Re: [Mods ]Browser Mods
let me check the background tabs thing
|
Re: [Mods ]Browser Mods
Quote:
|
Re: [Mods ]Browser Mods
can anyone confirm that the files in
usr/share/microb-engine/greprefs are config files for microb? I edited configuration but file time stamp did not change.. I copied it too my computer and if/when I flash, Ill use them and see if they are.. |
Re: [Mods ]Browser Mods
Always, I change browser.urlbar.clickselectsall to true
|
Re: [Mods ]Browser Mods
Quote:
edit: yes you can, I misread your post.. :D what does "browser.urlbar.clickselectsall to true " do? |
Re: [Mods ]Browser Mods
1 Attachment(s)
Quote:
You can change it because I have! :D EDIT: Attached a screen shot |
Re: [Mods ]Browser Mods
Quote:
EDIT: i thought it did it, but it didnt :) turned it on, and now it does work okay browser backup file is /home/user/.mozilla/microb/prefs.js |
Re: [Mods ]Browser Mods
I came up with a proper Flashblock solution:
http://talk.maemo.org/showpost.php?p=625937&postcount=3 |
Re: [Mods ]Browser Mods
Has anyone found a way to enable "spatial navigation" or even Lynx-style navigation in any browser that runs on the N900?
What I'm looking for is the ability to select links with the arrow keys and activate the selected link with the "enter" key, as in the OS2008 version of MicroB. |
Re: [Mods ]Browser Mods
Quote:
|
Re: [Mods ]Browser Mods
Quote:
|
Re: [Mods ]Browser Mods
Quote:
|
Re: [Mods ]Browser Mods
I am using fennec 1.1 beta2 in my n810 and all that is stopping me from making fennec my every day browser is flash support, after checking the flash add-ons for firefox i found one that maybe can help with the fennec flash problem, the name of the add-on is MediaPlayer Connectivity this will open flash video in a different application outside from the browser like in mytube.
What do you all think about this? Thank you Ed |
Re: [Mods ]Browser Mods
The only MicroB hack I'd love to see is the one that would fix the lag between entering an URL in address bar and the moment when page actually starts loading. See here for more detailed description of this issue (copy below).
Quote:
|
Re: [Mods ]Browser Mods
Quote:
what does this do? block flash?? |
Re: [Mods ]Browser Mods
Quote:
|
Re: [Mods ]Browser Mods
i just wasnt sure why youd want to block flash. but i can see why i guess
|
Re: [Mods ]Browser Mods
Quote:
It frees up A LOT of system resources and makes the web browsing experience less annoying on certain sites. |
Re: [Mods ]Browser Mods
Quote:
|
All times are GMT. The time now is 09:04. |
vBulletin® Version 3.8.8