Anti efreedom

    @@ -1,6 +1,6 @@ /* * @title Anti efreedom - * @description Google検索結果からefreedom.comを除外する Safari専用 + * @description Google検索結果からefreedom.comを除外する (Safari専用) * @include http://* * @license MIT License * @require
  • /*
     * @title Anti efreedom
     * @description Google検索結果からefreedom.comを除外する (Safari専用)
     * @include http://*
     * @license MIT License
     * @require 
     */
    
    {
    var q;
    if(location.search.length > 1) {
        var list=location.search.split("&");
        for(var i=0; i < list.length;i++) {
            var kv=list[i].split("=");
            if(kv[0]=="as_q" || kv[0]=="q") {
                q=kv[1];
            }
        }
    }
    document.location.href="/search?as_q=" + q + "&as_dt=e&as_sitesearch=efreedom.com";
    }
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2010/12/10 13:56:43 - 2010-12-10
  2. 2010/12/10 13:55:32 - 2010-12-10
  3. 2010/12/10 13:54:42 - 2010-12-10
  4. 2010/12/10 13:36:48 - 2010-12-10
  5. 2010/12/10 13:36:39 - 2010-12-10
  6. 2010/12/10 13:36:01 - 2010-12-10
  7. 2010/12/10 13:35:43 - 2010-12-10
  8. 2010/12/10 13:34:32 - 2010-12-10
  9. 2010/12/10 13:31:42 - 2010-12-10
  10. 2010/12/10 13:31:18 - 2010-12-10
  11. 2010/12/10 13:29:57 - 2010-12-10
  12. 2010/12/09 22:53:24 - 2010-12-09
  13. 2010/12/09 22:50:32 - 2010-12-09