UserScript:Popup-Link-Unsplash
code:script.js
scrapbox.PopupMenu.addButton({
title: '🖼️',
/* title: '🖼️Un', */
onClick: text => {
if (regexp.test(text)){
return text.replace(regexp, "$2")
} else {
return [https://source.unsplash.com/featured/?${encodeURI(text.replace(' ', '-'))}#.png]
}
}
})
https://img.shields.io/badge/JavaScript-UserScript_Popup--Link--Unsplash-F7DF1E.svg?logo=javascript&style=for-the-badge