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或关注我们的公众号极客氢云获取最新地址