Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ches3/userscripts
ユーザースクリプトいろいろ
https://github.com/ches3/userscripts
greasemonkey tampermonkey userscript
Last synced: 3 months ago
JSON representation
ユーザースクリプトいろいろ
- Host: GitHub
- URL: https://github.com/ches3/userscripts
- Owner: ches3
- License: mit
- Created: 2024-07-23T21:52:21.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T03:19:18.000Z (5 months ago)
- Last Synced: 2024-10-02T05:42:39.412Z (3 months ago)
- Topics: greasemonkey, tampermonkey, userscript
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# userscripts
自分用のユーザースクリプトです。
buildディレクトリにコンパイルしたjsファイルが置いてあります。## スクリプト一覧
### amazon-exclude-marketplace
[インストール](https://github.com/ches3/userscripts/raw/main/build/amazon-exclude-marketplace.user.js)
- Ctrl + Q でAmazonの検索結果からマーケットプレイス商品を除外する### d-anime
[インストール](https://github.com/ches3/userscripts/raw/main/build/d-anime.user.js)
- ダブルクリックでフルスクリーンに切り替える
- ページタイトルを `{タイトル} {サブタイトル} | d-anime` にする
- マイページと作品ページで、各エピソードに再生ページのhrefを設定
→ ホイールクリックで、新規ウィンドウではなくタブで再生できるように### eigakan\.org
[インストール](https://github.com/ches3/userscripts/raw/main/build/eigakan.org.user.js)
- Ctrl + Q でeigakan.orgの上映館リストを絞り込む
- お気に入りの映画館はハイライトされる### movie-filter
[インストール](https://github.com/ches3/userscripts/raw/main/build/movie-filter.user.js)
- Ctrl + Q で映画館のスケジュールページ上の作品を絞り込む### prime-video
[インストール](https://github.com/ches3/userscripts/raw/main/build/prime-video.user.js)
- ページタイトルを `{タイトル} {サブタイトル} | Prime Video` にする
- 次のエピソードへの自動遷移を無効化### search-bar-shortcut
[インストール](https://github.com/ches3/userscripts/raw/main/build/search-bar-shortcut.user.js)
- / で検索バーにフォーカスする### u-next
[インストール](https://github.com/ches3/userscripts/raw/main/build/u-next.user.js)
- ダブルクリックでフルスクリーンに切り替える
- ページタイトルを `{タイトル} {サブタイトル} | U-NEXT` にする
- 次のエピソードへの遷移を3秒に短縮### wikipedia-redirect-mobile-page
[インストール](https://github.com/ches3/userscripts/raw/main/build/wikipedia-redirect-mobile-page.user.js)
- Wikipediaのモバイル版ページを通常版ページにリダイレクトする### x-remove-params
[インストール](https://github.com/ches3/userscripts/raw/main/build/x-remove-params.user.js)
- ツイートページの余計なパラメータを削除する ( `s=XXXXXXXX` と `t=XXXXXXXX` )