{"id":2830,"date":"2026-07-18T15:53:53","date_gmt":"2026-07-18T06:53:53","guid":{"rendered":"https:\/\/www.earce.biz\/?page_id=2830"},"modified":"2026-07-18T17:04:06","modified_gmt":"2026-07-18T08:04:06","slug":"tool-website-checker","status":"publish","type":"page","link":"https:\/\/www.earce.biz\/?page_id=2830","title":{"rendered":"[Tool] WebSite Checker"},"content":{"rendered":"\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css?family=Source+Code+Pro');\n\n  #emailIn, #urlIn {\n    font-family: 'Source Code Pro', monospace;\n    width: 100%;\n    max-width: 50em;\n    padding: 0.5em;\n    box-sizing: border-box;\n  }\n\n  \/* \u30c6\u30fc\u30de\u306e pre \u88c5\u98fe\u3092\u6253\u3061\u6d88\u3057\u3001\u8272\u306f\u89aa\u304b\u3089\u7d99\u627f\u3055\u305b\u308b *\/\n  #results pre {\n    background: transparent !important;\n    color: inherit !important;\n    border: 0 !important;\n    margin: 0;\n    padding: 0;\n    font-family: 'Source Code Pro', monospace !important;\n    font-size: 0.85rem;\n    line-height: 1.7;\n    white-space: pre-wrap;\n    word-break: break-all;\n  }\n\n  \/* \u6210\u529f \/ \u5931\u6557\u30dc\u30c3\u30af\u30b9 (\u30c0\u30fc\u30af\u30c6\u30fc\u30de\u5411\u3051\u306e\u914d\u8272) *\/\n  #results .ok,\n  #results .ng {\n    padding: 1em 1.2em;\n    border-radius: 4px;\n  }\n  #results .ok {\n    background: #123d2b !important;\n    color: #b6f0d0 !important;\n    border-left: 4px solid #22cc88;\n  }\n  #results .ng {\n    background: #4a1f1f !important;\n    color: #ffc9c9 !important;\n    border-left: 4px solid #ff6b6b;\n  }\n<\/style>\n\n\n\n<script type=\"text\/javascript\">\njQuery().ready(function($){\n\n$(function(){\n\n\tfunction callApi($action, $busy) {\n\t\tvar $email = $(\"#emailIn\").val();\n\t\tvar $url   = $(\"#urlIn\").val();\n\n\t\t$(\"#results\").empty();\n\n\t\tif (!$email || !$url) {\n\t\t\t$(\"#results\").append(\n\t\t\t\t$(\"<div>\").addClass(\"ng\").append(\n\t\t\t\t\t$(\"<pre>\").text(\"\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3068 URL \u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\")));\n\t\t\treturn;\n\t\t}\n\n\t\t$(\"#actionButton1, #actionButton2\").prop(\"disabled\", true);\n\t\t$(\"#results\").append($(\"<pre>\").text($busy));\n\n\t\t$.ajax({\n\t\t\ttype : 'post',\n\t\t\turl : \"\/\/www.earce.biz\/tools\/sitecheck\/api.php\",\n\t\t\tdataType : 'json',\n\t\t\tdata : {\n\t\t\t\taction : $action,\n\t\t\t\temail  : $email,\n\t\t\t\turl    : $url\n\t\t\t},\n\t\t\tsuccess : function($result) {\n\t\t\t\t$(\"#results\").empty();\n\t\t\t\tvar $msg = (\"message\" in $result) ? $result.message : \"\u53d7\u3051\u4ed8\u3051\u307e\u3057\u305f\u3002\";\n\t\t\t\t$(\"#results\").append(\n\t\t\t\t\t$(\"<div>\").addClass(\"ok\").append($(\"<pre>\").text($msg)));\n\t\t\t},\n\t\t\terror : function($xhr) {\n\t\t\t\t$(\"#results\").empty();\n\t\t\t\tvar $msg = ($xhr.responseJSON && $xhr.responseJSON.message)\n\t\t\t\t         ? $xhr.responseJSON.message\n\t\t\t\t         : \"\u901a\u4fe1\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u6642\u9593\u3092\u304a\u3044\u3066\u518d\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002\";\n\t\t\t\t$(\"#results\").append(\n\t\t\t\t\t$(\"<div>\").addClass(\"ng\").append($(\"<pre>\").text($msg)));\n\t\t\t},\n\t\t\tcomplete : function() {\n\t\t\t\t$(\"#actionButton1, #actionButton2\").prop(\"disabled\", false);\n\t\t\t}\n\t\t});\n\t}\n\n\t$(\"#actionButton1\").click( function(e){\n\t\tcallApi('subscribe', '\u767b\u9332\u51e6\u7406\u4e2d...');\n\t});\n\n\t$(\"#actionButton2\").click( function(e){\n\t\tcallApi('unsubscribe', '\u89e3\u9664\u51e6\u7406\u4e2d...');\n\t});\n\n});\n\n});\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\">\u6307\u5b9a\u3057\u305f Web \u30da\u30fc\u30b8\u3092\u7d04 8 \u6642\u9593\u3054\u3068\u306b\u30c1\u30a7\u30c3\u30af\u3057\u3001\u5185\u5bb9\u304c\u5909\u308f\u3063\u305f\u3089\u30e1\u30fc\u30eb\u3067\u304a\u77e5\u3089\u305b\u3057\u307e\u3059\u3002\u767b\u9332\u5f8c\u306b\u5c4a\u304f\u78ba\u8a8d\u30e1\u30fc\u30eb\u306e\u30ea\u30f3\u30af\u3092 24 \u6642\u9593\u4ee5\u5185\u306b\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u76e3\u8996\u304c\u958b\u59cb\u3055\u308c\u307e\u3059\u3002<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>Mail Address<\/strong><\/p>\n\n\n\n<input type=\"email\" id=\"emailIn\" placeholder=\"you@example.com\" \/>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>Target URL<\/strong><\/p>\n\n\n\n<input type=\"text\" id=\"urlIn\" placeholder=\"https:\/\/example.com\/news\" \/>\n\n\n\n<div class=\"wp-block-button aligncenter custom-wide-button\" style=\"display:flex;\">\n<div style=\"width:75%;\">\n<button id=\"actionButton1\" class=\"wp-block-button__link has-background has-vivid-cyan-blue-background-color\">\u767b\u9332<\/button>\n<\/div>\n<div style=\"width:75%;\">\n<button id=\"actionButton2\" class=\"wp-block-button__link has-background has-vivid-cyan-blue-background-color\">\u89e3\u9664<\/button>\n<\/div>\n<\/div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>Result<\/strong><\/p>\n\n\n\n<div id=\"results\"><\/div>\n\n\n\n<p class=\"has-small-font-size wp-block-paragraph\">\u203b 1 \u3064\u306e\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u306b\u3064\u304d\u6700\u5927 50 URL \u307e\u3067\u767b\u9332\u3067\u304d\u307e\u3059\u3002<br>\u203b \u76e3\u8996\u306e\u505c\u6b62\u306f\u3001\u901a\u77e5\u30e1\u30fc\u30eb\u672b\u5c3e\u306e\u89e3\u9664\u30ea\u30f3\u30af\u304b\u3089\u3082\u884c\u3048\u307e\u3059\u3002<br>\u203b \u672c\u30b5\u30fc\u30d3\u30b9\u306f\u65e5\u672c\u56fd\u5185\u304b\u3089\u306e\u307f\u3054\u5229\u7528\u3044\u305f\u3060\u3051\u307e\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u6307\u5b9a\u3057\u305f Web \u30da\u30fc\u30b8\u3092\u7d04 8 \u6642\u9593\u3054\u3068\u306b\u30c1\u30a7\u30c3\u30af\u3057\u3001\u5185\u5bb9\u304c\u5909\u308f\u3063\u305f\u3089\u30e1\u30fc\u30eb\u3067\u304a\u77e5\u3089\u305b\u3057\u307e\u3059\u3002\u767b\u9332\u5f8c\u306b\u5c4a\u304f\u78ba\u8a8d\u30e1\u30fc\u30eb\u306e\u30ea\u30f3\u30af\u3092 24 \u6642\u9593\u4ee5\u5185\u306b\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u76e3\u8996\u304c\u958b\u59cb\u3055\u308c\u307e\u3059\u3002 Mail Address Target &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.earce.biz\/?page_id=2830\" class=\"more-link\"><span class=\"screen-reader-text\">&#8220;[Tool] WebSite Checker&#8221; \u306e<\/span>\u7d9a\u304d\u3092\u8aad\u3080<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":35,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2830","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.earce.biz\/index.php?rest_route=\/wp\/v2\/pages\/2830","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.earce.biz\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.earce.biz\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.earce.biz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.earce.biz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2830"}],"version-history":[{"count":5,"href":"https:\/\/www.earce.biz\/index.php?rest_route=\/wp\/v2\/pages\/2830\/revisions"}],"predecessor-version":[{"id":2838,"href":"https:\/\/www.earce.biz\/index.php?rest_route=\/wp\/v2\/pages\/2830\/revisions\/2838"}],"up":[{"embeddable":true,"href":"https:\/\/www.earce.biz\/index.php?rest_route=\/wp\/v2\/pages\/35"}],"wp:attachment":[{"href":"https:\/\/www.earce.biz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2830"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}