
KHTML Userscript
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This plugin provides support for "User Scripts" in Konqueror. It is similar to the Greasemonkey plugin for Firefox.
It doesn't support the Greasemonkey API.
Supported Greasemonkey headers:
@name
@version
@namespace
@author
@description
@include
@exclude
**********
It's not maintained anymore. If someone could continue its development would be nice.
**********
dglent
7 years ago
https://bugs.kde.org/show_bug.cgi?id=319474
Here is the debug:
http://glenbox.free.fr/files/konqueror-20130508-070308.kcrash
Report
seba
7 years ago
Report
dglent
7 years ago
thanks a lot for the support :)
Report
dglent
7 years ago
http://www.mageia-gr.org/rpm/2/x86_64/konqueror-plugin-khtml-userscript-0.1.2-1mgr2.x86_64.rpm
However, the rpm installs correctly the paths, i did nt have the above issue.
Report
seba
7 years ago
/usr/bin/khtml_userscript_installer
/usr/lib/kde4/khtml_userscript.so
/usr/lib/strigi/strigila_userjs.so
/usr/share/doc/khtml-userscript-0.1.2/TODO.bz2
/usr/share/doc/khtml-userscript-0.1.2/AUTHORS.bz2
/usr/share/doc/khtml-userscript-0.1.2/README.bz2
/usr/share/doc/khtml-userscript-0.1.2/INSTALL.bz2
/usr/share/apps/khtml/kpartplugins/khtml_userscript.rc
/usr/share/apps/khtml/kpartplugins/khtml_userscript_gm_compat.js
/usr/share/apps/khtml/kpartplugins/khtml_userscript.desktop
/usr/share/mime/packages/mimetype_userscript.xml
/usr/share/applications/kde4/khtml_userscript_installer.desktop
I've added the RPM package. Thanks!
Report
dglent
7 years ago
May be i did something wrong or the plugin is not working any more
Report
seba
7 years ago
Report
dglent
7 years ago
Report
dglent
7 years ago
So i am not sure if it is taken in account the userscript
Report
seba
7 years ago
Report
dglent
7 years ago
If you mean Setting > Configure plugins: i dont see the userscript description there. There is although the bookmarklets plugin
Report
dglent
7 years ago
because of this:
[ 0%] Built target khtml_userscript_automoc
[ 42%] Built target khtml_userscript
[ 42%] Built target userjs_automoc
Scanning dependencies of target userjs
[ 50%] Building CXX object strigi_analyzer/CMakeFiles/userjs.dir/userjs_automoc.o
Linking CXX shared module ../lib/strigila_userjs.so
[ 57%] Built target userjs
[ 57%] Built target khtml_userscript_installer_automoc
[100%] Built target khtml_userscript_installer
Install the project...
-- Install configuration: "RelWithDebInfo"
-- Installing: /usr/lib64/kde4/khtml_userscript.so
-- Installing: /usr/share/apps/khtml/kpartplugins/khtml_userscript.rc
-- Installing: /usr/share/apps/khtml/kpartplugins/khtml_userscript.desktop
-- Installing: /usr/share/apps/khtml/kpartplugins/khtml_userscript_gm_compat.js
-- Installing: /usr/share/mime/packages/mimetype_userscript.xml
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Unknown media type in type 'uri/mmsu'
Unknown media type in type 'uri/pnm'
Unknown media type in type 'uri/rtspt'
Unknown media type in type 'uri/rtspu'
-- Installing: /usr/lib64/strigi/strigila_userjs.so
-- Installing: /usr/bin/khtml_userscript_installer
-- Installing: /usr/share/applications/kde4/khtml_userscript_installer.desktop
i did a link from :
/usr/share/applications/kde4/khtml_userscript_installer.desktop
to:
/usr/share/apps/khtml/kpartplugins/
Report