keybind: u - update now
This commit is contained in:
parent
38408ecde0
commit
0b013a91a3
@ -558,6 +558,8 @@ keyModeNormal = (e) ->
|
|||||||
location.href = href
|
location.href = href
|
||||||
else
|
else
|
||||||
GM_openInTab href
|
GM_openInTab href
|
||||||
|
when "U"
|
||||||
|
updateNow()
|
||||||
when "W"
|
when "W"
|
||||||
root = if g.REPLY then null else getThread()[0]
|
root = if g.REPLY then null else getThread()[0]
|
||||||
watchButton = $ "span.filesize ~ img", root
|
watchButton = $ "span.filesize ~ img", root
|
||||||
|
|||||||
@ -722,6 +722,8 @@
|
|||||||
} else {
|
} else {
|
||||||
return GM_openInTab(href);
|
return GM_openInTab(href);
|
||||||
}
|
}
|
||||||
|
case "U":
|
||||||
|
return updateNow();
|
||||||
case "W":
|
case "W":
|
||||||
root = g.REPLY ? null : getThread()[0];
|
root = g.REPLY ? null : getThread()[0];
|
||||||
watchButton = $("span.filesize ~ img", root);
|
watchButton = $("span.filesize ~ img", root);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user