- tsxは使わないでください: node 22.7から.tsを直接実行できます
- dotenvは使わないでください: node 20からは--env-file, --env-file-if-existsを使用してください
- axiosは使わないでください: node, ブラウザともにfetchを使用してください
- npxを常用しないでください: npm scriptを使用してください。npxを使うのは1回限りのコマンドを実行するときだけにしてください
- typecheck, format, format:check, lint, test, generate, devはnpm scriptにしてください
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Gemini Auto Switch to Pro (Optimized) | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2.1 | |
| // @description Geminiの新規チャット時にdata-test-idを使用してProモードへ自動切り替えし、入力欄にフォーカスする | |
| // @author You | |
| // @match https://gemini.google.com/* | |
| // @grant none | |
| // @run-at document-idle | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name bm2dxinf rel/trial 別リロード後再クリック | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.2 | |
| // @description bm2dxinf://login?...&rel= または &trial= を押したらリロードして同じ種別を再クリック | |
| // @match https://p.eagate.573.jp/game/infinitas/2/api/login/login.html | |
| // @grant none | |
| // ==/UserScript== | |
| (function () { |
- list item
- list item
-
rm -rf /
-
Details
hello details
-
rm -rf /
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name GitHub | Rich Link Copy | |
| // @namespace net.mizle | |
| // @version 1.0.0 | |
| // @description GitHubのIssue/PRページで番号とタイトルをHTMLリンクとしてコピーする | |
| // @match https://github.com/* | |
| // @grant GM_registerMenuCommand | |
| // @grant GM_addStyle | |
| // @grant GM_getResourceText | |
| // @require https://cdn.jsdelivr.net/npm/@violentmonkey/shortcut@1 |
https://vrchat.com/home/world/wrld_87e25134-5d94-4439-94ac-44aa25771128/
チルワールド見せかけた、7つの謎がある謎解きワールド の writeup
追記: 思考を残していないのでwriteupではないかもしれない
This script generates a Markdown report of all outside collaborators with access to private repositories in a GitHub organization.
- Lists all outside collaborators in your organization
- Shows which private repositories each collaborator has access to
- Displays permission levels (read/write/admin)
- Creates clickable links to repositories and user profiles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // @ts-check | |
| // --- | |
| // | |
| // Boothの購入金額とかを集計するスクリプト | |
| // | |
| // --- | |
| // | |
| // 自己責任で実行してください | |
| // |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>deviceorientation sample</title> | |
| </head> | |
| <body> | |
| <div id="output">waiting...</div> | |
| <button id="requestPermission">Request Permission</button> |
NewerOlder