aboutsummaryrefslogtreecommitdiff
path: root/src/content
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #798 from ueokande/eslintShin'ya Ueoka2020-08-123-23/+3
|\ | | | | Improve eslint
| * Enable @typescript-eslint/no-extra-non-null-assertionShin'ya Ueoka2020-08-112-3/+3
| |
| * Enable @typescript-eslint/no-namespaceShin'ya Ueoka2020-08-111-20/+0
| |
* | Merge pull request #783 from YoloClin/follow-js-click-last-ditch-effortShin'ya Ueoka2020-08-121-0/+1
|\ \ | |/ |/| When no href value exists on a link the user selects to follow, attempt pt to click() the link to blindly trigger any JS events bound to it
| * When no href value exists on a link the user selects to follow, attempt to ↵yoloClin2020-08-021-0/+1
| | | | | | | | click() the link to blindly trigger any JS events bound to it
* | Merge pull request #755 from MatiasStorm/improved_scrollingShin'ya Ueoka2020-08-101-11/+14
|\ \ | | | | | | Minor improvements to ScrollPresenter
| * | Minor improvements to ScrollPresenterMatiasStorm2020-05-111-11/+14
| |/
* | Reverted change in getTargetsMatiasStorm2020-05-121-1/+1
| |
* | Removed performance measurementsMatiasStorm2020-05-121-3/+0
| |
* | Added elements with the 'onclick' attribute to allowed hintsMatiasStorm2020-05-122-2/+9
|/
* Use plugin:prettier/recommendedShin'ya Ueoka2020-04-1360-635/+641
|
* Clear keys on window blurShin'ya Ueoka2020-02-053-0/+15
|
* Enable addon on blacklisted sitesShin'ya Ueoka2019-12-222-6/+6
|
* npm run lint:fixShin'ya Ueoka2019-12-2232-145/+145
|
* Rename count to repeatShin'ya Ueoka2019-12-213-10/+10
|
* Add numeric prefix to repeat a commandShin'ya Ueoka2019-12-213-52/+49
|
* Repeat content operation with a numeric prefixShin'ya Ueoka2019-12-132-95/+103
|
* Add prefix functions in KeySequenceShin'ya Ueoka2019-12-133-2/+93
|
* Ignore keys on partial blacklistShin'ya UEOKA2019-10-083-0/+26
|
* Add partial blacklist itemShin'ya UEOKA2019-10-071-1/+2
|
* Move Key to settingsShin'ya UEOKA2019-10-0710-162/+46
|
* Make Settings classShin'ya UEOKA2019-10-063-4/+4
|
* Make Blacklist classShin'ya UEOKA2019-10-061-5/+1
|
* Make Keymap classShin'ya UEOKA2019-10-062-15/+10
|
* Make KeySequence classShin'ya UEOKA2019-10-063-39/+29
|
* Make key classShin'ya UEOKA2019-10-064-60/+81
|
* Do not map Ctrl+C on imputShin'ya Ueoka2019-09-051-3/+0
|
* Cancel follow mode and console by Ctrl-CShin'ya Ueoka2019-09-051-1/+10
|
* Add an option to close the current tab and select the tab to the leftchocolateboy2019-07-281-1/+1
| | | | | | | | | | | | | | Add an option to tabs.close to close the current tab and select the tab to the left. Bound to `D` by default, which replaces the tabs.close.right command, which is rarely-used. [1] The old `D` behavior has been moved to `gd`. + update the README and fix some lint errors [1] https://tinyurl.com/y4mj7hjy
* Prepare target='_blank'Shin'ya UEOKA2019-05-261-5/+5
|
* Repeat open, tabopen and winopen commandShin'ya Ueoka2019-05-252-3/+25
|
* Repeat last operationShin'ya Ueoka2019-05-253-5/+11
|
* Move open parent and open root to backgroundShin'ya Ueoka2019-05-243-43/+0
|
* Move some navigation operations to backgroundShin'ya Ueoka2019-05-233-12/+41
|
* Use @typescript-eslint/semi ruleShin'ya Ueoka2019-05-2228-56/+1
|
* FollowSlaveClient as a factory patternShin'ya Ueoka2019-05-213-21/+41
|
* Use TSyringe on content scriptShin'ya Ueoka2019-05-2130-427/+381
|
* Add HintKeyProducerShin'ya Ueoka2019-05-192-1/+39
|
* Add NavigationPresenterShin'ya Ueoka2019-05-194-91/+116
|
* Make routesShin'ya Ueoka2019-05-197-127/+201
|
* Remove unused componentsShin'ya Ueoka2019-05-1919-860/+1
|
* Follow as a clean architectureShin'ya Ueoka2019-05-1910-9/+492
|
* Show consoleShin'ya Ueoka2019-05-181-0/+6
|
* Define Key and KeySequenceShin'ya Ueoka2019-05-1815-139/+178
|
* Mark keys as a clean archtectureShin'ya Ueoka2019-05-188-7/+200
|
* Keymaps as a clean architecture [WIP]Shin'ya Ueoka2019-05-1813-16/+491
|
* Define client and presenter for followShin'ya Ueoka2019-05-188-177/+354
|
* Send properties on activateShin'ya Ueoka2019-05-172-15/+8
|
* Hints as a classesShin'ya Ueoka2019-05-174-120/+160
|
* Clipbaord as a clean architectureShin'ya Ueoka2019-05-115-48/+113
|