SEO::InboundlinkChecker

    @@ -1,6 +1,6 @@ /* - * @title SEO::InboundLinkChecker - * @description For Google, Yahoo!, Yahoo!Japan, Bing + * @title SEO::InboundlinkChecker + * @description Checking inboundlinks indexed by Google, Yahoo!, Yahoo!Japan and Bing. * @include http://* * @license MIT License * @require
  • /*
     * @title SEO::InboundlinkChecker
     * @description Checking inboundlinks indexed by Google, Yahoo!, Yahoo!Japan and Bing.
     * @include http://*
     * @license MIT License
     * @require 
     */
    javascript:(function(){var i=escape(location.href); window.open("http://www.google.com/search?q=link:"+i,"_blank"); window.open("http://search.yahoo.com/search?q=linkdomain:"+i+"+-site:"+i,"_blank"); window.open("http://search.yahoo.co.jp/search?p=linkdomain:"+i+"+-site:"+i,"_blank"); window.open("http://www.bing.com/search?q=linkdomain:"+i+"+-site:"+i,"_blank");})();
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2010/05/17 16:06:13 - 2010-05-17
  2. 2010/05/17 15:51:10 - 2010-05-17