非公開 Post Twitter Hack

    @@ -1,15 +1,13 @@ /* * @title twitter fix - * @description /homeを削除 + * @description twitterのポストURLから/homeを削除 * @include http://* * @license MIT License * @private */ -var link,l=0; -while(link=document.links[l++]) { - if (link.href.toLowerCase().indexOf('.pdf')!=-1&&link.href.indexOf('javascript')==-1&&link.href.indexOf('file:')==-1){ - var newString='http://docs.google.com/viewer?url='+link.href;link.href=newString; - } -}; -void(null); +var link, l=0; +while (link = document.links[l++]) { + link.href.replace(/twitter\.com\/home\?/, "twitter.com/?"); +} +
  • /*
     * @title twitter fix
     * @description twitterのポストURLから/homeを削除
     * @include http://*
     * @license MIT License
     * @private
     */
    
    var link, l=0;
    while (link = document.links[l++]) {
      link.href.replace(/twitter\.com\/home\?/, "twitter.com/?");
    }
    
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2012/06/04 10:22:41 - 2012-06-04
  2. 2011/05/29 14:36:42 - 2011-05-29
  3. 2011/05/29 14:34:59 - 2011-05-29
  4. 2011/05/29 14:33:40 - 2011-05-29
  5. 2011/05/24 23:19:35 - 2011-05-24
  6. 2011/05/24 23:19:07 - 2011-05-24
  7. 2011/05/24 23:18:02 - 2011-05-24
  8. 2011/05/24 23:17:06 - 2011-05-24
  9. 2011/05/24 23:16:10 - 2011-05-24
  10. 2011/05/24 23:13:23 - 2011-05-24
  11. 2011/05/24 23:11:36 - 2011-05-24
  12. 2011/05/24 23:06:19 - 2011-05-24
  13. 2011/05/24 23:02:02 - 2011-05-24
  14. 2011/05/24 23:00:10 - 2011-05-24
  15. 2011/05/24 22:56:24 - 2011-05-24
  16. 2011/05/24 22:54:59 - 2011-05-24