有道云笔记客户端去广告方法

转载:有道云笔记客户端去广告
原文地址:https://www.jianshu.com/p/25966a6633d9

步骤

  1. 打开有道云笔记安装路径(比如:D:\Program Files (x86)\Youdao\YoudaoNote\theme);
  2. 右击build.xml(D:\Program Files (x86)\Youdao\YoudaoNote\theme\build.xml)文件,选择打开方式,用记事本打开;
  3. 使用Ctrl+F,搜索关键字(mainform panelclient PanelAd);替换对应代码如下所示
<PanelAd type="adpanel" css="public" ass="mainform panelclient PanelAd">
        <panelTopLine type="panel" css="AdPanel" Dockstyle="top" Bounds="0,0,0,1"/>
        <MiddlePhotoPanel type="panel" css="public" DockStyle="top" Bounds="0,0,5,5" Margin="0,2,0,2">
            <AdPhoto type="photo" css="Ad AdPhoto" AnchorStyle="center" AutoZoom="ZoomEqual" Bounds="0,0,5,5">
                <AdClose type="button" css="adclear" AnchorStyle="topright" Bounds="-1,1,2,2" />
                <AdText type="label" css="AdText" AnchorStyle="bottomleft" Bounds="1,-1,2,3"/>
            AdPhoto>

        MiddlePhotoPanel>
PanelAd>
  1. 保存文件(Ctrl+s);上述操作,是把页面左下角的广告图片尺寸调小,变成不太可见的图片;
  2. 进入default文件夹,右击skin.xml(D:\Program Files (x86)\Youdao\YoudaoNote\theme\default\skin.xml)文件,选择打开方式,用记事本打开;
  3. 使用Ctrl+F,搜索关键字();替换对应代码如下所示:
<PanelAd Bounds="0,0,0,0" DockStyle="bottom">
PanelAd>
  1. 保存文件(Ctrl+s);上述操作,是把页面左下角广告位去除;
  2. 保存所有文件后, 打开有道云笔记,此时已经没有左下角的广告位了;

你可能感兴趣的:(软件工具技巧积累)