首页 > 其他 > 详细

有道云笔记去除广告方法

时间:2019-04-11 21:08:07      阅读:120      评论:0      收藏:0      [点我收藏+]
<PanelAd type="adpanel" css="public" ass="mainform panelclient PanelAd" style="display:none !important;" >
            <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="adclear" AnchorStyle="topright" Bounds="-1,1,24,24" />
                    <AdText type="label" css="AdText" AnchorStyle="bottomleft" Bounds="6,-6,25,10"/>
                </AdPhoto>

            </MiddlePhotoPanel>
</PanelAd>

替换为

<PanelAd type="adpanel" css="public" ass="mainform panelclient PanelAd" style="display:none !important;" >
            <panelTopLine type="panel" css="AdPanel" Dockstyle="top" Bounds="0,0,0,0"/>
            <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,0,0">
                    <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>

 

有道云笔记去除广告方法

原文:https://www.cnblogs.com/miaosj/p/10692158.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!