- list item
- list item
-
rm -rf /
-
hello details
-
rm -rf /
| // ==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 () { |
rm -rf /rm -rf /
| // ==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.
| // @ts-check | |
| // --- | |
| // | |
| // Boothの購入金額とかを集計するスクリプト | |
| // | |
| // --- | |
| // | |
| // 自己責任で実行してください | |
| // |
| <!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> |
| /* ==UserStyle== | |
| @name Mastodon プライバシーに配慮するやつ 2024 | |
| @namespace mizle.net | |
| @version 1.0.3 | |
| @author Eai | |
| @license MIT | |
| @preprocessor stylus | |
| ==/UserStyle== */ | |
| @-moz-document regexp("https://.+/deck/.+") { | |
| :root { |
| using UnityEditor; | |
| using UnityEngine; | |
| public class ObjectMoverWindow : EditorWindow | |
| { | |
| private GameObject targetObject; | |
| private float moveSpeed = 2f; | |
| private Vector3 moveDirection = Vector3.forward; | |
| private Vector3 initialPosition; | |
| private bool isMoving = false; |