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=senna] this was rly impressive, great tool! U dont have limits lol. Now i want learn autoit cause this is so useful, some applications dont have anykind of API or command line option. haha, the clock is 4 something diferent, since i back to k-melon from google chrome i missed a feature, the "history search", cause with that you can navigate without bookmark everything, if you remember a nice thing just search at your history. this function is activated "OnLoad", so every time the pages load its like a do a CTRL + A and save this content like a preference. [code] reg_page { id(ID_EDIT_SELECT_ALL); $textoSelecionado = $SelectedText; id(ID_EDIT_SELECT_NONE); setpref(STRING, "xixix" . $hhh, "##$#" .$URL . "##$#" .$hora . "##$#" . $TITLE . "##$#" . $textoSelecionado); $hhh = $hhh + 1; } [/code] saves with the structure [i]url - time - page title - page content (like a ctrl + a)[/i] Later when i close k-meleon the browser call a PHP aplication to read prefs.js and find lines with "xixix". The script send to a database with each info (url, time, title, content) separate. del the preferences when k-meleon is started [code] del_regs { while (getpref(STRING, "xixix" . $lll)) { delpref("xixix" . $lll); $lll = $lll + 1; } } [/code] i get time from a external aplication, it write a timestamp (seconds since 1970) to a txt file #hora mean time exec("hora"); $hora = readfile("hora.txt"); the result is that: [img]http://filipi.com.br/k-meleon/search2.jpg[/img] as u can see, a title generate with live ip give me a more acurate info, but supose to be the title info lol... i will test more this feature to make public, the sad thing is in php. dude, this was great, tnx! now i will learn autoit cause this can help me at a lot of things, cya![/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development