Compare commits
1 Commits
98aee28da8
...
7f3ee628a7
Author | SHA1 | Date | |
---|---|---|---|
7f3ee628a7 |
@ -71,16 +71,6 @@ const
|
||||
case 'C':
|
||||
globalThis.open('https://news.ycombinator.com/item?id=' + query[selected].id)
|
||||
return
|
||||
case 'r':
|
||||
if (!isComment())
|
||||
return
|
||||
globalThis.open(query[selected].querySelector('.reply a').href, '_self')
|
||||
return
|
||||
case 'R':
|
||||
if (!isComment())
|
||||
return
|
||||
globalThis.open(query[selected].querySelector('.reply a').href)
|
||||
return
|
||||
case 'u':
|
||||
globalThis.open((isComment() ? query[selected] : query[selected].nextSibling).querySelector('a.hnuser').href, '_self')
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user