Extensions :  K-Meleon Web Browser Forum
All about K-Meleon extensions. 
xinhahere (html editor)
Posted by: disrupted
Date: June 19, 2009 09:47AM

ported extension wysiwyg editor (fully functional)
http://kmext.sourceforge.net/files/kmxinha.7z
tools>html editor

xinha is a full-featured html editor which can also function as a bbcode editor

on first run, default settings doesn't include lots of the plugins and features, you'll need to enable them from options button..there's also a button to toggle to script-only mode, the skins require to close and reopen the xinha tab to set









Edited 1 time(s). Last edit at 03/13/2010 08:26AM by disrupted.

Options: ReplyQuote
Re: xinhahere (html editor)
Posted by: guenter@work
Date: June 19, 2009 11:30AM

Well done - another old myth disrupted (I always believed the old composer component of IEMFCembed > Mozilla MFCembed > ancestor of current K-Meleon was dis functional).

p.s. I miss the p..part here tongue sticking out smiley

Options: ReplyQuote
Re: xinhahere (html editor)
Posted by: Hao Jiang
Date: June 19, 2009 04:30PM

disrupted:
You should make a wiki page and list all your ported extensions...

Options: ReplyQuote
Re: xinhahere (html editor)
Posted by: disrupted
Date: June 19, 2009 04:52PM

i use this: kmext.sourceforge.net and it's not just for me, anyone can add their extensions and macros to it.. i want to add a wiki thing to it so it's easier for people to share and upload their work but i don't know how.. for now, anyone can edit the main page(index.htm) and add their extensions or add pages.. sftp/passwort and upload details with gunter

Options: ReplyQuote
Re: xinhahere (html editor)
Posted by: guenter
Date: June 19, 2009 10:26PM

Maybe make like this Forum and give all the right to upload limited size files.
Then have a forum part for macros, skins, FHoax extension ports...
IMHO that is better than a wiki.

Hao I think You lost a mail from me smiling smiley can You also inform mark3007 about disrupted's palce of wonderous downloads.

Options: ReplyQuote
Re: xinhahere (html editor)
Posted by: disrupted
Date: June 19, 2009 10:57PM

yes i agree..this would make nice place for km extensions.. needs webdeveloper though, if you know how to install the wiki apps thingies from k-meleon's own macro page then please go for it

i found an extension similar to refspoof called refcontrol converted by joykillr there : http://kmeleonbrowser.org/forum/read.php?1,92897
right now i'm trying to make a content filter ala agent switcher style after i've completly failed(for the second time) in converting procon latte(think there's a service missing)..the macro isn't coming out too well..problem due to 'onload'.. the poorn site' would load first before getting redirected, this means that the kid gets to have a nice peek first before the site actually gets blocked ..
# K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage)

# ----------k-meleon family filter----------------------------

$_porrnlist=getfolder(RootFolder)."\\macros\\famfilter.txt";
$_porrnride=getfolder(RootFolder)."\\macros\\famfilter.htm";
$_hostspath=("C:\\WINDOWS\\SYSTEM32\\DRIVERS\\etc\\hosts");

porrn_override{
alert("fuckshit","Website added to badlist" ,INFO);
#$OpenUrl=($_porrnride);
$HOST=hostname( $URL );
$block=("127.0.0.1 ".$HOST);
alert($block ,$_hostspath ,INFO);
pluginmsg(utils, "append", $_hostspath, $block);
statusbar("an offensive website has been blocked");
}

filterchecker{
$porrncheck=readfile($_porrnlist);
$checkh=hostname( $URL );
$find1=gsub($checkh, "nssite", $porrncheck);
$find2=gsub("nssite", "nowaynoway", $find1);
prompt($find1, "tester" , $find2 );
$find1==$find2?0:&porrn_override;
}

$OnLoad=$OnLoad."filterchecker;";
# --------------------------------------------------------------------
$macroModules=$macroModules."familyfilter;";

earlier i worked on downthemall..not much luck there either..i was able to fix few things but half of it is crippled and can't get its most attractive feature of extracting all links to work.. sad smiley

Options: ReplyQuote
Re: xinhahere (html editor)
Posted by: jsnj
Date: December 22, 2009 09:29PM

For some reason the webdev mac mod doesn't build the development menu. I have to place the menu building within the xinhanow macro module. I can't figure out why. Looks perfectly fine code wise from what I can tell. Anyone else?

Options: ReplyQuote
Re: xinhahere (html editor)
Date: December 23, 2009 05:52PM

Well, I'll be dipped. I have to play with this grinning smiley

ETA: Hmm. It doesn't like external style sheets. I do. sad smiley It will sure come in handy for some things though. smiling smiley

A.K.A. Arual the Wyrd



Edited 1 time(s). Last edit at 12/23/2009 06:06PM by Matera the Mad.

Options: ReplyQuote


K-Meleon forum is powered by Phorum.