有道云笔记PC端免VIP去广告v6.8.0.1

时间:2024-02-23 19:33:58

隐藏广告

修改有道云笔记安装目录下的文件 
Youdao\YoudaoNote\theme\build.xml

搜索底部广告

<!-- 底部广告-->
<AdWraperMid type="panel" css="public" dockstyle="bottom" visible="false" bounds="0,0,0,161">

将161改为0即可。

去除广告占位

  <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,0,0" Margin="0,13,0,13">
                <AdPhoto type="photo" css="Ad AdPhoto" AnchorStyle="center" AutoZoom="ZoomEqual" Bounds="0,0,200,130">
                    <AdClose type="button" css="adclear" AnchorStyle="topright" Bounds="-1,1,24,24" />
                    <AdText type="label" css="AdText" AnchorStyle="bottomleft" Bounds="6,-6,25,10"/>
                </AdPhoto>
 
            </MiddlePhotoPanel>
        </PanelAd>

将“PanelAd”标签内所有含有Bounds和Margin属性的值全都修改为“0,0,0,0”

---------------------

 修改方法是6.5版本的,6.8有用还是没用我会继续观察。