-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The "emotes" button under the comment box in the reddit redesign is not present. #61
Comments
I am trying to close this issue and it seems like Reddit keeps on doing the weirdest of things. For one, it seems like Reddit is making the text boxes load after the page loads (this was added yesterday from the looks of it), as well as the new modals (a la the tweet previews on Twitter Web) making everything difficult (not that I even gotten to that stage) and the fact that the comment boxes is Oh yeah, Reddit also seemed to have also stopped rendering emotes, as the |
Well, regarding the text box appearing after the page loads, you may do something like what discord does:
This, of course, becomes more difficult if they're constantly changing class names, but it's all I've got for you. Obv. something like a MutationObserver required for child comment boxes. Or something. I'm spitballing on the bus at 8:30 here. |
At least for the submit button and its location, you can use more intermediate query selectors to try to work around the changing classes. Something like |
Yeah. Wildcards are valid as well, if that's any help.
…On Sat, Apr 7, 2018, 12:35 HeyItsShuga ***@***.***> wrote:
This, of course, becomes more difficult if they're constantly changing
class names
At least for the submit button and its location, you can use more
intermediate query selectors to try to work around the changing classes.
Something like document.querySelector("button[type=\"submit\"]") does the
trick if I am not mistaken.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#61 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AEwr6S1EjYYTRKZRw3GjHQl-i-3msrTlks5tmRUQgaJpZM4SHt-P>
.
|
The beta version of reddit's new interface has no emotes button under the comment box. I've included some example HTML of the comments page here.
The text was updated successfully, but these errors were encountered: