Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hints as a classes | Shin'ya Ueoka | 2019-05-17 | 2 | -116/+25 |
* | Mark set/jump as a clean architecture | Shin'ya Ueoka | 2019-05-11 | 1 | -44/+4 |
* | Find as a controller | Shin'ya Ueoka | 2019-05-11 | 2 | -38/+0 |
* | Make scroller as a presenter | Shin'ya Ueoka | 2019-05-11 | 2 | -6/+8 |
* | Make find as a clean architecture | Shin'ya Ueoka | 2019-05-11 | 2 | -19/+9 |
* | Make settings as a clean architecture | Shin'ya Ueoka | 2019-05-11 | 4 | -38/+53 |
* | Make addon-enabled as a clean architecture | Shin'ya Ueoka | 2019-05-10 | 3 | -14/+21 |
* | src/content | Shin'ya Ueoka | 2019-05-06 | 2 | -18/+25 |
* | Declare setting types | Shin'ya Ueoka | 2019-05-06 | 5 | -21/+27 |
* | Types src/content | Shin'ya Ueoka | 2019-05-05 | 9 | -119/+210 |
* | Rename .js/.jsx to .ts/.tsx | Shin'ya Ueoka | 2019-05-02 | 10 | -0/+0 |
* | Embed style by script | Shin'ya Ueoka | 2019-04-26 | 2 | -11/+0 |
* | Remove repeat properties | Shin'ya Ueoka | 2019-02-11 | 1 | -1/+1 |
* | Use webextension message to console | Shin'ya Ueoka | 2018-11-18 | 1 | -2/+2 |
* | Scroll on global mark and handle gone tab | Shin'ya Ueoka | 2018-10-12 | 2 | -2/+9 |
* | Support global marks which select a tab | Shin'ya Ueoka | 2018-10-12 | 1 | -2/+13 |
* | Store local marks | Shin'ya Ueoka | 2018-10-11 | 2 | -2/+64 |
* | Allow following <summary> elements | Magnus Bergmark | 2018-07-16 | 1 | -1/+2 |
* | Use official redux on content | Shin'ya Ueoka | 2018-07-08 | 2 | -28/+11 |
* | blacklist as an util | Shin'ya Ueoka | 2018-07-08 | 1 | -21/+10 |
* | [wip] content | Shin'ya Ueoka | 2018-07-08 | 3 | -36/+31 |
* | Use async/await on content script | Shin'ya Ueoka | 2018-06-17 | 1 | -6/+7 |
* | Fix no previous search keywords | Shin'ya Ueoka | 2018-06-17 | 1 | -13/+0 |
* | SHow error if not previous keywords | Shin'ya Ueoka | 2018-06-17 | 1 | -0/+13 |
* | update indicator on loaded | Shin'ya Ueoka | 2018-05-06 | 2 | -1/+3 |
* | Toggle add-on enabled by clicking indicator | Shin'ya Ueoka | 2018-05-06 | 1 | -1/+4 |
* | Indicator shows the add-on enabled | Shin'ya Ueoka | 2018-05-06 | 2 | -0/+21 |
* | Merge remote-tracking branch 'origin/master' into background-adjacent-tabs | Shin'ya Ueoka | 2018-05-01 | 6 | -23/+41 |
|\ | |||||
| * | remove redundant checks | Shin'ya Ueoka | 2018-03-06 | 1 | -21/+0 |
| * | show message on find | Shin'ya Ueoka | 2018-03-06 | 1 | -0/+8 |
| * | Cancel following by <C-[> | Shin'ya Ueoka | 2018-02-26 | 2 | -2/+7 |
| * | Cancel key input by <C-[> | Shin'ya Ueoka | 2018-02-26 | 1 | -1/+5 |
| * | fix smooth scroll on key repeated | Shin'ya Ueoka | 2018-01-13 | 1 | -1/+2 |
| * | add smoothscroll property | Shin'ya Ueoka | 2018-01-13 | 1 | -1/+1 |
| * | support custom chars as hintchars | Shin'ya Ueoka | 2018-01-11 | 1 | -4/+8 |
| * | do not follow link which has aria-hidden attribute or aria-disabled attribute | usk | 2017-12-24 | 1 | -0/+16 |
| * | Merge pull request #133 from usk/follow-some-buttons-on-mobile.twitter.com | Shin'ya Ueoka | 2017-11-18 | 1 | -1/+2 |
| |\ | |||||
| | * | add support for following some buttons on mobile.twitter.com | usk | 2017-11-05 | 1 | -1/+2 |
| * | | maximize z-index of hints | Shin'ya Ueoka | 2017-11-15 | 1 | -1/+1 |
* | | | Open adjacent tabs and background tabs | Erwan Ameil | 2017-11-16 | 2 | -3/+8 |
|/ / | |||||
* | | fix hot-reload settings | Shin'ya Ueoka | 2017-11-13 | 1 | -1/+1 |
* | | support mutliple modifiers for key bindings | Shin'ya Ueoka | 2017-11-11 | 4 | -26/+22 |
* | | show error on find and wrap search | Shin'ya Ueoka | 2017-11-11 | 1 | -4/+35 |
* | | first find implementation | Shin'ya Ueoka | 2017-11-11 | 2 | -1/+26 |
* | | fix settings reload on content | Shin'ya Ueoka | 2017-11-05 | 1 | -0/+2 |
|/ | |||||
* | fix plugin load | Shin'ya Ueoka | 2017-11-05 | 1 | -0/+4 |
* | support following area tags | Shin'ya Ueoka | 2017-10-31 | 2 | -9/+27 |
* | rename to follow-controller | Shin'ya Ueoka | 2017-10-31 | 1 | -8/+9 |
* | Remove update propagation | Shin'ya Ueoka | 2017-10-31 | 7 | -38/+8 |
* | allow to open target='_blank' link | Shin'ya Ueoka | 2017-10-25 | 1 | -3/+4 |