ラベル Cydia の投稿を表示しています。 すべての投稿を表示
ラベル Cydia の投稿を表示しています。 すべての投稿を表示

Cydiaの広告を削除する方法

>> 2009/06/24

以下のファイルを編集すると広告を削除することができます。

/Applications/Cydia.app/package.js

【編集方法】

以下のソースコードをコメントアウトします。
    var depiction = package.depiction;
    if (depiction == null)
        $(".depiction").addClass("deleted");
    else {
        $(".description").addClass("deleted");
        $("#depiction-src").src(depiction);
    }

↓こんな感じでコメントアウト
/******************************************************
    var depiction = package.depiction;
    if (depiction == null)
        $(".depiction").addClass("deleted");
    else {
        $(".description").addClass("deleted");
        $("#depiction-src").src(depiction);
    }
******************************************************/

Read more...

フォロワー

  © Blogger template Webnolia by Ourblogtemplates.com 2009

Back to TOP