Compare commits
1 Commits
98aee28da8
...
2238f58178
Author | SHA1 | Date | |
---|---|---|---|
2238f58178 |
@ -74,12 +74,12 @@ const
|
||||
case 'r':
|
||||
if (!isComment())
|
||||
return
|
||||
globalThis.open(query[selected].querySelector('.reply a').href, '_self')
|
||||
globalThis.open(query[selected].querySelector('div.reply a').href, '_self')
|
||||
return
|
||||
case 'R':
|
||||
if (!isComment())
|
||||
return
|
||||
globalThis.open(query[selected].querySelector('.reply a').href)
|
||||
globalThis.open(query[selected].querySelector('div.reply a').href)
|
||||
return
|
||||
case 'u':
|
||||
globalThis.open((isComment() ? query[selected] : query[selected].nextSibling).querySelector('a.hnuser').href, '_self')
|
||||
|
Loading…
x
Reference in New Issue
Block a user