Skip to content
View 709924470's full-sized avatar

Block or report 709924470

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. FanboxViewerFanboxViewerPublic

    Pixiv Fanbox Viewer for Android

    Java 81 10

  2. pixiv_fanbox_downloaderpixiv_fanbox_downloaderPublic

    Add a button next to "Like" for downloading purpose, need TamperMonkey or equivalent extensions 在喜欢按钮边上加上下载按钮,需要油猴或类似的浏览器扩展

    JavaScript 37 7

  3. OBS-Netease-PluginOBS-Netease-PluginPublic

    A Netease music display plugin for streaming software have web sources.

    Python 3

  4. Frida android native hookingFrida android native hooking
    1
    // Android native hooks By @709924470
    2
    // CC-BY-NC 4.0 
    3
    varmoduleName="libmain.so";// Module name gose here
    4
    varhookFunctions=[
    5
    {