keybind: u - update now

This commit is contained in:
James Campos 2010-12-29 14:07:28 -08:00
parent 38408ecde0
commit 0b013a91a3
2 changed files with 4 additions and 0 deletions

View File

@ -558,6 +558,8 @@ keyModeNormal = (e) ->
location.href = href
else
GM_openInTab href
when "U"
updateNow()
when "W"
root = if g.REPLY then null else getThread()[0]
watchButton = $ "span.filesize ~ img", root

View File

@ -722,6 +722,8 @@
} else {
return GM_openInTab(href);
}
case "U":
return updateNow();
case "W":
root = g.REPLY ? null : getThread()[0];
watchButton = $("span.filesize ~ img", root);