jerone / UserScripts

🐵 My UserScripts
https://github.com/jerone/UserScripts#readme
GNU General Public License v3.0
339 stars 39 forks source link

v1.0.5 Broken by 2023-11 #168

Closed mzso closed 7 months ago

mzso commented 11 months ago

Hi!

This seems to have broken recently. The reply button is unresponsive. And I think it was missing for some issues.

jerone commented 11 months ago

Hi @mzso, which script are you talking about?

mzso commented 10 months ago

Github Reply Comments. There's no insertion of quotes, nor scrolling to the input field.

mzso commented 10 months ago

@jerone So, will you take a look at it?

jerone commented 10 months ago

@mzso I'm not using it actively. But I'm open for a PR.

Californ1a commented 8 months ago

Looks like it's just one selector that needs to be changed:

https://github.com/jerone/UserScripts/blob/54e67737776a30fe40816f7d339da89722cd272e/Github_Reply_Comments/Github_Reply_Comments.user.js#L53

It seems like .comment-form-textarea doesn't exist on the new comment textarea anymore. No idea about the two other classes referenced in that selector.

jerone commented 7 months ago

@mzso A new version with a fix has been published.

mzso commented 7 months ago

@jerone Thanks! I'll check it out.