generated at
2/18/2025, 6:58:50 PM
ページを削除するボタン(Scrapbox)
ページをデリートするボタン
はページメニューのa要素で、タイトルに「Delete」とある。
js
const deleteButton = document.querySelector('a[title="Delete"]');
copipe-to-another-project
で
click関数
と組み合わせて使っている