generated at
特定ページから情報を読み込んでアラートする
script.js
var x = new XMLHttpRequest(); x.open("get",'https://scrapbox.io/api/code/#projectname/#pagetitle/remind.txt',false); x.send(null); alert(x.responseText);