Extensions :  K-Meleon Web Browser Forum
All about K-Meleon extensions. 

Pages: PreviousFirst...111112113114115...LastNext
Current Page: 113 of 126
Results 3361 - 3390 of 3766
15 years ago
JamesD
What version of KM are you using? I am using 1.5 and I found this in accel.cfg file under defaults\settings. I think if you go there, comment out the first group and un-comment the second group you will have the action you desire. # ----- Link Handling # Middle-click links to new windows/tabs: %ifplugin tabs MButton = ID_OPEN_LINK_IN_NEW_TAB %else MButton = ID_OPEN_LINK_IN_NEW_WINDOW
Forum: Bugs
15 years ago
JamesD
I cannot think of anything that goes back to KM team except error report. Been so long since I had an error, I can't remember. I think the user had to choose to send the error data. The word "console" comes to mind along with this subject. Maybe someone eles can remember how that worked.
Forum: General
15 years ago
JamesD
In EDIT - PREFERENCES - NETWORK/PERFORMANCE - CACHE you can un-check the box called "cache files on disk". Note that depending on your settings, some items may be written to pref.js and history.dat.
Forum: General
15 years ago
JamesD
Check out the link to GNU General Public License here. http://kmeleon.sourceforge.net/wiki/FAQ#whatskm
Forum: General
15 years ago
JamesD
I use a program called "Cookie Monster" to manage cookies with KM. I have some cookies "preserved" and I let Cookie Monster eat all the other cookies. That way E-bay, SourceForge, my bank, etc. can have cookies that stay while all others I can dispose of.
Forum: General
15 years ago
JamesD
Look here http://kmeleonbrowser.org/forum/read.php?1,82879
Forum: General
15 years ago
JamesD
This is from the Macro Language. http://kmeleon.sourceforge.net/wiki/MacroLanguage2 Quotehttp://kmeleon.sourceforge.net/wiki/MacroLanguage2 The K-Meleon Plugins plugin( PLUGIN, COMMAND ); Since version 0.7 pluginmsg( PLUGIN, COMMAND, ARGS ); Since version 0.7 $REPLY = pluginmsgex( PLU
Forum: Development
15 years ago
JamesD
Read my post. Google IS NOT my default search engine.
Forum: General
15 years ago
JamesD
Well, I look at it this way. If I don't trust Google for my searches, then I am surely not going to trust them for my browser.
Forum: General
15 years ago
JamesD
More research has produced a better macro. Accel keys are CTRL SHIFT LETTER. Goes directly to search. # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # ---------- AltSearch2 -------------------------------------------------------------- # Allow a search choice using accel keys # Dependencies : main.kmm # Resources : - # Preferences : - # # -----
Forum: General
15 years ago
JamesD
I just went to Google and typed a "c" and got a whole list of possible items. It has to be their history of people using "c" because I have never searched for most of those things. I don't think you can do anything about their history. You can, as you found, turn off the display in their preferences. If you did not yet delete your history, you can see what KM keeps
Forum: General
15 years ago
JamesD
There is a file called "history.dat" in your profile. If you don't need your history for something else, then you can delete that and try Google again. If the cookies are gone and history is gone and the Google suggestions remain, then it is coming from Google's servers.
Forum: General
15 years ago
JamesD
I suspect that is coming from a cookie that Google is leaving on your computer. Under EDIT - PREFERENCES - PRIVACY & SECURITY - GENERAL there are some items that work with cookies. You might try to delete all the cookies from Google and see if that makes a difference.
Forum: General
15 years ago
JamesD
I am not sure that I understand your question. Do you mean to delete the history.dat file which KM makes or do you mean to delete some history file which Google is keeping on its servers?
Forum: General
15 years ago
JamesD
In EDIT - PREFERENCES - PAGE DISPLAY - IMAGES, there is a box that can be checked which will "resize large images to fit in the browser window", Maybe that will help.
Forum: General
15 years ago
JamesD
This is a way to have accel keys assigned to various search engines. It is not great, but the best I could do on short notice. I cannot stop the query box from appearing, but you have to do nothing there but click OK. The statusbar will indicate the engine and query URL. It works with data in the URLBAR and SELECTED TEXT. You can add any additional engines as you wish. Just add a setaccel li
Forum: General
15 years ago
JamesD
My default search engine is Yahoo and uses Yahoo search. So that works for whichever is the default engine. Right now is a new blank window. I will do some more looking to see if there is a way to use keys to choose the engine.
Forum: General
15 years ago
JamesD
Does this help? http://flvplayer.tv/flvplayer/flv_file_extension.php?src=search.yahoo.com
Forum: General
15 years ago
JamesD
I looked, but I could not find any memory per page item in configuration. You can stop the loading with the button on the toolbar. I use the Klassic skin any my button is a red circle with an "x" in it. The button is gray when no page is loading, and it is the third button from the left.
Forum: General
15 years ago
JamesD
Try this. Go to EDIT - PAGE SEARCH and if "find as you type" has a check mark, then click on it. That should un-check it. Hopefully then you can enter your text without triggering the search.
Forum: Bugs
15 years ago
JamesD
I tried the upload to Imageshack again and I think it worked this time. When I go to the units conversion site that DasFox mentioned on 8/27 I don't see a popup until I leave. I did a right click on the link in this thread and opened in a new tab. When I clicked back on the first tab, this forum, I got a popup. This has happed twice so it is repeatable. This is how my screen looked wh
Forum: General
15 years ago
JamesD
@ DasFox How does a person use the imageshack site to store a jpg file? I think I uploaded one for this subject, but all I have received back so far is some dumb music service.
Forum: General
15 years ago
JamesD
I think it might make a difference as to which Yahoo mail that you signed up for. Just to check things out I just set up an account at Yahoo mail and was directed to Yahoo Mail Classic because I am using the default user agent. I think that if I had been using the user agent for SeaMonkey I could have used the their new mail service. I did log out and back in to Yahoo Mail Classic without an
Forum: General
15 years ago
JamesD
CNET changed their colors. I got a memo on that. I have no trouble selecting text on their pages. I am using KM 1.5
Forum: General
15 years ago
JamesD
It all depends on the data. $a = 0; $b = 1; $c = 1; $d = 1; $x = 4; $y = 5; With this data the answer is 4. The code does exactly what it is supposed to do. With the original data, the first condition is true and nothing to the right of the : is executed.
Forum: General
15 years ago
JamesD
I can find no error in the code. Here is my test. If any of the three iterations is true the answer is 3 else the answer is 4. I tested with $b and $c equal and unequal. $b = 1; $c = 2; $d = 3; $x = 4 ; #<<<--- this, doesn't work $a = $b != $c ? $d : $b != $c ? $d : $b != $c ? $d : $x; #when b&c are 1 a equal 4 %%% 1st false 2nd false 3rd false #when b=1 and
Forum: General
15 years ago
JamesD
@ peter Wow, that is a lot of files. I am suprised you don't see an error on loading. Quoteie_favorites.cpp #define MAX_FAVORITES 4096 #define ERROR_TOO_MANY_FAVORITES "Error! You have too many favorites!\n\n" \ "Right now, only 4096 favorites are supported"
Forum: Announcements
15 years ago
JamesD
I am very glad the problem got solved.
Forum: Bugs
15 years ago
JamesD
@ peter Can you give an estimate of the number of favorites that you have in your system? Also, what is your operating system and processor speed? I think first time start up after a re-boot is always a little longer. Since I use IE Favorites rather than bookmarks, I don't know about startup speed without. I have 400 files and 38 folders in my favorites. I run on XP SP3 and a 1.80
Forum: Announcements
15 years ago
JamesD
I saw this http://news.cnet.com/8301-1009_3-10021715-83.html?tag=nl.e757 on CNET. I have fixed up a short macro to run upon quitting KM to alert me if anything I do not wish is in my clipboard. I will share it just in case anyone else is concerned about this new threat. KillClip.kmm # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # # ---------- Kill
Forum: General
Pages: PreviousFirst...111112113114115...LastNext
Current Page: 113 of 126

K-Meleon forum is powered by Phorum.