縦書き化解除

    @@ -3,4 +3,4 @@ * @description 縦書き化を解除します。 * @license MIT License */ -(function(){location.href=location.protocol+'//'+location.href.replace(/^.*?taketori\.cgi\//i,'').replace(/\/\/.*$/,'').replace('%253F','?').replace('%2523','#').replace(/%2525/ig,'%25');})() +(function(){var i=location.href;if(i.search(/\?url=/)!=-1){i=i.replace(/%253A/ig,':').replace(/%252F/ig,'/').replace('?url=','/');}location.href=((i.search(/\/https:\/\//i)!=-1)?'https':'http')+'://'+i.replace(/^.*?taketori\.cgi\//i,'').replace(/https?:\/\//i,'').replace(/\/\/.*$/,'').replace('%253F','?').replace('%2523','#').replace(/%2525/ig,'%25');})()
  • /*
     * @title 縦書き化解除
     * @description 縦書き化を解除します。
     * @license MIT License
     */
    (function(){var i=location.href;if(i.search(/\?url=/)!=-1){i=i.replace(/%253A/ig,':').replace(/%252F/ig,'/').replace('?url=','/');}location.href=((i.search(/\/https:\/\//i)!=-1)?'https':'http')+'://'+i.replace(/^.*?taketori\.cgi\//i,'').replace(/https?:\/\//i,'').replace(/\/\/.*$/,'').replace('%253F','?').replace('%2523','#').replace(/%2525/ig,'%25');})()
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2010/05/21 06:13:38 - 2010-05-21
  2. 2010/05/21 06:08:57 - 2010-05-21
  3. 2010/05/21 02:29:25 - 2010-05-21