{"id":22066568,"url":"https://github.com/reminjp/mywaseda-script","last_synced_at":"2026-05-06T05:34:50.017Z","repository":{"id":96085318,"uuid":"88955444","full_name":"reminjp/mywaseda-script","owner":"reminjp","description":"User scripts for MyWaseda","archived":false,"fork":false,"pushed_at":"2022-03-15T06:46:29.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T00:45:11.106Z","etag":null,"topics":["greasemonkey","tampermonkey","userscript"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reminjp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-04-21T07:30:14.000Z","updated_at":"2022-03-15T06:46:33.000Z","dependencies_parsed_at":"2023-04-04T01:33:15.428Z","dependency_job_id":null,"html_url":"https://github.com/reminjp/mywaseda-script","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reminjp%2Fmywaseda-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reminjp%2Fmywaseda-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reminjp%2Fmywaseda-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reminjp%2Fmywaseda-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reminjp","download_url":"https://codeload.github.com/reminjp/mywaseda-script/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245146714,"owners_count":20568369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["greasemonkey","tampermonkey","userscript"],"created_at":"2024-11-30T19:28:31.822Z","updated_at":"2026-05-06T05:34:44.993Z","avatar_url":"https://github.com/reminjp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MyWaseda Script\n\n[MyWaseda](https://my.waseda.jp/)用ユーザースクリプト。\n\nGreasemonkeyやTampermonkeyの上で動作する.user.jsファイルです。特定のウェブページの特定の要素に対して処理を行うため、ページの仕様変更や更新によって動作しなくなる場合があります。\n\n## Installation\n\n1. ブラウザにユーザースクリプト実行アドオン（Greasemonkey, Tampermonkey）をインストールする。\n2. ブラウザでスクリプトを開く。\n3. アドオンにスクリプトをインストールするか尋ねられるのでインストールする。\n\n## Scripts\n\n### MyWaseda Enter Login\n\n[Install](https://github.com/rdrgn/mywaseda-script/raw/master/mywaseda-enter-login.user.js)\n\nログイン画面の`enter`キーを有効にするスクリプト。\nログイン画面のテキストボックス要素には`enter`によるsubmitを無効化する下記の関数がバインドされていたため、新たにsubmitに相当する処理を追加しています。\n\n```js\n$('#j_username').keypress(function(e) {\n  if ((e.which \u0026\u0026 e.which == 13) || (e.keyCode \u0026\u0026 e.keyCode == 13)) {\n    return false;\n  }\n});\n\n$('#j_password').keypress(function(e) {\n  if ((e.which \u0026\u0026 e.which == 13) || (e.keyCode \u0026\u0026 e.keyCode == 13)) {\n    return false;\n  }\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freminjp%2Fmywaseda-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freminjp%2Fmywaseda-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freminjp%2Fmywaseda-script/lists"}