Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support global marks which select a tab | Shin'ya Ueoka | 2018-10-12 | 2 | -2/+33 |
| | |||||
* | Store local marks | Shin'ya Ueoka | 2018-10-11 | 5 | -16/+91 |
| | |||||
* | Store x position into marks | Shin'ya Ueoka | 2018-10-11 | 2 | -2/+3 |
| | |||||
* | Make setMode false on mark is set | Shin'ya Ueoka | 2018-10-11 | 1 | -1/+1 |
| | |||||
* | Rename mode acton and reducer | Shin'ya Ueoka | 2018-10-11 | 2 | -5/+10 |
| | |||||
* | Add mark action and reducer | Shin'ya Ueoka | 2018-10-11 | 3 | -0/+56 |
| | |||||
* | correct INPUT_KEY_PRESS action name | Stefan | 2018-08-30 | 1 | -1/+1 |
| | |||||
* | Merge pull request #432 from Mange/follow-details-summary | Shin'ya Ueoka | 2018-07-29 | 1 | -1/+2 |
|\ | | | | | Allow following <summary> elements | ||||
| * | Allow following <summary> elements | Magnus Bergmark | 2018-07-16 | 1 | -1/+2 |
| | | |||||
* | | Search keywords on paste | Shin'ya Ueoka | 2018-07-28 | 2 | -9/+12 |
|/ | |||||
* | Use combineReducers | Shin'ya Ueoka | 2018-07-11 | 1 | -24/+9 |
| | |||||
* | Use official redux on content | Shin'ya Ueoka | 2018-07-08 | 8 | -52/+30 |
| | |||||
* | blacklist as an util | Shin'ya Ueoka | 2018-07-08 | 1 | -21/+10 |
| | |||||
* | [wip] content | Shin'ya Ueoka | 2018-07-08 | 6 | -58/+86 |
| | |||||
* | fix but failed | Shin'ya Ueoka | 2018-06-28 | 8 | -38/+28 |
| | |||||
* | Use async/await on content script | Shin'ya Ueoka | 2018-06-17 | 2 | -30/+29 |
| | |||||
* | Fix no previous search keywords | Shin'ya Ueoka | 2018-06-17 | 2 | -13/+9 |
| | |||||
* | 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 | 16 | -137/+316 |
|\ | |||||
| * | set find keyword from background | Shin'ya Ueoka | 2018-03-07 | 2 | -19/+34 |
| | | |||||
| * | remove redundant checks | Shin'ya Ueoka | 2018-03-06 | 1 | -21/+0 |
| | | |||||
| * | show message on find | Shin'ya Ueoka | 2018-03-06 | 4 | -6/+28 |
| | | |||||
| * | hide console on <Esc> and <C-{> | Shin'ya Ueoka | 2018-03-04 | 1 | -1/+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 |
| | | |||||
| * | focus on visible elements | Shin'ya Ueoka | 2018-01-15 | 2 | -22/+7 |
| | | |||||
| * | implement focus input | Shin'ya Ueoka | 2018-01-13 | 2 | -0/+13 |
| | | |||||
| * | Merge pull request #300 from usk/feature/open-clipboard's-url | Shin'ya Ueoka | 2018-01-13 | 2 | -1/+27 |
| |\ | | | | | | | open clipboard's URL in current/new tab | ||||
| | * | open clipboard's URL in current/new tab | usk | 2018-01-03 | 2 | -1/+27 |
| | | | |||||
| * | | fix smooth scroll on key repeated | Shin'ya Ueoka | 2018-01-13 | 3 | -28/+54 |
| | | | |||||
| * | | clean scrolls | Shin'ya Ueoka | 2018-01-13 | 1 | -38/+51 |
| | | | |||||
| * | | add smoothscroll property | Shin'ya Ueoka | 2018-01-13 | 3 | -23/+34 |
| | | | |||||
| * | | add smooth scroll | Shin'ya Ueoka | 2018-01-13 | 1 | -7/+50 |
| | | | |||||
| * | | remove window from scrolls | Shin'ya Ueoka | 2018-01-13 | 2 | -37/+37 |
| | | | |||||
| * | | 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 |
| | | |||||
| * | pagination tweaks and fixes: | chocolateboy | 2017-11-23 | 1 | -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.com | Shin'ya Ueoka | 2017-11-18 | 1 | -1/+2 |
| |\ | | | | | | | add support for following some buttons on mobile.twitter.com | ||||
| | * | add support for following some buttons on mobile.twitter.com | usk | 2017-11-05 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The buttons are: * reply * retweet * favorite * direct message * drop down menu | ||||
| * | | improve #linkPrev and #linkNext: | chocolateboy | 2017-11-17 | 1 | -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 hints | Shin'ya Ueoka | 2017-11-15 | 1 | -1/+1 |
| | | | |||||
| * | | Fix console iframe styles | Shin'ya Ueoka | 2017-11-15 | 1 | -1/+2 |
| | | | |||||
* | | | Open adjacent tabs and background tabs | Erwan Ameil | 2017-11-16 | 5 | -5/+14 |
|/ / | |||||
* | | fix hot-reload settings | Shin'ya Ueoka | 2017-11-13 | 3 | -6/+6 |
| | | |||||
* | | fix 0/$ | Shin'ya Ueoka | 2017-11-12 | 1 | -2/+2 |
| | | |||||
* | | support mutliple modifiers for key bindings | Shin'ya Ueoka | 2017-11-11 | 7 | -31/+41 |
| | | |||||
* | | remove unused actions and fix test | Shin'ya Ueoka | 2017-11-11 | 3 | -20/+1 |
| | |