美文网首页
Windows版本有道云笔记去广告方法

Windows版本有道云笔记去广告方法

作者: Miceking | 来源:发表于2018-02-13 10:16 被阅读0次

Windows版本有道云笔记去广告方法

参考资料CSDN关闭有道云笔记广告方法

条件

  1. windows安装最新版本有道云笔记(v6.3.0.0)记录安装路径;
  2. 关闭当前有道云笔记(一定要退出软件);
  3. 会使用windows记事本(Notepad++更佳);

步骤

  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>
    
  4. 保存文件(Ctrl+s);上述操作,是把页面左下角的广告图片尺寸调小,变成不太可见的图片;
  5. 进入default文件夹,右击skin.xml(D:\Program Files (x86)\Youdao\YoudaoNote\theme\default\skin.xml)文件,选择打开方式,用记事本打开;
  6. 使用Ctrl+F,搜索关键字(<PanelAd Bounds=);大约在2942行;替换对应代码如下所示:
    <PanelAd Bounds="0,0,0,0" DockStyle="bottom">
    
    </PanelAd>
    
  7. 保存文件(Ctrl+s);上述操作,是把页面左下角广告位去除;
  8. 保存所有文件后, 打开有道云笔记,此时已经没有左下角的广告位了;
  9. 恭喜你, 成功了;
  10. 想看看外面世界么? 想了解翻墙的含义么? 想知道靠谱的翻墙软件么? 点我吧!

结尾

自己动手, 丰衣足食!

相关文章

网友评论

      本文标题:Windows版本有道云笔记去广告方法

      本文链接:https://www.haomeiwen.com/subject/aeljtftx.html