Googleのキャッシュで開く

  • /*
     * @title Googleのキャッシュで開く
     * @description Googleのキャッシュで開きます。
     * @include http://*
     * @license public domain
     * @require 
     */
    (function()
    {
      var uri = location.href;
    
      if (uri)
      {
        window.open('http://webcache.googleusercontent.com/search?hl=ja&q=cache:' + escape(uri));
      }
    })();
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2010/05/16 13:30:51 - 2010-05-16