Merge pull request #133 from usk/follow-some-buttons-on-mobile.twitter.com
add support for following some buttons on mobile.twitter.com
This commit is contained in:
commit
7803739227
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ import * as dom from 'shared/utils/dom';
|
||||||
|
|
||||||
const TARGET_SELECTOR = [
|
const TARGET_SELECTOR = [
|
||||||
'a', 'button', 'input', 'textarea', 'area',
|
'a', 'button', 'input', 'textarea', 'area',
|
||||||
'[contenteditable=true]', '[contenteditable=""]', '[tabindex]'
|
'[contenteditable=true]', '[contenteditable=""]', '[tabindex]',
|
||||||
|
'[role="button"]'
|
||||||
].join(',');
|
].join(',');
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue