-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Open-PC.com   
Apps
Groups
Knowledge Base
Events
Forum
People
Jobs
Register
Login

-
- Content .- Fans  . 

Konqueror Userscript

   0.1.1  

KDE Improvement

Konqueror Userscript
zoom


Konqueror Userscript
zoom


Konqueror Userscript
zoom


Link:  Link
Depends on:  KDE 3.5.x
Downloads:  1750
Submitted:  Jan 12 2007
Updated:  Jan 13 2007
Score: 
score72%72%score
 72% good
bad   good

Description:

No update just uploading the 0.1.1 (kde3) to new file sharing provider (box.net)

So far, the only feature available is autoexecuting every file under ~/.kde/share/apps/konqueror/userscripts as js, within current document context.

TODO:
- enable disable userscript.
- include default script to emulate GMxx function or make it builtin

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

for(var i=0;i<elms.length;i++) {
elms[i].style.color="red";
elms[i].style.border="1px solid";
}

Screenshot #2
Shows textarea_drag_resize.js which originally a greasemonkey script (http://userscripts.org/scripts/show/5073). With a lil bit of modification, it's working in Konqueror (by defining some GMxxx function). The resize icon doesn't show up though. I don't know how to translate res://xx/xxx into a working konqueror format.

Konqueror version of textarea_drag_resize.js can be found here:
http://gudangupload.com/filelink.php?filecode=1dd91f4aa704ccfaaeb7db3b30fcc4af86c06efbb13ea873b8bf3cd23a51a9d1

Screenshot #3
Shows Greasemonkey Userscript metadata support




Changelog:

v0.1.1
- Supports userscript metadata (//== UserScript== tag). include/exclude works (I assume greasemonkey using wildcard matching)

v0.1
- initial PoC version




LicenseGPL
(konqtest.kdevelop-0.1.tar.gz)
(konqtest.kdevelop-0.1.1.tar.bz2)
send to a friend
subscription
other apps from neofreko

goto page: prev   1  2 

-
.

 KDE GSoC project?

 
 by egonw on: Mar 8 2007
 

Neofreko, per Thiago's comment [1], I added a KDE Google Summer of Code project idea at [2]. Are you going to apply?

1.http://kemistry-desktop.blogspot.com/2007/03/chemical-kde-gsoc-projec-ideas.html
2.http://techbase.kde.org/Projects/Summer_of_Code/2007/Ideas#Konqueror_-_userscripts


reply to this

-
.

 Re: KDE GSoC project

 
 by elijahlofgren on: Mar 14 2007
 

I was considering applying for that project, but it seems someone is already well on their way: http://namshub-kde.blogspot.com/2007/01/more-work-on-konquerors-user-scripts.html :)


Elijah Lofgren
http://www.elijalofgren.com/

reply to this

-
.

 Re: KDE GSoC project

 
 by neofreko on: Jun 1 2007
 

It's almost a year, and I've just read the message. Guh.

Is there any some notification message somewhere for "my kde-apps comments"?


To live means to chase your dreams
reply to this

-
.

 Re: KDE GSoC project

 
 by neofreko on: Jun 1 2007
 

Oops, wrong calculation. Should have gone to bed before many things go wrong :D


To live means to chase your dreams
reply to this

-
.

 Tried it

 
 by gentakojima on: Mar 12 2007
 

I've tried to use it, and after changing automake version to 1.7 (kubuntu feisty doesn't have automake 1.6) it compiled ok.

Then, it installed under following locations:

/usr/local/kde/lib/kde3/
/usr/local/kde/share/apps/khtml/kpartplugins/

I had to copy the .rc and .la files to other locations so konqueror recognised them:

/usr/lib/kde3/
/usr/share/apps/khtml/kpartplugins/

I suppose these would be fine too:

/usr/local/lib/kde3/
/usr/local/share/apps/khtml/kpartplugins/

But when I start konqueror it inmediately crashes, without an useful output.

Perhaps something relating to paths?

Btw, great work. Most konqueror users would love such an extension.


reply to this

-

 Re: Tried it

 
 by milianw on: Mar 25 2007
 
milianwmilianw
KDevelop / Kate
Home

i can confirm this.

crash log here: http://attachr.com/7552


reply to this

-

 Re: Tried it

 
 by neofreko on: Jun 1 2007
 

Try mkdir the ~/.kde/share/apps/konqueror/userscripts/

I slightly remember the first PoC kinda have a bug related to that directory


To live means to chase your dreams
reply to this

-
.

 Konqueror crashes

 
 by Kiblet on: Oct 4 2007
 

This project is a WONDERFUL idea. I am having too many problems with Opera 9 and Firefox 2, and I would love to be able to use Konqueror with some extended functionality.

Konqueror immediately crashes after I install this, and try to open Konqueror, though. Please help me if you can--I really need another browser that works! I wish I could know whether it is Konqueror, QT or something else. If a backtrace would help, here it is:

System configuration startup check disabled.

Using host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1230854448 (LWP 27901)]
[KCrash handler]
#9 0xb78500b5 in QGListIterator::QGListIterator ()
from /usr/lib/qt3/lib/libqt-mt.so.3
#10 0xb5b0c97a in Pluginkonqtest::slotAction ()
from /opt/kde3/lib/kde3/libkonqtestplugin.so
#11 0xb5b0ce82 in Pluginkonqtest::qt_invoke ()
from /opt/kde3/lib/kde3/libkonqtestplugin.so
#12 0xb7596b11 in QObject::activate_signal ()
from /usr/lib/qt3/lib/libqt-mt.so.3
#13 0xb75977ed in QObject::activate_signal ()
from /usr/lib/qt3/lib/libqt-mt.so.3
#14 0xb7fae58c in KParts::ReadOnlyPart::completed ()
from /opt/kde3/lib/libkparts.so.2
#15 0xb5f2b3ab in KHTMLView::timerEvent () from /opt/kde3/lib/libkhtml.so.4
#16 0xb7596562 in QObject::event () from /usr/lib/qt3/lib/libqt-mt.so.3
#17 0xb75cf19c in QWidget::event () from /usr/lib/qt3/lib/libqt-mt.so.3
#18 0xb7537657 in QApplication::internalNotify ()
from /usr/lib/qt3/lib/libqt-mt.so.3
#19 0xb7538449 in QApplication::notify () from /usr/lib/qt3/lib/libqt-mt.so.3
#20 0xb7b9db92 in KApplication::notify () from /opt/kde3/lib/libkdecore.so.4
#21 0xb752c863 in QEventLoop::activateTimers ()
from /usr/lib/qt3/lib/libqt-mt.so.3
#22 0xb74e64f0 in QEventLoop::processEvents ()
from /usr/lib/qt3/lib/libqt-mt.so.3
#23 0xb754e480 in QEventLoop::enterLoop () from /usr/lib/qt3/lib/libqt-mt.so.3
#24 0xb754e316 in QEventLoop::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#25 0xb753720f in QApplication::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#26 0xb67a4665 in kdemain () from /opt/kde3/lib/libkdeinit_konqueror.so
#27 0xb730e524 in kdeinitmain () from /opt/kde3/lib/kde3/konqueror.so
#28 0x0804e2ff in launch ()
#29 0x0804eb8a in handle_launcher_request ()
#30 0x0804ef0f in handle_requests ()
#31 0x08050103 in main ()


