Skip to content

Instantly share code, notes, and snippets.

@johntyree
Created August 6, 2012 15:03
Show Gist options
  • Save johntyree/3275084 to your computer and use it in GitHub Desktop.
Save johntyree/3275084 to your computer and use it in GitHub Desktop.
set_jquery_speed = function (view, w)
view:add_signal("load-status", function (v, status)
if status == "finished" and v.uri ~= "luakit://" then
v:eval_js([=[
if ($) {
$.fx.speeds._default = 70;
}
]=])
end
end)
end,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment