![]() ![]() |
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)
|
![]() ![]() |
I just downloaded it how do I enable JavaScript in it? |
![]() ![]() |
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. |
![]() ![]() |
i figured it out (and i meant JS )
// ==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
|
![]() ![]() |
Try to open the "Console" and look at javascript errors. |
![]() ![]() |
empty |
![]() ![]() |
I think that the javascript engine of Midori for Windows is buggy.
|
![]() ![]() |
on ubuntu 9.04 it crashes every time you leave a page with flash
|
![]() ![]() |
I love Midori web browser, most of us do: http://bbs.archlinux.org/viewtopic.php?id=61027
list of working user.js scripts: http://userscripts.org/tags/midori |
![]() ![]() |
With this script you can have a lot of GM_* APIs working on Midori => http://userscripts.org/scripts/show/88932 |
![]() ![]() |
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... |






