aboutsummaryrefslogtreecommitdiff
path: root/src/content
Commit message (Collapse)AuthorAgeFilesLines
* Use combineReducersShin'ya Ueoka2018-07-111-24/+9
|
* Use official redux on contentShin'ya Ueoka2018-07-088-52/+30
|
* blacklist as an utilShin'ya Ueoka2018-07-081-21/+10
|
* [wip] contentShin'ya Ueoka2018-07-086-58/+86
|
* fix but failedShin'ya Ueoka2018-06-288-38/+28
|
* Use async/await on content scriptShin'ya Ueoka2018-06-172-30/+29
|
* Fix no previous search keywordsShin'ya Ueoka2018-06-172-13/+9
|
* SHow error if not previous keywordsShin'ya Ueoka2018-06-171-0/+13
|
* update indicator on loadedShin'ya Ueoka2018-05-062-1/+3
|
* Toggle add-on enabled by clicking indicatorShin'ya Ueoka2018-05-061-1/+4
|
* Indicator shows the add-on enabledShin'ya Ueoka2018-05-062-0/+21
|
* Merge remote-tracking branch 'origin/master' into background-adjacent-tabsShin'ya Ueoka2018-05-0116-137/+316
|\
| * set find keyword from backgroundShin'ya Ueoka2018-03-072-19/+34
| |
| * remove redundant checksShin'ya Ueoka2018-03-061-21/+0
| |
| * show message on findShin'ya Ueoka2018-03-064-6/+28
| |
| * hide console on <Esc> and <C-{>Shin'ya Ueoka2018-03-041-1/+8
| |
| * Cancel following by <C-[>Shin'ya Ueoka2018-02-262-2/+7
| |
| * Cancel key input by <C-[>Shin'ya Ueoka2018-02-261-1/+5
| |
| * focus on visible elementsShin'ya Ueoka2018-01-152-22/+7
| |
| * implement focus inputShin'ya Ueoka2018-01-132-0/+13
| |
| * Merge pull request #300 from usk/feature/open-clipboard's-urlShin'ya Ueoka2018-01-132-1/+27
| |\ | | | | | | open clipboard's URL in current/new tab
| | * open clipboard's URL in current/new tabusk2018-01-032-1/+27
| | |
| * | fix smooth scroll on key repeatedShin'ya Ueoka2018-01-133-28/+54
| | |
| * | clean scrollsShin'ya Ueoka2018-01-131-38/+51
| | |
| * | add smoothscroll propertyShin'ya Ueoka2018-01-133-23/+34
| | |
| * | add smooth scrollShin'ya Ueoka2018-01-131-7/+50
| | |
| * | 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
| | |
* | | Open adjacent tabs and background tabsErwan Ameil2017-11-165-5/+14
|/ /
* | 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
|