Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
feat: update ad removal rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mkx173 committed Mar 14, 2024
1 parent 7c0eb75 commit ecfa56e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,9 @@ protected void beforeHookedMethod(final MethodHookParam param) throws Throwable

// 点击使用同系列表情
XposedHelpers.setObjectField(param.thisObject, "sprite_meme_info", null);

// 小说推荐
XposedHelpers.setObjectField(param.thisObject, "novel_recom_card", null);
}
});
}
Expand Down

0 comments on commit ecfa56e

Please sign in to comment.