年纪越来越大,记忆越来越差,笔记这个东西也是越来越有用了。最开始的时候都是用手机的便签本记笔记,由于一次刷机导致便签app没有了,也是搞笑。
后来自己搭了一个云笔记服务,用了一段时间之后由于服务器总是被攻击,为了安全起见还是放弃了使用,转投有道云。有道云好用是好用,就是广告太多了,这对于一个强迫症患者来说简直就是噩梦,也算是突发奇想百度了一下去广告,没想到还真有。
方法很简单,打开安装目录下的*YoudaoYoudaoNote\theme\build.xml
文件,删掉以下代码内容就可以了,只能用于6.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,250,160" Margin="0,13,0,13">
<AdPhoto type="photo" css="Ad AdPhoto" AnchorStyle="center" AutoZoom="ZoomEqual" Bounds="0,0,200,130">
<AdClose type="button" css="btnclear" AnchorStyle="topright" Bounds="-1,1,24,24" />
<AdText type="label" css="AdText" AnchorStyle="bottomleft" Bounds="6,-6,25,10"/>
</AdPhoto>
</MiddlePhotoPanel>
</PanelAd>
此处评论已关闭