Show centimetre product sizes on Bad Dragon
Bad Dragonのサイズ表にセンチメートル単位を併記するTampermonkeyスクリプト。 ここをクリックしてインストールします。
#Requires -Version 5.0 | |
#Requires -PSEdition Desktop | |
## 必要な場合にのみレジストリの値を更新する ## | |
function Set-ItemPropertyWhenNeeded() { | |
param ( | |
[Parameter(Mandatory)] | |
[string]$LiteralPath, | |
[Parameter(Mandatory)] |
Bad Dragonのサイズ表にセンチメートル単位を併記するTampermonkeyスクリプト。 ここをクリックしてインストールします。
YouTubeのチャプター機能の結果をシミュレートし、わかりやすく表示するツール。
本当にこれが実現できるかどうかは極めて怪しい。
// range関数を多重定義で定義
let range =
(stop: number) -> range(0, stop)
*.object |
アカウントを切り替えた直後に、Twitterのホーム画面へ勝手に移動するのを防ぐTampermonkeyスクリプト。 ここをクリックしてインストールします。