Rsget

rsget.pl userscript works well with luakit. I saved it as rsget.js in my $XDG_DATA_DIR/luakit/scripts, and added the following command to my rc.lua:

    table.insert( binds.mode_binds['command'], lousy.bind.cmd({"rsget",       "dr"},    function (w, c)
        w:eval_js_from_file(lousy.util.find_data("scripts/rsget.js"))
    end))

Also available in: HTML TXT