keybind: u - update now
This commit is contained in:
parent
38408ecde0
commit
0b013a91a3
@ -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
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user