• 请不要在回答技术问题时复制粘贴 AI 生成的内容
xfunforx
V2EX  ›  程序员

看微信公众号文章时被广告 碍眼了。。。。。。所以。。。。。

  •  1
     
  •   xfunforx · Jan 24, 2017 · 4728 views
    This topic created in 3403 days ago, the information mentioned may be changed or developed.

    眼不见为净。。

    %hook UIWebBrowserView

    • (void)webView:(id)arg1 didFinishLoadForFrame:(id)arg2{ %orig; [arg1 stringByEvaluatingJavaScriptFromString:@"document.getElementById("js_bottom_ad_area").style.display = 'none';"]; NSString *weburl= [arg1 stringByEvaluatingJavaScriptFromString:@"document.URL"]; %log(weburl); } %end
    4 replies    2017-03-01 12:31:09 +08:00
    AlisaDestiny
        1
    AlisaDestiny  
       Jan 24, 2017 via iPhone
    能去掉不
    overlords
        2
    overlords  
       Jan 24, 2017 via iPhone
    直接 hook 屏蔽了厉害
    v2ex_user001
        3
    v2ex_user001  
       Jan 25, 2017
    如何使用
    xfunforx
        4
    xfunforx  
    OP
       Mar 1, 2017
    @v2ex_user001 用 Theos 创建一个 WeChat 的模块,把这段代码帖进去编译就行了。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1203 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 31ms · UTC 23:30 · PVG 07:30 · LAX 16:30 · JFK 19:30
    ♥ Do have faith in what you're doing.