UserScript:デバッグ用メニュー
code: script.js
scrapbox.PageMenu.addMenu({
title: 'Debug',
image: '/api/pages/suto3/debug/icon'
})
code: script.js
scrapbox.PageMenu('Debug').addItem({
title: 'go home',
})
code: script.js
scrapbox.PageMenu('Debug').addItem({
title: 'go Source',
})
code: script.js
scrapbox.PageMenu('Debug').addItem({
title: 'settings',
})
https://img.shields.io/badge/JavaScript-UserScript_デバッグ用メニュー-F7DF1E.svg?logo=javascript&style=for-the-badge