Created
August 6, 2012 15:03
-
-
Save johntyree/3275084 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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