aboutsummaryrefslogtreecommitdiff
path: root/src/content
Commit message (Collapse)AuthorAgeFilesLines
* Create find targets by port connectionsShin'ya Ueoka2021-09-251-1/+15
|
* Implement FindNextOperatorShin'ya Ueoka2021-07-056-2/+81
|
* Return a value to background scriptShin'ya Ueoka2021-07-052-11/+10
| | | | | | This change makes the content script able to return a value to the background script by the following steps: 1) receive messages in a single listener, 2) return value with Promise in `onMessage`.
* Remove legacy findShin'ya Ueoka2021-07-0512-257/+0
|
* Merge pull request #1204 from ueokande/fix-keyword-pasteShin'ya Ueoka2021-07-041-1/+1
|\ | | | | Read clipboard from textarea element's value
| * Read clipboard from textarea element's valueShin'ya Ueoka2021-07-041-1/+1
| |
* | yarn lint:fixShin'ya Ueoka2021-07-0411-16/+22
|/
* Show an error on mark not setShin'ya Ueoka2021-04-141-2/+3
|
* change bootstrap orderShin'ya Ueoka2021-03-212-10/+12
|
* Inject iframe on top windowShin'ya Ueoka2021-03-212-4/+12
|
* Attach/detach console iframe on addon enabled/disabledShin'ya Ueoka2021-03-217-22/+61
|
* Load content scripts on document.body is readyShin'ya Ueoka2021-03-212-12/+49
|
* Resize console dynamicallyShin'ya Ueoka2021-03-145-1/+20
|
* npm run lint:fixShin'ya UEOKA2020-12-271-6/+11
|
* Merge pull request #854 from femnad/825-fix-scroll-up-from-bottomShin'ya Ueoka2020-12-271-18/+23
|\ | | | | Check scrollability by actually scrolling elements
| * Check scrollability by actually scrolling elementsCihan Demirci2020-10-101-18/+23
| | | | | | | | | | | | | | | | | | | | Addresses #825 In addition to style checks, actually scroll an element (and restore back) to verify that it can be scrolled. Inspiration from [Vimium](https://github.com/philc/vimium) scrolling code.
* | Remove unused usecasesShin'ya Ueoka2020-12-095-121/+0
| |
* | Add operators' testShin'ya Ueoka2020-12-098-31/+37
| |
* | extract independent classesShin'ya Ueoka2020-12-0928-323/+403
| |
* | Make operators as a strategy patternShin'ya Ueoka2020-12-0915-78/+590
| |
* | Make HintKeyRepositoryShin'ya Ueoka2020-12-095-84/+61
| |
* | Update ScrollPresenter.tsTeepaBlue2020-12-031-1/+1
|/ | | fix a typo
* Merge pull request #823 from dev-output/focus-inputs-missing-typeShin'ya Ueoka2020-09-211-1/+1
|\ | | | | Focus inputs without type
| * Focus inputs without typeSteve Fromwork2020-08-311-1/+1
| |
* | Prevent setting of console frame borderSteve Fromwork2020-08-311-1/+1
| |
* | Prevent setting of console frame backgroundSteve Fromwork2020-08-311-1/+1
|/
* 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
|