[Kde-announce-apps] Konqueror Userscript 0.1

Akhmad Fathonih akhmadf at gmail.com
Fri Jan 12 07:50:07 CET 2007


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





More information about the Kde-announce-apps mailing list