reply to this

-

 Re: Konqueror crashes

 
 by Kiblet on: Oct 5 2007
 

Nevermind, in my confusion, I missed the part about adding a userscripts directory.

Most of my .js scripts give "Darn" errors, though.


reply to this

-
.

 Still developed?

 
 by soulrebel on: Jul 10 2008
 

Hi!
Is there still being work done on this project?

How can I download it? The Link wont work for me...

Thanks!


"What is the robbing of a bank, compared to the funding of a bank?" - Bertholt Brecht
reply to this

goto page: prev   1  2 

add commentback




-
-
all messages
openDesktop.org Facebook App

Partners
Place Your Link Here!
online casino bonus

-
Best Twitter Client
 Official Twitter Web Interface
 Choqok
 Plasma Twitter Applet
 Twitux
 gTwitter
 Spaz
 Twitterfox
 Gwibber
 Qwit
 TweetDeck
 Other
 Not using Twitter

resultmore
Cool Sites
iPhone Hintergrundbilder

 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Jobs
Knowledge Base
Events
People
Updates on identi.ca
Updates on Twitter
Facebook App
Content RSS   
Events RSS   

Participate
Groups
Forum
Add App
Public API
About KDE-Apps.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2003-2010 KDE-Apps.org Team  
All rights reserved. KDE-Apps.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
KDE and K Desktop Environment are trademarks of KDE e.V.