LWN.net Logo

[Kde-announce-apps] Konqueror Userscript 0.1

From:  Akhmad Fathonih <akhmadf-AT-gmail.com>
To:  kde-announce-apps <kde-announce-apps-AT-kde.org>
Subject:  [Kde-announce-apps] Konqueror Userscript 0.1
Date:  Fri, 12 Jan 2007 07:50:07 +0100

Name: Konqueror Userscript
Version: 0.1
Type: KDE Improvement
Depend: KDE 3.5.x
License: GPL
Homepage: http://blog.neofreko.com
More Info:
http://www.kde-apps.org/content/show.php?content=51482

Description:
 So far, the only feature available is
autoexecuting every file under
~/.kde/share/apps/konqueror/userscripts as js,
within current document context. TODO, of course,
a lil bit compatibility with GreaseMonkey.
Include, exclude url definitely will be mandatory
needed feature. So far, you got to filtered it
yourself within your JS :D. I'm sure somebody will
post a handy js script for this. Also, needed
feature would be: enable disable userscript of
course.

Screenshot shows an effect of the following code:
var elms = document.getElementsByTagName("a");
//alert(elms.length);

for(var i=0;i



_______________________________________________
Kde-announce-apps mailing list
Kde-announce-apps@kde.org
https://mail.kde.org/mailman/listinfo/kde-announce-apps


(Log in to post comments)

Copyright © 2007, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds