aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #307 from ueokande/smooth-scrollShin'ya Ueoka2018-01-135-46/+142
|\ | | | | Smooth scroll
| * fix smooth scroll on key repeatedShin'ya Ueoka2018-01-134-28/+55
| |
| * clean scrollsShin'ya Ueoka2018-01-131-38/+51
| |
| * add smoothscroll propertyShin'ya Ueoka2018-01-134-23/+36
| |
| * add smooth scrollShin'ya Ueoka2018-01-131-7/+50
| |
| * remove window from scrollsShin'ya Ueoka2018-01-132-37/+37
|/
* Merge pull request #306 from ueokande/custom-hint-keysShin'ya Ueoka2018-01-132-12/+15
|\ | | | | support custom chars as hintchars
| * support custom chars as hintcharsShin'ya Ueoka2018-01-112-12/+15
|/
* Merge pull request #303 from ueokande/propertiesShin'ya Ueoka2018-01-1125-201/+691
|\ | | | | Properties support
| * implement set optionShin'ya Ueoka2018-01-112-6/+22
| |
| * fix property parserShin'ya Ueoka2018-01-112-1/+8
| |
| * move commands to background actionShin'ya Ueoka2018-01-117-105/+147
| |
| * add set property action in backgroundShin'ya Ueoka2018-01-104-2/+36
| |
| * separate setting actions and reducersShin'ya Ueoka2018-01-089-16/+96
| |
| * default propertiesShin'ya Ueoka2018-01-081-3/+4
| |
| * property parserShin'ya Ueoka2018-01-082-0/+72
| |
| * separate commandShin'ya Ueoka2018-01-083-86/+90
| |
| * default property valuesShin'ya Ueoka2018-01-085-12/+24
| |
| * Set default propertiesShin'ya Ueoka2018-01-081-0/+2
| |
| * Add PropertiesFormShin'ya Ueoka2018-01-054-0/+168
| |
| * add property to settingsShin'ya Ueoka2018-01-054-9/+61
| |
| * move settings validatorShin'ya Ueoka2018-01-053-2/+2
|/
* Merge pull request #301 from ueokande/zip-archiveShin'ya Ueoka2018-01-044-21/+63
|\ | | | | Zip archive
| * support node6Shin'ya Ueoka2018-01-031-1/+1
| |
| * use new package scriptShin'ya Ueoka2018-01-032-21/+1
| |
| * add package scriptShin'ya Ueoka2018-01-031-0/+55
| |
| * install adm-zipShin'ya Ueoka2018-01-032-0/+7
|/
* Merge pull request #295 from ueokande/release-0.8Shin'ya Ueoka2017-12-301-1/+1
|\ | | | | Bump a version
| * Bump a versionShin'ya Ueoka2017-12-301-1/+1
|/
* Merge pull request #294 from ueokande/qa-0.8Shin'ya Ueoka2017-12-301-49/+0
|\ | | | | QA 0.8
| * update QAShin'ya Ueoka2017-12-301-49/+0
|/
* Merge pull request #291 from ↵Shin'ya Ueoka2017-12-281-0/+16
|\ | | | | | | | | usk/feature/do-not-follow-link-which-has-aria-hidden-attribute-or-aria-disabled-attribute do not follow link which has aria-hidden attribute or aria-disabled a…
| * do not follow link which has aria-hidden attribute or aria-disabled attributeusk2017-12-241-0/+16
| |
* | Merge pull request #293 from l4foss/fix_settings_typosShin'ya Ueoka2017-12-281-2/+2
|\ \ | |/ |/| fix scroll settings typos
| * fix scroll settings typosl42017-12-281-2/+2
|/
* Merge pull request #221 from kleschenko/fixed_completionShin'ya Ueoka2017-12-221-1/+0
|\ | | | | Fix history completion to show most frequent results first.
| * Fix history completion to show most frequent results first.Kostyantyn Leschenko2017-11-201-1/+0
| |
* | Merge pull request #280 from c01o/patch-2Shin'ya Ueoka2017-12-121-2/+2
|\ \ | | | | | | Fix typo
| * | Fix typoc01o2017-12-121-2/+2
|/ /
* | Merge pull request #274 from YourFin/masterShin'ya Ueoka2017-12-072-4/+4
|\ \ | | | | | | Fix grammar: histories -> history
| * | Fix grammar: histories -> historyYourFin2017-12-062-4/+4
|/ /
* | Merge pull request #263 from ueokande/david-dm.orgShin'ya Ueoka2017-11-303-133/+187
|\ \ | | | | | | david-dm.org
| * | update style-loaderShin'ya Ueoka2017-11-302-4/+4
| | |
| * | update mochaShin'ya Ueoka2017-11-302-121/+26
| | |
| * | Update babel-eslintShin'ya Ueoka2017-11-302-8/+156
| | |
| * | add david-dm badgeShin'ya Ueoka2017-11-301-0/+1
|/ /
* | Merge pull request #240 from chocolateboy/pagination-tweaksShin'ya Ueoka2017-11-302-25/+30
|\ \ | | | | | | Pagination tweaks and fixes
| * | pagination tweaks and fixes:chocolateboy2017-11-232-25/+30
| |/ | | | | | | | | | | | | | | - 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 #252 from ollef/patch-1Shin'ya Ueoka2017-11-291-2/+2
|\ \ | | | | | | Use encodeURIComponent for search queries
| * | Use encodeURIComponent for search queriesOlle Fredriksson2017-11-261-2/+2
| | | | | | | | | Should fix issue #244.