Link hinting mode runs the JS and then after a few seconds (15 or so) ends up locking up the browser. Again, not sure if this is an Arch Linux thing with the version of the .so's in use, but it happens on 3 different Arch machines I use.
Even a simple command such as:
(defcommand show-alert (browser)
(eval-in-page-js browser "alert('hi');"))
Will show the alert and then lock up the browser.
Maybe it's a stumpwm issue...guess I can try a different window manager (will give dwm a go in a moment).
Link hinting mode runs the JS and then after a few seconds (15 or so) ends up locking up the browser. Again, not sure if this is an Arch Linux thing with the version of the .so's in use, but it happens on 3 different Arch machines I use.
Even a simple command such as:
(defcommand show-alert (browser) (eval-in-page-js browser "alert('hi');"))Will show the alert and then lock up the browser.
Maybe it's a stumpwm issue...guess I can try a different window manager (will give dwm a go in a moment).