取得 Windows Live SkyDrive 的真實載點

Author: Eric  //  Category: Free Resource

取得 Windows Live SkyDrive 的真實載點,不受每天的變化而影響

00. For Firefox, IE7/IE8, Opera, Safari // IE6 不行喔

01. 點進去你打算分享的檔案 (eg:test.zip)

02. 在網址列貼上以下的code,即可取得真實載點 (eg:test.zip)

javascript:var%20n=document.title.replace('%20-%20Windows%20Live','');var%20id=Page.ItemResourceId;var%20u='http://storage.live.com/items/'+id+'?filename='+encodeURI(n);var%20p='http://'+document.location.host+'/redir.aspx?page=self&resId='+id;var%20e='<input%20onmouseover=%22this.select();%22%20onclick=%22this.select();%22%20value=%22';var%20f='%22%20style=%22width:580px%22%20type=%22text%22%20/><br>';var%20c='Link%20Adress%20:'+e+u+f+'Share%20Adresse%20:'+e+p+f;var%20a=document.getElementById('content');var%20b=document.createElement('P');b.innerHTML=c;a.insertBefore(b,a.firstChild);void(0)

03. 取得的載點用於放音樂蠻方便的,拿來下載也可以,但有一缺點,檔案名稱要自己改回來

Ref :
01. liveto.me

Tags: ,

4 Responses to “取得 Windows Live SkyDrive 的真實載點”

  1. sinsky Says:

    syntaxhighlighter 怎么安装的。。。 我的实现不了。~ 帮发个样品过来么? 谢谢

  2. sinsky Says:

    *

    这里写你的代码

    *

    这里写你的代码

    *

    这里写你的代码

    *

    这里写你的代码
  3. sinsky Says:

    使用方法。。。 一个也没用出来。。。

  4. Eric Says:

    我使用的是 SyntaxHighlighter Evolved

    你切換到 Html Mode, 貼下面的 code 試試

    public class HelloWorld {
      public static void main(String[] args) {
        System.out.println("Hello! World!");
      }
    }
    

Leave a Reply