aboutsummaryrefslogtreecommitdiff
path: root/src/content
Commit message (Expand)AuthorAgeFilesLines
...
* Rename .js/.jsx to .ts/.tsxShin'ya Ueoka2019-05-0233-0/+0
* Embed style by scriptShin'ya Ueoka2019-04-266-26/+31
* show yanked urlamin roosta2019-04-131-1/+1
* Work around for scrollBy() after scrollTo() does not workShin'ya Ueoka2019-03-091-15/+8
* Fix scroller targetShin'ya Ueoka2019-03-091-2/+2
* Increase scroll deltaShin'ya Ueoka2019-02-111-2/+2
* Remove repeat propertiesShin'ya Ueoka2019-02-112-5/+5
* Clean scrollerShin'ya Ueoka2019-02-111-28/+40
* Make smooth-scroll smootherShin'ya Ueoka2019-02-111-65/+30
* Add gh/gH to open home pageShin'ya Ueoka2018-12-091-1/+1
* Use webextension message to consoleShin'ya Ueoka2018-11-184-38/+20
* Scroll on global mark and handle gone tabShin'ya Ueoka2018-10-122-2/+9
* Support global marks which select a tabShin'ya Ueoka2018-10-122-2/+33
* Store local marksShin'ya Ueoka2018-10-115-16/+91
* Store x position into marksShin'ya Ueoka2018-10-112-2/+3
* Make setMode false on mark is setShin'ya Ueoka2018-10-111-1/+1
* Rename mode acton and reducerShin'ya Ueoka2018-10-112-5/+10
* Add mark action and reducerShin'ya Ueoka2018-10-113-0/+56
* correct INPUT_KEY_PRESS action nameStefan2018-08-301-1/+1
* Merge pull request #432 from Mange/follow-details-summaryShin'ya Ueoka2018-07-291-1/+2
|\
| * Allow following <summary> elementsMagnus Bergmark2018-07-161-1/+2
* | Search keywords on pasteShin'ya Ueoka2018-07-282-9/+12
|/
* Use combineReducersShin'ya Ueoka2018-07-111-24/+9
* Use official redux on contentShin'ya Ueoka2018-07-088-52/+30
* blacklist as an utilShin'ya Ueoka2018-07-081-21/+10
* [wip] contentShin'ya Ueoka2018-07-086-58/+86
* fix but failedShin'ya Ueoka2018-06-288-38/+28
* Use async/await on content scriptShin'ya Ueoka2018-06-172-30/+29
* Fix no previous search keywordsShin'ya Ueoka2018-06-172-13/+9
* SHow error if not previous keywordsShin'ya Ueoka2018-06-171-0/+13
* update indicator on loadedShin'ya Ueoka2018-05-062-1/+3
* Toggle add-on enabled by clicking indicatorShin'ya Ueoka2018-05-061-1/+4
* Indicator shows the add-on enabledShin'ya Ueoka2018-05-062-0/+21
* Merge remote-tracking branch 'origin/master' into background-adjacent-tabsShin'ya Ueoka2018-05-0116-137/+316
|\
| * set find keyword from backgroundShin'ya Ueoka2018-03-072-19/+34
| * remove redundant checksShin'ya Ueoka2018-03-061-21/+0
| * show message on findShin'ya Ueoka2018-03-064-6/+28
| * hide console on <Esc> and <C-{>Shin'ya Ueoka2018-03-041-1/+8
| * Cancel following by <C-[>Shin'ya Ueoka2018-02-262-2/+7
| * Cancel key input by <C-[>Shin'ya Ueoka2018-02-261-1/+5
| * focus on visible elementsShin'ya Ueoka2018-01-152-22/+7
| * implement focus inputShin'ya Ueoka2018-01-132-0/+13
| * Merge pull request #300 from usk/feature/open-clipboard's-urlShin'ya Ueoka2018-01-132-1/+27
| |\
| | * open clipboard's URL in current/new tabusk2018-01-032-1/+27
| * | fix smooth scroll on key repeatedShin'ya Ueoka2018-01-133-28/+54
| * | clean scrollsShin'ya Ueoka2018-01-131-38/+51
| * | add smoothscroll propertyShin'ya Ueoka2018-01-133-23/+34
| * | add smooth scrollShin'ya Ueoka2018-01-131-7/+50
| * | remove window from scrollsShin'ya Ueoka2018-01-132-37/+37
| * | support custom chars as hintcharsShin'ya Ueoka2018-01-111-4/+8
| |/