aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/background/controllers/AddonEnabledController.ts (renamed from src/background/controllers/AddonEnabledController.js)0
-rw-r--r--src/background/controllers/CommandController.ts (renamed from src/background/controllers/CommandController.js)0
-rw-r--r--src/background/controllers/FindController.ts (renamed from src/background/controllers/FindController.js)0
-rw-r--r--src/background/controllers/LinkController.ts (renamed from src/background/controllers/LinkController.js)0
-rw-r--r--src/background/controllers/MarkController.ts (renamed from src/background/controllers/MarkController.js)0
-rw-r--r--src/background/controllers/OperationController.ts (renamed from src/background/controllers/OperationController.js)0
-rw-r--r--src/background/controllers/SettingController.ts (renamed from src/background/controllers/SettingController.js)0
-rw-r--r--src/background/controllers/VersionController.ts (renamed from src/background/controllers/VersionController.js)0
-rw-r--r--src/background/controllers/version.ts (renamed from src/background/controllers/version.js)0
-rw-r--r--src/background/domains/CommandDocs.ts (renamed from src/background/domains/CommandDocs.js)0
-rw-r--r--src/background/domains/CompletionGroup.ts (renamed from src/background/domains/CompletionGroup.js)0
-rw-r--r--src/background/domains/CompletionItem.ts (renamed from src/background/domains/CompletionItem.js)0
-rw-r--r--src/background/domains/Completions.ts (renamed from src/background/domains/Completions.js)0
-rw-r--r--src/background/domains/GlobalMark.ts (renamed from src/background/domains/GlobalMark.js)0
-rw-r--r--src/background/domains/Setting.ts (renamed from src/background/domains/Setting.js)0
-rw-r--r--src/background/index.ts (renamed from src/background/index.js)0
-rw-r--r--src/background/infrastructures/ConsoleClient.ts (renamed from src/background/infrastructures/ConsoleClient.js)0
-rw-r--r--src/background/infrastructures/ContentMessageClient.ts (renamed from src/background/infrastructures/ContentMessageClient.js)0
-rw-r--r--src/background/infrastructures/ContentMessageListener.ts (renamed from src/background/infrastructures/ContentMessageListener.js)0
-rw-r--r--src/background/infrastructures/MemoryStorage.ts (renamed from src/background/infrastructures/MemoryStorage.js)0
-rw-r--r--src/background/presenters/IndicatorPresenter.ts (renamed from src/background/presenters/IndicatorPresenter.js)0
-rw-r--r--src/background/presenters/NotifyPresenter.ts (renamed from src/background/presenters/NotifyPresenter.js)0
-rw-r--r--src/background/presenters/TabPresenter.ts (renamed from src/background/presenters/TabPresenter.js)0
-rw-r--r--src/background/presenters/WindowPresenter.ts (renamed from src/background/presenters/WindowPresenter.js)0
-rw-r--r--src/background/repositories/BookmarkRepository.ts (renamed from src/background/repositories/BookmarkRepository.js)0
-rw-r--r--src/background/repositories/BrowserSettingRepository.ts (renamed from src/background/repositories/BrowserSettingRepository.js)0
-rw-r--r--src/background/repositories/CompletionsRepository.ts (renamed from src/background/repositories/CompletionsRepository.js)0
-rw-r--r--src/background/repositories/FindRepository.ts (renamed from src/background/repositories/FindRepository.js)0
-rw-r--r--src/background/repositories/MarkRepository.ts (renamed from src/background/repositories/MarkRepository.js)0
-rw-r--r--src/background/repositories/PersistentSettingRepository.ts (renamed from src/background/repositories/PersistentSettingRepository.js)0
-rw-r--r--src/background/repositories/SettingRepository.ts (renamed from src/background/repositories/SettingRepository.js)0
-rw-r--r--src/background/repositories/VersionRepository.ts (renamed from src/background/repositories/VersionRepository.js)0
-rw-r--r--src/background/usecases/AddonEnabledUseCase.ts (renamed from src/background/usecases/AddonEnabledUseCase.js)0
-rw-r--r--src/background/usecases/CommandUseCase.ts (renamed from src/background/usecases/CommandUseCase.js)0
-rw-r--r--src/background/usecases/CompletionsUseCase.ts (renamed from src/background/usecases/CompletionsUseCase.js)0
-rw-r--r--src/background/usecases/ConsoleUseCase.ts (renamed from src/background/usecases/ConsoleUseCase.js)0
-rw-r--r--src/background/usecases/FindUseCase.ts (renamed from src/background/usecases/FindUseCase.js)0
-rw-r--r--src/background/usecases/LinkUseCase.ts (renamed from src/background/usecases/LinkUseCase.js)0
-rw-r--r--src/background/usecases/MarkUseCase.ts (renamed from src/background/usecases/MarkUseCase.js)0
-rw-r--r--src/background/usecases/SettingUseCase.ts (renamed from src/background/usecases/SettingUseCase.js)0
-rw-r--r--src/background/usecases/TabSelectUseCase.ts (renamed from src/background/usecases/TabSelectUseCase.js)0
-rw-r--r--src/background/usecases/TabUseCase.ts (renamed from src/background/usecases/TabUseCase.js)0
-rw-r--r--src/background/usecases/VersionUseCase.ts (renamed from src/background/usecases/VersionUseCase.js)0
-rw-r--r--src/background/usecases/ZoomUseCase.ts (renamed from src/background/usecases/ZoomUseCase.js)0
-rw-r--r--src/background/usecases/filters.ts (renamed from src/background/usecases/filters.js)0
-rw-r--r--src/background/usecases/parsers.ts (renamed from src/background/usecases/parsers.js)0
-rw-r--r--src/console/actions/console.ts (renamed from src/console/actions/console.js)0
-rw-r--r--src/console/actions/index.ts (renamed from src/console/actions/index.js)0
-rw-r--r--src/console/components/Console.tsx (renamed from src/console/components/Console.jsx)0
-rw-r--r--src/console/components/console/Completion.tsx (renamed from src/console/components/console/Completion.jsx)0
-rw-r--r--src/console/components/console/CompletionItem.tsx (renamed from src/console/components/console/CompletionItem.jsx)0
-rw-r--r--src/console/components/console/CompletionTitle.tsx (renamed from src/console/components/console/CompletionTitle.jsx)0
-rw-r--r--src/console/components/console/Input.tsx (renamed from src/console/components/console/Input.jsx)0
-rw-r--r--src/console/components/console/Message.tsx (renamed from src/console/components/console/Message.jsx)0
-rw-r--r--src/console/index.tsx (renamed from src/console/index.jsx)0
-rw-r--r--src/console/reducers/index.ts (renamed from src/console/reducers/index.js)0
-rw-r--r--src/content/actions/addon.ts (renamed from src/content/actions/addon.js)0
-rw-r--r--src/content/actions/find.ts (renamed from src/content/actions/find.js)0
-rw-r--r--src/content/actions/follow-controller.ts (renamed from src/content/actions/follow-controller.js)0
-rw-r--r--src/content/actions/index.ts (renamed from src/content/actions/index.js)0
-rw-r--r--src/content/actions/input.ts (renamed from src/content/actions/input.js)0
-rw-r--r--src/content/actions/mark.ts (renamed from src/content/actions/mark.js)0
-rw-r--r--src/content/actions/operation.ts (renamed from src/content/actions/operation.js)0
-rw-r--r--src/content/actions/setting.ts (renamed from src/content/actions/setting.js)0
-rw-r--r--src/content/components/common/follow.ts (renamed from src/content/components/common/follow.js)0
-rw-r--r--src/content/components/common/hint.ts (renamed from src/content/components/common/hint.js)0
-rw-r--r--src/content/components/common/index.ts (renamed from src/content/components/common/index.js)0
-rw-r--r--src/content/components/common/input.ts (renamed from src/content/components/common/input.js)0
-rw-r--r--src/content/components/common/keymapper.ts (renamed from src/content/components/common/keymapper.js)0
-rw-r--r--src/content/components/common/mark.ts (renamed from src/content/components/common/mark.js)0
-rw-r--r--src/content/components/frame-content.ts (renamed from src/content/components/frame-content.js)0
-rw-r--r--src/content/components/top-content/find.ts (renamed from src/content/components/top-content/find.js)0
-rw-r--r--src/content/components/top-content/follow-controller.ts (renamed from src/content/components/top-content/follow-controller.js)0
-rw-r--r--src/content/components/top-content/index.ts (renamed from src/content/components/top-content/index.js)0
-rw-r--r--src/content/console-frames.ts (renamed from src/content/console-frames.js)0
-rw-r--r--src/content/focuses.ts (renamed from src/content/focuses.js)0
-rw-r--r--src/content/hint-key-producer.ts (renamed from src/content/hint-key-producer.js)0
-rw-r--r--src/content/index.ts (renamed from src/content/index.js)0
-rw-r--r--src/content/navigates.ts (renamed from src/content/navigates.js)0
-rw-r--r--src/content/reducers/addon.ts (renamed from src/content/reducers/addon.js)0
-rw-r--r--src/content/reducers/find.ts (renamed from src/content/reducers/find.js)0
-rw-r--r--src/content/reducers/follow-controller.ts (renamed from src/content/reducers/follow-controller.js)0
-rw-r--r--src/content/reducers/index.ts (renamed from src/content/reducers/index.js)0
-rw-r--r--src/content/reducers/input.ts (renamed from src/content/reducers/input.js)0
-rw-r--r--src/content/reducers/mark.ts (renamed from src/content/reducers/mark.js)0
-rw-r--r--src/content/reducers/setting.ts (renamed from src/content/reducers/setting.js)0
-rw-r--r--src/content/scrolls.ts (renamed from src/content/scrolls.js)0
-rw-r--r--src/content/site-style.ts (renamed from src/content/site-style.js)0
-rw-r--r--src/content/urls.ts (renamed from src/content/urls.js)0
-rw-r--r--src/settings/actions/index.ts (renamed from src/settings/actions/index.js)0
-rw-r--r--src/settings/actions/setting.ts (renamed from src/settings/actions/setting.js)0
-rw-r--r--src/settings/components/form/BlacklistForm.tsx (renamed from src/settings/components/form/BlacklistForm.jsx)0
-rw-r--r--src/settings/components/form/KeymapsForm.tsx (renamed from src/settings/components/form/KeymapsForm.jsx)0
-rw-r--r--src/settings/components/form/PropertiesForm.tsx (renamed from src/settings/components/form/PropertiesForm.jsx)0
-rw-r--r--src/settings/components/form/SearchForm.tsx (renamed from src/settings/components/form/SearchForm.jsx)0
-rw-r--r--src/settings/components/index.tsx (renamed from src/settings/components/index.jsx)0
-rw-r--r--src/settings/components/ui/AddButton.tsx (renamed from src/settings/components/ui/AddButton.jsx)0
-rw-r--r--src/settings/components/ui/DeleteButton.tsx (renamed from src/settings/components/ui/DeleteButton.jsx)0
-rw-r--r--src/settings/components/ui/Input.tsx (renamed from src/settings/components/ui/Input.jsx)0
-rw-r--r--src/settings/index.tsx (renamed from src/settings/index.jsx)0
-rw-r--r--src/settings/keymaps.ts (renamed from src/settings/keymaps.js)0
-rw-r--r--src/settings/reducers/setting.ts (renamed from src/settings/reducers/setting.js)0
-rw-r--r--src/shared/blacklists.ts (renamed from src/shared/blacklists.js)0
-rw-r--r--src/shared/messages.ts (renamed from src/shared/messages.js)0
-rw-r--r--src/shared/operations.ts (renamed from src/shared/operations.js)0
-rw-r--r--src/shared/settings/default.ts (renamed from src/shared/settings/default.js)0
-rw-r--r--src/shared/settings/properties.ts (renamed from src/shared/settings/properties.js)0
-rw-r--r--src/shared/settings/storage.ts (renamed from src/shared/settings/storage.js)0
-rw-r--r--src/shared/settings/validator.ts (renamed from src/shared/settings/validator.js)0
-rw-r--r--src/shared/settings/values.ts (renamed from src/shared/settings/values.js)0
-rw-r--r--src/shared/urls.ts (renamed from src/shared/urls.js)0
-rw-r--r--src/shared/utils/dom.ts (renamed from src/shared/utils/dom.js)0
-rw-r--r--src/shared/utils/keys.ts (renamed from src/shared/utils/keys.js)0
-rw-r--r--src/shared/utils/re.ts (renamed from src/shared/utils/re.js)0
114 files changed, 0 insertions, 0 deletions
diff --git a/src/background/controllers/AddonEnabledController.js b/src/background/controllers/AddonEnabledController.ts
index 9a3a521..9a3a521 100644
--- a/src/background/controllers/AddonEnabledController.js
+++ b/src/background/controllers/AddonEnabledController.ts
diff --git a/src/background/controllers/CommandController.js b/src/background/controllers/CommandController.ts
index b113709..b113709 100644
--- a/src/background/controllers/CommandController.js
+++ b/src/background/controllers/CommandController.ts
diff --git a/src/background/controllers/FindController.js b/src/background/controllers/FindController.ts
index caeff98..caeff98 100644
--- a/src/background/controllers/FindController.js
+++ b/src/background/controllers/FindController.ts
diff --git a/src/background/controllers/LinkController.js b/src/background/controllers/LinkController.ts
index 7e395b1..7e395b1 100644
--- a/src/background/controllers/LinkController.js
+++ b/src/background/controllers/LinkController.ts
diff --git a/src/background/controllers/MarkController.js b/src/background/controllers/MarkController.ts
index 0478369..0478369 100644
--- a/src/background/controllers/MarkController.js
+++ b/src/background/controllers/MarkController.ts
diff --git a/src/background/controllers/OperationController.js b/src/background/controllers/OperationController.ts
index 416aa9c..416aa9c 100644
--- a/src/background/controllers/OperationController.js
+++ b/src/background/controllers/OperationController.ts
diff --git a/src/background/controllers/SettingController.js b/src/background/controllers/SettingController.ts
index e895d72..e895d72 100644
--- a/src/background/controllers/SettingController.js
+++ b/src/background/controllers/SettingController.ts
diff --git a/src/background/controllers/VersionController.js b/src/background/controllers/VersionController.ts
index c596f9b..c596f9b 100644
--- a/src/background/controllers/VersionController.js
+++ b/src/background/controllers/VersionController.ts
diff --git a/src/background/controllers/version.js b/src/background/controllers/version.ts
index ec0f634..ec0f634 100644
--- a/src/background/controllers/version.js
+++ b/src/background/controllers/version.ts
diff --git a/src/background/domains/CommandDocs.js b/src/background/domains/CommandDocs.ts
index 734c68e..734c68e 100644
--- a/src/background/domains/CommandDocs.js
+++ b/src/background/domains/CommandDocs.ts
diff --git a/src/background/domains/CompletionGroup.js b/src/background/domains/CompletionGroup.ts
index 1749d72..1749d72 100644
--- a/src/background/domains/CompletionGroup.js
+++ b/src/background/domains/CompletionGroup.ts
diff --git a/src/background/domains/CompletionItem.js b/src/background/domains/CompletionItem.ts
index c7ad8a1..c7ad8a1 100644
--- a/src/background/domains/CompletionItem.js
+++ b/src/background/domains/CompletionItem.ts
diff --git a/src/background/domains/Completions.js b/src/background/domains/Completions.ts
index f399743..f399743 100644
--- a/src/background/domains/Completions.js
+++ b/src/background/domains/Completions.ts
diff --git a/src/background/domains/GlobalMark.js b/src/background/domains/GlobalMark.ts
index f0586f1..f0586f1 100644
--- a/src/background/domains/GlobalMark.js
+++ b/src/background/domains/GlobalMark.ts
diff --git a/src/background/domains/Setting.js b/src/background/domains/Setting.ts
index 106ec0f..106ec0f 100644
--- a/src/background/domains/Setting.js
+++ b/src/background/domains/Setting.ts
diff --git a/src/background/index.js b/src/background/index.ts
index f9efd4d..f9efd4d 100644
--- a/src/background/index.js
+++ b/src/background/index.ts
diff --git a/src/background/infrastructures/ConsoleClient.js b/src/background/infrastructures/ConsoleClient.ts
index f691515..f691515 100644
--- a/src/background/infrastructures/ConsoleClient.js
+++ b/src/background/infrastructures/ConsoleClient.ts
diff --git a/src/background/infrastructures/ContentMessageClient.js b/src/background/infrastructures/ContentMessageClient.ts
index 0fab5a3..0fab5a3 100644
--- a/src/background/infrastructures/ContentMessageClient.js
+++ b/src/background/infrastructures/ContentMessageClient.ts
diff --git a/src/background/infrastructures/ContentMessageListener.js b/src/background/infrastructures/ContentMessageListener.ts
index 5b0f62e..5b0f62e 100644
--- a/src/background/infrastructures/ContentMessageListener.js
+++ b/src/background/infrastructures/ContentMessageListener.ts
diff --git a/src/background/infrastructures/MemoryStorage.js b/src/background/infrastructures/MemoryStorage.ts
index 3a7e4f2..3a7e4f2 100644
--- a/src/background/infrastructures/MemoryStorage.js
+++ b/src/background/infrastructures/MemoryStorage.ts
diff --git a/src/background/presenters/IndicatorPresenter.js b/src/background/presenters/IndicatorPresenter.ts
index 5737519..5737519 100644
--- a/src/background/presenters/IndicatorPresenter.js
+++ b/src/background/presenters/IndicatorPresenter.ts
diff --git a/src/background/presenters/NotifyPresenter.js b/src/background/presenters/NotifyPresenter.ts
index a81f227..a81f227 100644
--- a/src/background/presenters/NotifyPresenter.js
+++ b/src/background/presenters/NotifyPresenter.ts
diff --git a/src/background/presenters/TabPresenter.js b/src/background/presenters/TabPresenter.ts
index 744be39..744be39 100644
--- a/src/background/presenters/TabPresenter.js
+++ b/src/background/presenters/TabPresenter.ts
diff --git a/src/background/presenters/WindowPresenter.js b/src/background/presenters/WindowPresenter.ts
index a82c4a2..a82c4a2 100644
--- a/src/background/presenters/WindowPresenter.js
+++ b/src/background/presenters/WindowPresenter.ts
diff --git a/src/background/repositories/BookmarkRepository.js b/src/background/repositories/BookmarkRepository.ts
index 99f7ec4..99f7ec4 100644
--- a/src/background/repositories/BookmarkRepository.js
+++ b/src/background/repositories/BookmarkRepository.ts
diff --git a/src/background/repositories/BrowserSettingRepository.js b/src/background/repositories/BrowserSettingRepository.ts
index a9d2c06..a9d2c06 100644
--- a/src/background/repositories/BrowserSettingRepository.js
+++ b/src/background/repositories/BrowserSettingRepository.ts
diff --git a/src/background/repositories/CompletionsRepository.js b/src/background/repositories/CompletionsRepository.ts
index 1318d36..1318d36 100644
--- a/src/background/repositories/CompletionsRepository.js
+++ b/src/background/repositories/CompletionsRepository.ts
diff --git a/src/background/repositories/FindRepository.js b/src/background/repositories/FindRepository.ts
index 74ec914..74ec914 100644
--- a/src/background/repositories/FindRepository.js
+++ b/src/background/repositories/FindRepository.ts
diff --git a/src/background/repositories/MarkRepository.js b/src/background/repositories/MarkRepository.ts
index 282c712..282c712 100644
--- a/src/background/repositories/MarkRepository.js
+++ b/src/background/repositories/MarkRepository.ts
diff --git a/src/background/repositories/PersistentSettingRepository.js b/src/background/repositories/PersistentSettingRepository.ts
index 4cab107..4cab107 100644
--- a/src/background/repositories/PersistentSettingRepository.js
+++ b/src/background/repositories/PersistentSettingRepository.ts
diff --git a/src/background/repositories/SettingRepository.js b/src/background/repositories/SettingRepository.ts
index c4667a9..c4667a9 100644
--- a/src/background/repositories/SettingRepository.js
+++ b/src/background/repositories/SettingRepository.ts
diff --git a/src/background/repositories/VersionRepository.js b/src/background/repositories/VersionRepository.ts
index 4c71d05..4c71d05 100644
--- a/src/background/repositories/VersionRepository.js
+++ b/src/background/repositories/VersionRepository.ts
diff --git a/src/background/usecases/AddonEnabledUseCase.js b/src/background/usecases/AddonEnabledUseCase.ts
index bb2c347..bb2c347 100644
--- a/src/background/usecases/AddonEnabledUseCase.js
+++ b/src/background/usecases/AddonEnabledUseCase.ts
diff --git a/src/background/usecases/CommandUseCase.js b/src/background/usecases/CommandUseCase.ts
index 9ec46fe..9ec46fe 100644
--- a/src/background/usecases/CommandUseCase.js
+++ b/src/background/usecases/CommandUseCase.ts
diff --git a/src/background/usecases/CompletionsUseCase.js b/src/background/usecases/CompletionsUseCase.ts
index 7dc30ac..7dc30ac 100644
--- a/src/background/usecases/CompletionsUseCase.js
+++ b/src/background/usecases/CompletionsUseCase.ts
diff --git a/src/background/usecases/ConsoleUseCase.js b/src/background/usecases/ConsoleUseCase.ts
index e8e5d4a..e8e5d4a 100644
--- a/src/background/usecases/ConsoleUseCase.js
+++ b/src/background/usecases/ConsoleUseCase.ts
diff --git a/src/background/usecases/FindUseCase.js b/src/background/usecases/FindUseCase.ts
index 224e4a9..224e4a9 100644
--- a/src/background/usecases/FindUseCase.js
+++ b/src/background/usecases/FindUseCase.ts
diff --git a/src/background/usecases/LinkUseCase.js b/src/background/usecases/LinkUseCase.ts
index 89412c5..89412c5 100644
--- a/src/background/usecases/LinkUseCase.js
+++ b/src/background/usecases/LinkUseCase.ts
diff --git a/src/background/usecases/MarkUseCase.js b/src/background/usecases/MarkUseCase.ts
index 39c796b..39c796b 100644
--- a/src/background/usecases/MarkUseCase.js
+++ b/src/background/usecases/MarkUseCase.ts
diff --git a/src/background/usecases/SettingUseCase.js b/src/background/usecases/SettingUseCase.ts
index 9e17408..9e17408 100644
--- a/src/background/usecases/SettingUseCase.js
+++ b/src/background/usecases/SettingUseCase.ts
diff --git a/src/background/usecases/TabSelectUseCase.js b/src/background/usecases/TabSelectUseCase.ts
index 16b3e14..16b3e14 100644
--- a/src/background/usecases/TabSelectUseCase.js
+++ b/src/background/usecases/TabSelectUseCase.ts
diff --git a/src/background/usecases/TabUseCase.js b/src/background/usecases/TabUseCase.ts
index d930842..d930842 100644
--- a/src/background/usecases/TabUseCase.js
+++ b/src/background/usecases/TabUseCase.ts
diff --git a/src/background/usecases/VersionUseCase.js b/src/background/usecases/VersionUseCase.ts
index ed5112b..ed5112b 100644
--- a/src/background/usecases/VersionUseCase.js
+++ b/src/background/usecases/VersionUseCase.ts
diff --git a/src/background/usecases/ZoomUseCase.js b/src/background/usecases/ZoomUseCase.ts
index 692d6d9..692d6d9 100644
--- a/src/background/usecases/ZoomUseCase.js
+++ b/src/background/usecases/ZoomUseCase.ts
diff --git a/src/background/usecases/filters.js b/src/background/usecases/filters.ts
index d057dca..d057dca 100644
--- a/src/background/usecases/filters.js
+++ b/src/background/usecases/filters.ts
diff --git a/src/background/usecases/parsers.js b/src/background/usecases/parsers.ts
index 43c8177..43c8177 100644
--- a/src/background/usecases/parsers.js
+++ b/src/background/usecases/parsers.ts
diff --git a/src/console/actions/console.js b/src/console/actions/console.ts
index 3713a76..3713a76 100644
--- a/src/console/actions/console.js
+++ b/src/console/actions/console.ts
diff --git a/src/console/actions/index.js b/src/console/actions/index.ts
index b394179..b394179 100644
--- a/src/console/actions/index.js
+++ b/src/console/actions/index.ts
diff --git a/src/console/components/Console.jsx b/src/console/components/Console.tsx
index 5427e43..5427e43 100644
--- a/src/console/components/Console.jsx
+++ b/src/console/components/Console.tsx
diff --git a/src/console/components/console/Completion.jsx b/src/console/components/console/Completion.tsx
index 5477cb6..5477cb6 100644
--- a/src/console/components/console/Completion.jsx
+++ b/src/console/components/console/Completion.tsx
diff --git a/src/console/components/console/CompletionItem.jsx b/src/console/components/console/CompletionItem.tsx
index 3dc552b..3dc552b 100644
--- a/src/console/components/console/CompletionItem.jsx
+++ b/src/console/components/console/CompletionItem.tsx
diff --git a/src/console/components/console/CompletionTitle.jsx b/src/console/components/console/CompletionTitle.tsx
index 4fcba3f..4fcba3f 100644
--- a/src/console/components/console/CompletionTitle.jsx
+++ b/src/console/components/console/CompletionTitle.tsx
diff --git a/src/console/components/console/Input.jsx b/src/console/components/console/Input.tsx
index cbd3348..cbd3348 100644
--- a/src/console/components/console/Input.jsx
+++ b/src/console/components/console/Input.tsx
diff --git a/src/console/components/console/Message.jsx b/src/console/components/console/Message.tsx
index dd96248..dd96248 100644
--- a/src/console/components/console/Message.jsx
+++ b/src/console/components/console/Message.tsx
diff --git a/src/console/index.jsx b/src/console/index.tsx
index 3190a9a..3190a9a 100644
--- a/src/console/index.jsx
+++ b/src/console/index.tsx
diff --git a/src/console/reducers/index.js b/src/console/reducers/index.ts
index 614a72f..614a72f 100644
--- a/src/console/reducers/index.js
+++ b/src/console/reducers/index.ts
diff --git a/src/content/actions/addon.js b/src/content/actions/addon.ts
index b30cf16..b30cf16 100644
--- a/src/content/actions/addon.js
+++ b/src/content/actions/addon.ts
diff --git a/src/content/actions/find.js b/src/content/actions/find.ts
index e08d7e5..e08d7e5 100644
--- a/src/content/actions/find.js
+++ b/src/content/actions/find.ts
diff --git a/src/content/actions/follow-controller.js b/src/content/actions/follow-controller.ts
index 006b248..006b248 100644
--- a/src/content/actions/follow-controller.js
+++ b/src/content/actions/follow-controller.ts
diff --git a/src/content/actions/index.js b/src/content/actions/index.ts
index 0a16fdf..0a16fdf 100644
--- a/src/content/actions/index.js
+++ b/src/content/actions/index.ts
diff --git a/src/content/actions/input.js b/src/content/actions/input.ts
index 465a486..465a486 100644
--- a/src/content/actions/input.js
+++ b/src/content/actions/input.ts
diff --git a/src/content/actions/mark.js b/src/content/actions/mark.ts
index 712a811..712a811 100644
--- a/src/content/actions/mark.js
+++ b/src/content/actions/mark.ts
diff --git a/src/content/actions/operation.js b/src/content/actions/operation.ts
index ed9b2cf..ed9b2cf 100644
--- a/src/content/actions/operation.js
+++ b/src/content/actions/operation.ts
diff --git a/src/content/actions/setting.js b/src/content/actions/setting.ts
index 1c15dd7..1c15dd7 100644
--- a/src/content/actions/setting.js
+++ b/src/content/actions/setting.ts
diff --git a/src/content/components/common/follow.js b/src/content/components/common/follow.ts
index 63ce603..63ce603 100644
--- a/src/content/components/common/follow.js
+++ b/src/content/components/common/follow.ts
diff --git a/src/content/components/common/hint.js b/src/content/components/common/hint.ts
index 1472587..1472587 100644
--- a/src/content/components/common/hint.js
+++ b/src/content/components/common/hint.ts
diff --git a/src/content/components/common/index.js b/src/content/components/common/index.ts
index bcab4fa..bcab4fa 100644
--- a/src/content/components/common/index.js
+++ b/src/content/components/common/index.ts
diff --git a/src/content/components/common/input.js b/src/content/components/common/input.ts
index eefaf10..eefaf10 100644
--- a/src/content/components/common/input.js
+++ b/src/content/components/common/input.ts
diff --git a/src/content/components/common/keymapper.js b/src/content/components/common/keymapper.ts
index ec0d093..ec0d093 100644
--- a/src/content/components/common/keymapper.js
+++ b/src/content/components/common/keymapper.ts
diff --git a/src/content/components/common/mark.js b/src/content/components/common/mark.ts
index 0f838a9..0f838a9 100644
--- a/src/content/components/common/mark.js
+++ b/src/content/components/common/mark.ts
diff --git a/src/content/components/frame-content.js b/src/content/components/frame-content.ts
index ca999ba..ca999ba 100644
--- a/src/content/components/frame-content.js
+++ b/src/content/components/frame-content.ts
diff --git a/src/content/components/top-content/find.js b/src/content/components/top-content/find.ts
index 4d46d79..4d46d79 100644
--- a/src/content/components/top-content/find.js
+++ b/src/content/components/top-content/find.ts
diff --git a/src/content/components/top-content/follow-controller.js b/src/content/components/top-content/follow-controller.ts
index 7f36604..7f36604 100644
--- a/src/content/components/top-content/follow-controller.js
+++ b/src/content/components/top-content/follow-controller.ts
diff --git a/src/content/components/top-content/index.js b/src/content/components/top-content/index.ts
index 1aaef1b..1aaef1b 100644
--- a/src/content/components/top-content/index.js
+++ b/src/content/components/top-content/index.ts
diff --git a/src/content/console-frames.js b/src/content/console-frames.ts
index ecb5a87..ecb5a87 100644
--- a/src/content/console-frames.js
+++ b/src/content/console-frames.ts
diff --git a/src/content/focuses.js b/src/content/focuses.ts
index a6f6cc8..a6f6cc8 100644
--- a/src/content/focuses.js
+++ b/src/content/focuses.ts
diff --git a/src/content/hint-key-producer.js b/src/content/hint-key-producer.ts
index 14b23b6..14b23b6 100644
--- a/src/content/hint-key-producer.js
+++ b/src/content/hint-key-producer.ts
diff --git a/src/content/index.js b/src/content/index.ts
index 9edb712..9edb712 100644
--- a/src/content/index.js
+++ b/src/content/index.ts
diff --git a/src/content/navigates.js b/src/content/navigates.ts
index c9baa30..c9baa30 100644
--- a/src/content/navigates.js
+++ b/src/content/navigates.ts
diff --git a/src/content/reducers/addon.js b/src/content/reducers/addon.ts
index 0def55a..0def55a 100644
--- a/src/content/reducers/addon.js
+++ b/src/content/reducers/addon.ts
diff --git a/src/content/reducers/find.js b/src/content/reducers/find.ts
index 4560e2c..4560e2c 100644
--- a/src/content/reducers/find.js
+++ b/src/content/reducers/find.ts
diff --git a/src/content/reducers/follow-controller.js b/src/content/reducers/follow-controller.ts
index 5869c47..5869c47 100644
--- a/src/content/reducers/follow-controller.js
+++ b/src/content/reducers/follow-controller.ts
diff --git a/src/content/reducers/index.js b/src/content/reducers/index.ts
index bf612a3..bf612a3 100644
--- a/src/content/reducers/index.js
+++ b/src/content/reducers/index.ts
diff --git a/src/content/reducers/input.js b/src/content/reducers/input.ts
index 23e7dd2..23e7dd2 100644
--- a/src/content/reducers/input.js
+++ b/src/content/reducers/input.ts
diff --git a/src/content/reducers/mark.js b/src/content/reducers/mark.ts
index 2c96cc5..2c96cc5 100644
--- a/src/content/reducers/mark.js
+++ b/src/content/reducers/mark.ts
diff --git a/src/content/reducers/setting.js b/src/content/reducers/setting.ts
index a49db6d..a49db6d 100644
--- a/src/content/reducers/setting.js
+++ b/src/content/reducers/setting.ts
diff --git a/src/content/scrolls.js b/src/content/scrolls.ts
index f3124a1..f3124a1 100644
--- a/src/content/scrolls.js
+++ b/src/content/scrolls.ts
diff --git a/src/content/site-style.js b/src/content/site-style.ts
index e7a82a5..e7a82a5 100644
--- a/src/content/site-style.js
+++ b/src/content/site-style.ts
diff --git a/src/content/urls.js b/src/content/urls.ts
index 6e7ea31..6e7ea31 100644
--- a/src/content/urls.js
+++ b/src/content/urls.ts
diff --git a/src/settings/actions/index.js b/src/settings/actions/index.ts
index 016f2a5..016f2a5 100644
--- a/src/settings/actions/index.js
+++ b/src/settings/actions/index.ts
diff --git a/src/settings/actions/setting.js b/src/settings/actions/setting.ts
index db63a45..db63a45 100644
--- a/src/settings/actions/setting.js
+++ b/src/settings/actions/setting.ts
diff --git a/src/settings/components/form/BlacklistForm.jsx b/src/settings/components/form/BlacklistForm.tsx
index c470758..c470758 100644
--- a/src/settings/components/form/BlacklistForm.jsx
+++ b/src/settings/components/form/BlacklistForm.tsx
diff --git a/src/settings/components/form/KeymapsForm.jsx b/src/settings/components/form/KeymapsForm.tsx
index 01acf61..01acf61 100644
--- a/src/settings/components/form/KeymapsForm.jsx
+++ b/src/settings/components/form/KeymapsForm.tsx
diff --git a/src/settings/components/form/PropertiesForm.jsx b/src/settings/components/form/PropertiesForm.tsx
index 979fdd8..979fdd8 100644
--- a/src/settings/components/form/PropertiesForm.jsx
+++ b/src/settings/components/form/PropertiesForm.tsx
diff --git a/src/settings/components/form/SearchForm.jsx b/src/settings/components/form/SearchForm.tsx
index 6b0bd01..6b0bd01 100644
--- a/src/settings/components/form/SearchForm.jsx
+++ b/src/settings/components/form/SearchForm.tsx
diff --git a/src/settings/components/index.jsx b/src/settings/components/index.tsx
index 4ef59d7..4ef59d7 100644
--- a/src/settings/components/index.jsx
+++ b/src/settings/components/index.tsx
diff --git a/src/settings/components/ui/AddButton.jsx b/src/settings/components/ui/AddButton.tsx
index 185a03b..185a03b 100644
--- a/src/settings/components/ui/AddButton.jsx
+++ b/src/settings/components/ui/AddButton.tsx
diff --git a/src/settings/components/ui/DeleteButton.jsx b/src/settings/components/ui/DeleteButton.tsx
index 75811cd..75811cd 100644
--- a/src/settings/components/ui/DeleteButton.jsx
+++ b/src/settings/components/ui/DeleteButton.tsx
diff --git a/src/settings/components/ui/Input.jsx b/src/settings/components/ui/Input.tsx
index 13a246b..13a246b 100644
--- a/src/settings/components/ui/Input.jsx
+++ b/src/settings/components/ui/Input.tsx
diff --git a/src/settings/index.jsx b/src/settings/index.tsx
index 6aec7a0..6aec7a0 100644
--- a/src/settings/index.jsx
+++ b/src/settings/index.tsx
diff --git a/src/settings/keymaps.js b/src/settings/keymaps.ts
index ccfc74c..ccfc74c 100644
--- a/src/settings/keymaps.js
+++ b/src/settings/keymaps.ts
diff --git a/src/settings/reducers/setting.js b/src/settings/reducers/setting.ts
index 54033aa..54033aa 100644
--- a/src/settings/reducers/setting.js
+++ b/src/settings/reducers/setting.ts
diff --git a/src/shared/blacklists.js b/src/shared/blacklists.ts
index 61720c3..61720c3 100644
--- a/src/shared/blacklists.js
+++ b/src/shared/blacklists.ts
diff --git a/src/shared/messages.js b/src/shared/messages.ts
index ddf3368..ddf3368 100644
--- a/src/shared/messages.js
+++ b/src/shared/messages.ts
diff --git a/src/shared/operations.js b/src/shared/operations.ts
index 8674f4d..8674f4d 100644
--- a/src/shared/operations.js
+++ b/src/shared/operations.ts
diff --git a/src/shared/settings/default.js b/src/shared/settings/default.ts
index 6523a74..6523a74 100644
--- a/src/shared/settings/default.js
+++ b/src/shared/settings/default.ts
diff --git a/src/shared/settings/properties.js b/src/shared/settings/properties.ts
index f8e61a0..f8e61a0 100644
--- a/src/shared/settings/properties.js
+++ b/src/shared/settings/properties.ts
diff --git a/src/shared/settings/storage.js b/src/shared/settings/storage.ts
index 5dce3b0..5dce3b0 100644
--- a/src/shared/settings/storage.js
+++ b/src/shared/settings/storage.ts
diff --git a/src/shared/settings/validator.js b/src/shared/settings/validator.ts
index a800a52..a800a52 100644
--- a/src/shared/settings/validator.js
+++ b/src/shared/settings/validator.ts
diff --git a/src/shared/settings/values.js b/src/shared/settings/values.ts
index 9828af6..9828af6 100644
--- a/src/shared/settings/values.js
+++ b/src/shared/settings/values.ts
diff --git a/src/shared/urls.js b/src/shared/urls.ts
index 94b1220..94b1220 100644
--- a/src/shared/urls.js
+++ b/src/shared/urls.ts
diff --git a/src/shared/utils/dom.js b/src/shared/utils/dom.ts
index 974d534..974d534 100644
--- a/src/shared/utils/dom.js
+++ b/src/shared/utils/dom.ts
diff --git a/src/shared/utils/keys.js b/src/shared/utils/keys.ts
index f024069..f024069 100644
--- a/src/shared/utils/keys.js
+++ b/src/shared/utils/keys.ts
diff --git a/src/shared/utils/re.js b/src/shared/utils/re.ts
index 7db9091..7db9091 100644
--- a/src/shared/utils/re.js
+++ b/src/shared/utils/re.ts