Pixiv Ajax Bookmark Mod

Automatically adds artwork tags when you bookmark. ブックマークのタグを自動的につける。

< 腳本Pixiv Ajax Bookmark Mod的回應

提問/評論

§
發表於:2017-10-30

Add support for Chinese and make the button text better after bookmarked

Modified:

        if ($(".add-bookmark").text() == "ブックマークに追加") {
          $(".add-bookmark").html($('<span>', { class: 'description', html: "ブックマークを編集" }));
        }
        if ($(".add-bookmark").text() == "添加收藏") {
          $(".add-bookmark").html($('<span>', { class: 'description', html: "编辑收藏" }));
        }
        else {
          $(".add-bookmark").html($('<span>', { class: 'description', html: "Edit Bookmark" }));
        }

Then remove this which was added in 1.8.0:

        $(".edit-bookmark").off("click");
        $(".edit-bookmark").css("font-weight","bolder");
SaddestPanda作者
§
發表於:2017-10-30

Updated.
Thanks for the tips and the translation.

發表回覆

登入以回復

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址