Commit graph

61 commits

Author SHA1 Message Date
Shin'ya Ueoka
c60d0e7392 Rename .js/.jsx to .ts/.tsx 2019-05-02 11:14:19 +09:00
Shin'ya Ueoka
8f2b786177 Embed style by script 2019-04-26 23:18:47 +09:00
Shin'ya Ueoka
4f342102c0 Remove repeat properties 2019-02-11 20:06:31 +09:00
Shin'ya Ueoka
63b93ce1ca Use webextension message to console 2018-11-18 18:47:35 +09:00
Shin'ya Ueoka
e248477ecb Scroll on global mark and handle gone tab 2018-10-12 14:59:45 +09:00
Shin'ya Ueoka
003742ec51 Support global marks which select a tab 2018-10-12 10:14:33 +09:00
Shin'ya Ueoka
6e6e306275 Store local marks 2018-10-11 17:42:38 +09:00
Magnus Bergmark
b45ffea6a4
Allow following <summary> elements 2018-07-16 13:04:26 +02:00
Shin'ya Ueoka
efa1cb3967 Use official redux on content 2018-07-08 11:44:37 +09:00
Shin'ya Ueoka
cf0dcf2522 blacklist as an util 2018-07-08 11:44:37 +09:00
Shin'ya Ueoka
327144a3aa [wip] content 2018-07-08 11:44:37 +09:00
Shin'ya Ueoka
7f56a08f3b Use async/await on content script 2018-06-17 22:04:00 +09:00
Shin'ya Ueoka
45a65b38db Fix no previous search keywords 2018-06-17 11:42:34 +09:00
Shin'ya Ueoka
0496d7e269 SHow error if not previous keywords 2018-06-17 10:35:32 +09:00
Shin'ya Ueoka
cf30ef0cd5 update indicator on loaded 2018-05-06 21:35:11 +09:00
Shin'ya Ueoka
6d057a974b Toggle add-on enabled by clicking indicator 2018-05-06 22:47:58 +09:00
Shin'ya Ueoka
129aae38df Indicator shows the add-on enabled 2018-05-06 22:30:04 +09:00
Shin'ya Ueoka
4d7c24f38a Merge remote-tracking branch 'origin/master' into background-adjacent-tabs 2018-05-01 13:51:07 +09:00
Shin'ya Ueoka
4923cb20c7 remove redundant checks 2018-03-06 21:59:08 +09:00
Shin'ya Ueoka
93bd0bc54f show message on find 2018-03-06 21:56:54 +09:00
Shin'ya Ueoka
8cc7d472df Cancel following by <C-[> 2018-02-26 21:23:21 +09:00
Shin'ya Ueoka
c69fdbb14a Cancel key input by <C-[> 2018-02-26 21:23:09 +09:00
Shin'ya Ueoka
335b9ca474 fix smooth scroll on key repeated 2018-01-13 19:51:22 +09:00
Shin'ya Ueoka
2ca1b54faa add smoothscroll property 2018-01-13 16:24:24 +09:00
Shin'ya Ueoka
03bb124cce support custom chars as hintchars 2018-01-11 22:02:38 +09:00
usk
de7883329b do not follow link which has aria-hidden attribute or aria-disabled attribute 2017-12-24 06:29:07 +09:00
Shin'ya Ueoka
7803739227
Merge pull request #133 from usk/follow-some-buttons-on-mobile.twitter.com
add support for following some buttons on mobile.twitter.com
2017-11-18 22:13:46 +09:00
Erwan Ameil
177940981e Open adjacent tabs and background tabs 2017-11-16 13:03:38 +00:00
Shin'ya Ueoka
1a6d13840e maximize z-index of hints 2017-11-15 21:26:06 +09:00
Shin'ya Ueoka
c202ab0529 fix hot-reload settings 2017-11-13 19:44:19 +09:00
Shin'ya Ueoka
036ede3379 support mutliple modifiers for key bindings 2017-11-11 20:34:31 +09:00
Shin'ya Ueoka
12db4943ee show error on find and wrap search 2017-11-11 16:16:10 +09:00
Shin'ya Ueoka
e021504356 first find implementation 2017-11-11 16:16:01 +09:00
Shin'ya Ueoka
7e6b8262b5 fix settings reload on content 2017-11-05 11:48:11 +09:00
usk
764d7a34bd add support for following some buttons on mobile.twitter.com
The buttons are:

  * reply
  * retweet
  * favorite
  * direct message
  * drop down menu
2017-11-05 10:33:03 +09:00
Shin'ya Ueoka
387524a407 fix plugin load 2017-11-05 07:47:05 +09:00
Shin'ya Ueoka
14241ca842 support following area tags 2017-10-31 21:37:53 +09:00
Shin'ya Ueoka
2c600786c8 rename to follow-controller 2017-10-31 19:34:32 +09:00
Shin'ya Ueoka
24c7369451 Remove update propagation 2017-10-31 19:34:32 +09:00
Shin'ya Ueoka
fda4c95b89 allow to open target='_blank' link 2017-10-25 21:05:28 +09:00
Shin'ya Ueoka
6b60d09ae2 follow [tabindex]
the [tabindex] elements are used in gmail
2017-10-23 20:40:09 +09:00
Shin'ya Ueoka
a57cdbd5b5 dom helper 2017-10-23 20:10:05 +09:00
Shin'ya Ueoka
b9f2668cea add blacklist setting 2017-10-22 22:17:00 +09:00
Shin'ya Ueoka
c6eb5553d0 add setting actions in content 2017-10-22 20:14:38 +09:00
Shin'ya Ueoka
dc6d93c1da enable/disable addon by keys 2017-10-21 19:40:22 +09:00
Shin'ya Ueoka
cd6f7e7788 support shift modifier 2017-10-21 12:50:53 +09:00
Shin'ya Ueoka
214a5103f3 emit mapped keys from input-component 2017-10-21 12:47:44 +09:00
Shin'ya Ueoka
c2a663a64d clean 2017-10-21 10:13:20 +09:00
Shin'ya Ueoka
903c9c78b7 remove message propagation 2017-10-18 22:04:30 +09:00
Shin'ya Ueoka
74c53b9040 fix settings reload 2017-10-17 22:01:01 +09:00