Extensions
: K-Meleon Forum
All about K-Meleon extensions.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=disrupted] download this: [url=http://kmext.sourceforge.net/files/am-dlinks.7z]http://kmext.sourceforge.net/files/am-dlinks.7z[/url] this integrates [url=http://www.aignes.com/deadlink.htm]am-deadlinks application[/url] with kmeleon. am-deadlinks checks the integrity of your bookmarks file for deadlinks, delete or edit bookmarks etc amdeadlinks is included in the package and doesn't need to be installed. first time you use am-deadlinks, you will need to set it up to work with kmeleon.. you can do that in 2 ways: you can enter the strings manually, by opening am-dealinks from tools>bookmarks checker>am deadlinks in am-deadlinks, select mozilla type from the dropdown menu then open options and enter your kmeleon bookmarks path under mozilla {%kmprofile%\bookmarks.html] [img]http://kmeleon.holaservers.com/disrupted/deadlinks.png[/img] the other method is by simply selecting km integration from the macro menu, this will send all required values to an autoit script which will then write them to deadlinks ini or create the ini if it doesn't exist.. this is especially useful with portable kmeleons when the profile path drive letter isn't constant [img]http://kmeleon.holaservers.com/disrupted/dlinks1.jpg[/img] [img]http://kmeleon.holaservers.com/disrupted/dlinks2.jpg[/img] [img]http://kmeleon.holaservers.com/disrupted/dlinks3.jpg[/img] am deadlinks can also be used to check the integrity of favourties (urls) for those who prefer favs over bookmarks by selcting internet explorer instead of mozilla from the dropdown menu [img]http://kmeleon.holaservers.com/disrupted/dlinks4.jpg[/img] ---------------------------------------------------------------------- [color=#000088][sub]# K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # --------integrates am-deadlinks---------------------------------- $_tool_path=getfolder(RootFolder)."\\Tools"; $_profile_path=getfolder(ProfileFolder); amdeadlinks{ exec($_tool_path."\\AM-DeadLink\\deadlink.exe "); } amdlinksetup{ exec($_tool_path."\\AM-DeadLink\\dintegrator.exe \"".$_profile_path."\""); } amdeadlinks_BuildMenu{ setmenu("&Tools",popup,"Bookmarks Check",4); setmenu("Bookmarks Check",macro,"AM-Deadlinks",amdeadlinks); setmenu("Bookmarks Check",macro,"KM Integration",amdlinksetup); } $OnInit=$OnInit."amdeadlinks_BuildMenu;"; # ------------------------------------ $macroModules=$macroModules."amdeadlinks;";[/sub][/color] [color=blue][sub]#notrayicon $dlinkroot=(@scriptdir & "\deadlink.ini") $dlinkapp=(@appdatadir & "\aignes\AM-DeadLink\deadlink.ini") $inidest=(@appdatadir & "\aignes\AM-DeadLink\") if $cmdline[0]=0 then exit else setdlink() endif func setdlink() $remcrap=StringReplace($cmdlineraw , """", "") $kmbookies=($remcrap & "\bookmarks.html") if FileExists($dlinkapp) then IniWrite($dlinkapp, "General", "FileType", "Mozilla") IniWrite($dlinkapp, "General", "BookmarkMozilla", $kmbookies) else FileCopy ($dlinkroot, $inidest ,8) sleep(40) IniWrite($dlinkapp, "General", "FileType", "Mozilla") IniWrite($dlinkapp, "General", "BookmarkMozilla", $kmbookies) endif MsgBox(64, "AM-Deadlink setup", "AM-Deadlink has been setup successfully. ", 10) exit endfunc[/sub][/color][/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development