add support for following some buttons on mobile.twitter.com
The buttons are: * reply * retweet * favorite * direct message * drop down menu
This commit is contained in:
parent
516a701ebb
commit
764d7a34bd
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ import * as dom from 'shared/utils/dom';
|
|||
|
||||
const TARGET_SELECTOR = [
|
||||
'a', 'button', 'input', 'textarea', 'area',
|
||||
'[contenteditable=true]', '[contenteditable=""]', '[tabindex]'
|
||||
'[contenteditable=true]', '[contenteditable=""]', '[tabindex]',
|
||||
'[role="button"]'
|
||||
].join(',');
|
||||
|
||||
|
||||
|
|
Reference in a new issue