![]() |
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 |
All times are GMT. The time now is 09:01. |
vBulletin® Version 3.8.8