ChatGPTをすぐ開くメニューを追加するUserScript
ChatGPTをすぐ開くメニューを追加するUserScript
hr.icon
実装
code:script.js
const MENU_TITLE = "ChatGPTをすぐ開くメニューを追加するUserScript";
const MENU_ICON_URL = "https://i.gyazo.com/688bca2eee514acea307424693f7ae6c.png";
scrapbox.PageMenu.addMenu({
title: MENU_TITLE,
image: MENU_ICON_URL,
onClick: () => {
(function(){window.open('https://chat.openai.com/chat','window1','width=750,height=800,scrollbars=1');})();
}
});
hr.icon
https://gyazo.com/688bca2eee514acea307424693f7ae6c