aboutsummaryrefslogtreecommitdiff
path: root/src/content
Commit message (Expand)AuthorAgeFilesLines
* 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 elementsCihan Demirci2020-10-101-18/+23
* | 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
|/
* Merge pull request #823 from dev-output/focus-inputs-missing-typeShin'ya Ueoka2020-09-211-1/+1
|\
| * 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
|\
| * 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 to cl...yoloClin2020-08-021-0/+1
* | Merge pull request #755 from MatiasStorm/improved_scrollingShin'ya Ueoka2020-08-101-11/+14
|\ \
| * | 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
* 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