Revision 661127

Go back to digest for 6th May 2007

Other in Utilities

Mathieu Ducharme committed changes in /trunk/playground/utils/khtml_userscript:

Initial import of the Khtml Userscript Konqueror Plugin

This is a new plugin for Konqueror to allow user-installed scripts (written in javascripts) to be executed on certain websites.
This could be thought as a the konqueror equivalent of GreaseMonkey for Firefox.

This is in very very pre-alpha stage and should be considered only a proof of concept so far.
I uploaded to playground because I received offers for help, please feel free to email me / fix stuff if you want to help.

A lot of things don't work yet or make no sense but it compiles and the basics (executing userscripts for certain domains) work well...

Hopefully every features will be in place in time for .0

You can see examples and screenshots on this blog
- <a href="http://namshub-kde.blogspot.com">http://namshub-kde.blogspot.com</a>;

For more information on greasemonkey
- <a href="http://greasemonkey.mozdev.org/">http://greasemonkey.mozdev.org/</a>;
- <a href="http://www.userscripts.org">http://www.userscripts.org</a>;

File Changes

Added 18 files
  • /trunk/playground/utils/khtml_userscript
  •   /AUTHORS
  •   /CMakeLists.txt
  •   /INSTALL
  •   /js
  •   /khtml_userscript.cpp
  •   /khtml_userscript.desktop
  •   /khtml_userscript.h
  •   /khtml_userscript.rc
  •   /README
  •   /scriptmanagerdialog.cpp
  •   /scriptmanagerdialog.h
  •   /scriptmanagerdialog.ui
  •   /TODO
  •   /userscript.cpp
  •   /userscript.h
  •   /js/GM_Compat.js
  •   /js/test.user.js
18 files changed in total