Midori Browser

in The Banana Bar
Subscribe to Midori Browser 11 posts, 5 voices



Yansky Scriptwright
FirefoxWindows

This Webkit-based browser supports userscripts (and userstyles). It's still in beta, but it's fairly stable. If you're using a debian based linux distro, you should be able to install it via apt-get. There are also win32 binaries available for windows on the home page. It may compile on OSX as well, but I haven't looked into it.

http://en.wikipedia.org/wiki/Midori_(web_browser)
http://www.twotoasts.de/

 
sdfghjklkjhg... Scriptwright
FirefoxWindows

I just downloaded it how do I enable JavaScript in it?

 
Yansky Scriptwright
FirefoxWindows

how do I enable JavaScript in it?

Do you mean user scripts? If you open the sidebar, there's a section where you can add user scripts.

 
sdfghjklkjhg... Scriptwright
FirefoxWindows

i figured it out (and i meant JS )
anyway i tried

// ==UserScript==
// @name           test
// @description    Auto-buys certain items under certain prices
// @include        *
// ==/UserScript==
alert('test');
and got nothing but 3 listing for the script no alert
http://i34.tinypic.com/vo7q80.png

 
ale5000 Scriptwright
FirefoxWindows

Try to open the "Console" and look at javascript errors.

 
sdfghjklkjhg... Scriptwright
FirefoxWindows

empty

 
ale5000 Scriptwright
MozillaWindows

I think that the javascript engine of Midori for Windows is buggy.
Midori really needs Windows developers.

 
sdfghjklkjhg... Scriptwright
FirefoxX11

on ubuntu 9.04 it crashes every time you leave a page with flash
if (flash==active)
onunload=crash

 
simon! Scriptwright
FirefoxX11

I love Midori web browser, most of us do: http://bbs.archlinux.org/viewtopic.php?id=61027
Midori still doesn't have a full support of Greasemonkey`s API: http://wiki.xfce.org/midori_faq#user_scripts

list of working user.js scripts: http://userscripts.org/tags/midori

 
ale5000 Scriptwright
MozillaWindows

With this script you can have a lot of GM_* APIs working on Midori => http://userscripts.org/scripts/show/88932

 
Frederik &qu... Scriptwright
SafariMacintosh

Did anyone figure out how to make it display an alert()? JavaScript is enabled, I can get it to do some commands via userscripts, but the alert() keeps evading me...