Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update ScrollPresenter.ts | TeepaBlue | 2020-12-03 | 1 | -1/+1 |
* | Merge pull request #823 from dev-output/focus-inputs-missing-type | Shin'ya Ueoka | 2020-09-21 | 1 | -1/+1 |
|\ | |||||
| * | Focus inputs without type | Steve Fromwork | 2020-08-31 | 1 | -1/+1 |
* | | Prevent setting of console frame border | Steve Fromwork | 2020-08-31 | 1 | -1/+1 |
* | | Prevent setting of console frame background | Steve Fromwork | 2020-08-31 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #798 from ueokande/eslint | Shin'ya Ueoka | 2020-08-12 | 3 | -23/+3 |
|\ | |||||
| * | Enable @typescript-eslint/no-extra-non-null-assertion | Shin'ya Ueoka | 2020-08-11 | 2 | -3/+3 |
| * | Enable @typescript-eslint/no-namespace | Shin'ya Ueoka | 2020-08-11 | 1 | -20/+0 |
* | | Merge pull request #783 from YoloClin/follow-js-click-last-ditch-effort | Shin'ya Ueoka | 2020-08-12 | 1 | -0/+1 |
|\ \ | |/ |/| | |||||
| * | When no href value exists on a link the user selects to follow, attempt to cl... | yoloClin | 2020-08-02 | 1 | -0/+1 |
* | | Merge pull request #755 from MatiasStorm/improved_scrolling | Shin'ya Ueoka | 2020-08-10 | 1 | -11/+14 |
|\ \ | |||||
| * | | Minor improvements to ScrollPresenter | MatiasStorm | 2020-05-11 | 1 | -11/+14 |
| |/ | |||||
* | | Reverted change in getTargets | MatiasStorm | 2020-05-12 | 1 | -1/+1 |
* | | Removed performance measurements | MatiasStorm | 2020-05-12 | 1 | -3/+0 |
* | | Added elements with the 'onclick' attribute to allowed hints | MatiasStorm | 2020-05-12 | 2 | -2/+9 |
|/ | |||||
* | Use plugin:prettier/recommended | Shin'ya Ueoka | 2020-04-13 | 60 | -635/+641 |
* | Clear keys on window blur | Shin'ya Ueoka | 2020-02-05 | 3 | -0/+15 |
* | Enable addon on blacklisted sites | Shin'ya Ueoka | 2019-12-22 | 2 | -6/+6 |
* | npm run lint:fix | Shin'ya Ueoka | 2019-12-22 | 32 | -145/+145 |
* | Rename count to repeat | Shin'ya Ueoka | 2019-12-21 | 3 | -10/+10 |
* | Add numeric prefix to repeat a command | Shin'ya Ueoka | 2019-12-21 | 3 | -52/+49 |
* | Repeat content operation with a numeric prefix | Shin'ya Ueoka | 2019-12-13 | 2 | -95/+103 |
* | Add prefix functions in KeySequence | Shin'ya Ueoka | 2019-12-13 | 3 | -2/+93 |
* | Ignore keys on partial blacklist | Shin'ya UEOKA | 2019-10-08 | 3 | -0/+26 |
* | Add partial blacklist item | Shin'ya UEOKA | 2019-10-07 | 1 | -1/+2 |
* | Move Key to settings | Shin'ya UEOKA | 2019-10-07 | 10 | -162/+46 |
* | Make Settings class | Shin'ya UEOKA | 2019-10-06 | 3 | -4/+4 |
* | Make Blacklist class | Shin'ya UEOKA | 2019-10-06 | 1 | -5/+1 |
* | Make Keymap class | Shin'ya UEOKA | 2019-10-06 | 2 | -15/+10 |
* | Make KeySequence class | Shin'ya UEOKA | 2019-10-06 | 3 | -39/+29 |
* | Make key class | Shin'ya UEOKA | 2019-10-06 | 4 | -60/+81 |
* | Do not map Ctrl+C on imput | Shin'ya Ueoka | 2019-09-05 | 1 | -3/+0 |
* | Cancel follow mode and console by Ctrl-C | Shin'ya Ueoka | 2019-09-05 | 1 | -1/+10 |
* | Add an option to close the current tab and select the tab to the left | chocolateboy | 2019-07-28 | 1 | -1/+1 |
* | Prepare target='_blank' | Shin'ya UEOKA | 2019-05-26 | 1 | -5/+5 |
* | Repeat open, tabopen and winopen command | Shin'ya Ueoka | 2019-05-25 | 2 | -3/+25 |
* | Repeat last operation | Shin'ya Ueoka | 2019-05-25 | 3 | -5/+11 |
* | Move open parent and open root to background | Shin'ya Ueoka | 2019-05-24 | 3 | -43/+0 |
* | Move some navigation operations to background | Shin'ya Ueoka | 2019-05-23 | 3 | -12/+41 |
* | Use @typescript-eslint/semi rule | Shin'ya Ueoka | 2019-05-22 | 28 | -56/+1 |
* | FollowSlaveClient as a factory pattern | Shin'ya Ueoka | 2019-05-21 | 3 | -21/+41 |
* | Use TSyringe on content script | Shin'ya Ueoka | 2019-05-21 | 30 | -427/+381 |
* | Add HintKeyProducer | Shin'ya Ueoka | 2019-05-19 | 2 | -1/+39 |
* | Add NavigationPresenter | Shin'ya Ueoka | 2019-05-19 | 4 | -91/+116 |
* | Make routes | Shin'ya Ueoka | 2019-05-19 | 7 | -127/+201 |
* | Remove unused components | Shin'ya Ueoka | 2019-05-19 | 19 | -860/+1 |
* | Follow as a clean architecture | Shin'ya Ueoka | 2019-05-19 | 10 | -9/+492 |
* | Show console | Shin'ya Ueoka | 2019-05-18 | 1 | -0/+6 |
* | Define Key and KeySequence | Shin'ya Ueoka | 2019-05-18 | 15 | -139/+178 |
* | Mark keys as a clean archtecture | Shin'ya Ueoka | 2019-05-18 | 8 | -7/+200 |