{"id":25314026,"url":"https://github.com/yossy17/link-editor","last_synced_at":"2026-05-02T06:39:04.672Z","repository":{"id":248778516,"uuid":"829715719","full_name":"yossy17/link-editor","owner":"yossy17","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-25T00:22:18.000Z","size":77,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T13:51:14.184Z","etag":null,"topics":["userscript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yossy17.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-17T00:07:07.000Z","updated_at":"2024-12-04T09:19:43.000Z","dependencies_parsed_at":"2024-07-17T03:39:39.680Z","dependency_job_id":"6d53317e-6934-459c-aa05-94b765e85d0e","html_url":"https://github.com/yossy17/link-editor","commit_stats":null,"previous_names":["yossy17/link-editor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yossy17/link-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yossy17%2Flink-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yossy17%2Flink-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yossy17%2Flink-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yossy17%2Flink-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yossy17","download_url":"https://codeload.github.com/yossy17/link-editor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yossy17%2Flink-editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32525896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["userscript"],"created_at":"2025-02-13T16:40:00.322Z","updated_at":"2026-05-02T06:39:04.652Z","avatar_url":"https://github.com/yossy17.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"このスクリプトは、リンクのタイトルと動作をカスタマイズできる機能を追加します。  \r\nリンク属性の管理とナビゲーションの改善のための使いやすいインターフェースを提供します。\r\n\r\n## 主な機能\r\n\r\n- リンクのテキスト内容に基づいてカスタムツールチップを追加\r\n- リンクを新しいタブで開くかどうかを制御\r\n- 特定のURLパターンにカスタマイズを適用\r\n- ルールを管理するための使いやすい設定パネル\r\n- ルールを整理するためのドラッグアンドドロップインターフェース\r\n- 設定に素早くアクセスするためのショートカットキー`Ctrl + Alt + 0`\r\n\r\n## 動作原理\r\n\r\n1. ユーザーがCSS選択子を使用して特定の要素をターゲットにするルールを定義\r\n2. スクリプトが一致する要素にtitle属性を追加し、ツールチップを作成\r\n3. リンク要素の場合、新しいタブで開くように設定可能\r\n4. ページが変更されると、ルールが動的に適用される\r\n\r\n## 使用方法\r\n\r\n- ブラウザのユーザースクリプトメニューまたは`Ctrl + Alt + 0`ショートカットで設定パネルを開く\r\n- '+'ボタンをクリックして新しいルールを追加\r\n- 各ルールを以下の項目で設定：\r\n  - タイトル：ツールチップに表示するテキスト\r\n  - セレクター：要素をターゲットにするCSS選択子\r\n  - URLパターン：ウェブサイトのURLに一致する正規表現\r\n  - 有効/無効の切り替え\r\n  - リンクの「新しいタブで開く」オプション\r\n\r\n## 技術的詳細\r\n\r\n- 動的コンテンツを処理するためにMutationObserverを使用\r\n- 設定の永続化のためにGM_setValueを使用\r\n- ドラッグ可能な設定パネルを実装\r\n- さまざまな画面サイズに対応するレスポンシブデザイン\r\n\r\n## インストール方法\r\n\r\n1. ユーザースクリプトマネージャー（例：Tampermonkey）をインストール\r\n2. スクリプトコードをコピー\r\n3. マネージャーで新しいユーザースクリプトを作成し、コードを貼り付け\r\n4. スクリプトを保存して有効化\r\n\r\nLink Editorのカスタマイズ可能なリンク管理で、ブラウジング体験を向上させましょう！\r\n\r\n---\r\n\r\n\u003c!--\r\n## 貢献\r\n\r\nバグの報告や機能の提案は大歓迎です。[問題を報告](https://github.com/yossy17/twitter-kaizen/issues)または[プルリクエスト](https://github.com/yossy17/twitter-kaizen/pulls)を作成してください。\r\n--\u003e\r\n\r\n## ライセンス\r\n\r\nこのプロジェクトはMITライセンスの下で公開されています。\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyossy17%2Flink-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyossy17%2Flink-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyossy17%2Flink-editor/lists"}