Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

主頁的動態似乎偵測不到 #31

Open
leafwind opened this issue Apr 15, 2014 · 0 comments
Open

主頁的動態似乎偵測不到 #31

leafwind opened this issue Apr 15, 2014 · 0 comments

Comments

@leafwind
Copy link

我不清楚是原本就設計成自己的塗鴉牆看不到,還是因為fb改版之類的才失效
不過我加了

$(baseNode)
.find("._6m2")
.not(".nowangwang-checked")
.each(function(idx, userContent) {
    userContent = $(userContent);
    var titleText = userContent.find(".mbs").text();
    var linkHref = userContent.find("a").attr("href");
    censorFacebookNode(userContent, titleText, linkHref);
});

可以正常顯示
如果有需要的話請拿去用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant