brave/brave-site-specific-scripts

Inline Tipping Broken

Closed this issue · 3 comments

The .js-actions selector no longer works, and as a result the inline tipping button is no longer added.

actions = tweets[i].querySelector('.js-actions')

It may be possible to get all of the information that we need from a property on one of the DOM objects. See here for an implementation of this idea.

@jonathansampson One thing to be aware of is that we did explicitly disable inline tipping on Twitter recently when we first encountered issues with their API: brave/brave-browser#32107

Inline Tip buttons feature removed completely.