- ユーザースクリプトはweb-page-enhancement-scriptsリポジトリに移行しました。
- Userscripts are moved to new repository.
- distフォルダから各ユーザースクリプトを選び、右上のRawボタンから購読してください。
- Subscribe each of them from dist folder.
| import tkinter as tk | |
| from tkinter import scrolledtext, filedialog | |
| import subprocess | |
| import threading | |
| import os | |
| import json | |
| import shutil | |
| # 言語用の辞書の定義 | |
| LANGUAGES = { |