Improvement requests
: K-Meleon Forum
Use this forum to talk about a feature you're missing. Use the bug tracker to report it if necessary.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=disrupted] welcome to kmeleon bomx 1- no such feature but can be included. there is an extension that is not exactly what you ask for but can get code on page and add in html format for test check code tester: [url=http://kmext.sourceforge.net/ext5.htm]http://kmext.sourceforge.net/ext5.htm[/url] 2- [img]http://kmeleon.5gigs.net/images/nowarn.jpg[/img] 3- you can easily make own macro to direct to your downloadmanagers..here's e.g: [url=http://kmeleon.holaservers.com/disrupted/bombom.kmm]http://kmeleon.holaservers.com/disrupted/bombom.kmm[/url] you save this to your computer in k=meleon\macros folder and then open in like notepad on notepad, looks like this: [color=green][sub]# K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # ----------bombom download managers example-------------- nettransportURL{ exec("[color=red]C:\\PROGRA~1\\nettransport\\nettransport.exe [/color]" .$URL); } nettransportLINK{ exec("[color=red]C:\\PROGRA~1\\nettransport\\nettransport.exe [/color]" .$LinkURL); } downloadmanagerURL{ exec("[color=red]C:\\PROGRA~1\\downloadm\\down-manager.exe [/color]" .$URL); } downloadmanagerLINK{ exec("[color=red]C:\\PROGRA~1\\downloadm\\down-manager.exe [/color]" .$LinkURL); } freedownloaderURL{ exec("[color=red]C:\\PROGRA~1\\fdm\\fdm.exe [/color]" .$URL); } freedownloaderLINK{ exec("[color=red]C:\\PROGRA~1\\fdm\\fdm.exe [/color]" .$LinkURL); } bombom_BuildMenu{ # send page to,send link to setmenu($_SendTo_Page,macro,"net transport",nettransportURL); setmenu($_SendTo_Link,macro,"net transport",nettransportLINK); setmenu($_SendTo_Page,macro,"downloadmanager",downloadmanagerURL); setmenu($_SendTo_Link,macro,"downloadmanager",downloadmanagerLINK); setmenu($_SendTo_Page,macro,"free downloader",freedownloaderURL); setmenu($_SendTo_Link,macro,"freedownloader",freedownloaderLINK); } $OnInit=$OnInit."bombom_BuildMenu;"; # --------------------------------------------------------- $macroModules=$macroModules."bombom;";[/sub][/color] now you change red parts to real paths where your programs are installed and save bombom.kmm 4- [img]http://kmeleon.5gigs.net/images/bookmarks.jpg[/img] 5- from wiki: How do to have a close button (X) in each tab? This feature is included since 1.5.1 version. You must created a new pref entry in about:config. Go to Edit -> Configuration -> Browser Configuration (or type about:config in URL bar) Right click in preference list, and select New -> Integer. Named it: browser.tabs.closeButtons And set value to: 1 Restart K-Meleon to changes take effect. in details: [img]http://kmeleon.5gigs.net/images/buttonx1.jpg[/img] [img]http://kmeleon.5gigs.net/images/buttonx2.jpg[/img] [img]http://kmeleon.5gigs.net/images/buttonx3.jpg[/img] [img]http://kmeleon.5gigs.net/images/buttonx4.jpg[/img] [img]http://kmeleon.5gigs.net/images/buttonx5.jpg[/img] [img]http://kmeleon.5gigs.net/images/buttonx6.jpg[/img] 6- open advnaced(about:config) find value ;browser.chrome.favicons' change integer to 1[img]http://kmeleon.5gigs.net/images/favicons2.jpg[/img][/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development