aboutsummaryrefslogtreecommitdiff
path: root/src/content
Commit message (Collapse)AuthorAgeFilesLines
* remove window from scrollsShin'ya Ueoka2018-01-132-37/+37
|
* support custom chars as hintcharsShin'ya Ueoka2018-01-111-4/+8
|
* do not follow link which has aria-hidden attribute or aria-disabled attributeusk2017-12-241-0/+16
|
* pagination tweaks and fixes:chocolateboy2017-11-231-22/+27
| | | | | | | | - fallback links: - select the last matching link rather than the first - use `innerText` rather than `textContent` - use a single regex for each pattern rather than an array - fix markup typo in test
* Merge pull request #133 from usk/follow-some-buttons-on-mobile.twitter.comShin'ya Ueoka2017-11-181-1/+2
|\ | | | | add support for following some buttons on mobile.twitter.com
| * add support for following some buttons on mobile.twitter.comusk2017-11-051-1/+2
| | | | | | | | | | | | | | | | | | | | The buttons are: * reply * retweet * favorite * direct message * drop down menu
* | improve #linkPrev and #linkNext:chocolateboy2017-11-171-14/+17
| | | | | | | | | | | | - add support for <link> elements - match if there's more than one rel e.g. <a rel="nofollow next">...</a> - more tests
* | maximize z-index of hintsShin'ya Ueoka2017-11-151-1/+1
| |
* | Fix console iframe stylesShin'ya Ueoka2017-11-151-1/+2
| |
* | fix hot-reload settingsShin'ya Ueoka2017-11-133-6/+6
| |
* | fix 0/$Shin'ya Ueoka2017-11-121-2/+2
| |
* | support mutliple modifiers for key bindingsShin'ya Ueoka2017-11-117-31/+41
| |
* | remove unused actions and fix testShin'ya Ueoka2017-11-113-20/+1
| |
* | show error on find and wrap searchShin'ya Ueoka2017-11-114-15/+83
| |
* | first find implementationShin'ya Ueoka2017-11-114-4/+38
| |
* | add find action and reducerShin'ya Ueoka2017-11-114-0/+69
| |
* | fix settings reload on contentShin'ya Ueoka2017-11-051-0/+2
|/
* fix plugin loadShin'ya Ueoka2017-11-052-1/+7
|
* support following area tagsShin'ya Ueoka2017-10-312-9/+27
|
* rename to follow-controllerShin'ya Ueoka2017-10-315-23/+24
|
* Remove update propagationShin'ya Ueoka2017-10-318-47/+13
|
* scroll html and body preferentiallyShin'ya Ueoka2017-10-291-7/+13
|
* fix page scrollShin'ya Ueoka2017-10-251-2/+2
|
* allow to open target='_blank' linkShin'ya Ueoka2017-10-251-3/+4
|
* scroll first scrollable elmentShin'ya Ueoka2017-10-241-27/+92
|
* follow [tabindex]Shin'ya Ueoka2017-10-231-1/+3
| | | | the [tabindex] elements are used in gmail
* dom helperShin'ya Ueoka2017-10-232-6/+10
|
* add blacklist settingShin'ya Ueoka2017-10-221-1/+25
|
* add setting actions in contentShin'ya Ueoka2017-10-228-25/+43
|
* enable/disable addon by keysShin'ya Ueoka2017-10-213-0/+22
|
* add addon actionsShin'ya Ueoka2017-10-213-0/+43
|
* support shift modifierShin'ya Ueoka2017-10-211-1/+12
|
* emit mapped keys from input-componentShin'ya Ueoka2017-10-214-14/+16
|
* cleanShin'ya Ueoka2017-10-211-6/+3
|
* remove message propagationShin'ya Ueoka2017-10-187-22/+10
|
* fix settings reloadShin'ya Ueoka2017-10-171-1/+1
|
* follow links for multi-frames in viewportShin'ya Ueoka2017-10-152-12/+37
|
* support multi-frame followingShin'ya Ueoka2017-10-159-93/+223
|
* make top-content component and frame-content componentShin'ya Ueoka2017-10-159-72/+98
|
* console only top windowShin'ya Ueoka2017-10-151-14/+38
|
* load content script all_frames and click linkShin'ya Ueoka2017-10-141-24/+20
|
* get hints from windowShin'ya Ueoka2017-10-142-12/+12
|
* move hint componentShin'ya Ueoka2017-10-143-1/+1
|
* fix follow for contenteditableShin'ya Ueoka2017-10-121-1/+8
|
* ignore events from contenteditableShin'ya Ueoka2017-10-121-1/+5
|
* follow link in new tabShin'ya Ueoka2017-10-111-1/+1
|
* ignore meta keys on inputShin'ya Ueoka2017-10-101-1/+2
|
* fix method nameShin'ya Ueoka2017-10-092-5/+5
|
* scroll horizonallyShin'ya Ueoka2017-10-092-6/+16
|
* parse json in settingsShin'ya Ueoka2017-10-091-2/+1
|