教你隐藏校内网模块代码
|
校内网背景上总是有些隐私的东西不像让别人知道,许多同学就抱怨如果能把一些隐私的东西让别人看不到就好了,不要急现在我就教大家来怎样隐藏校内网背景代码。 很简单,我为大家找了许多隐藏的选项在下面,只要大家复制相应的代码到自己的涂鸦板中便可。 以下是隐藏代码相关内容 <style type=text/css><!--#blog .content{display:none;} --></style><!--隐藏日志内容--> <style type=text/css><!--#userAlbum{display:none;} --></style><!--隐藏相册--> <style type=text/css><!--#userPandora{display:none;} --></style><!--隐藏涂鸦版--> <style type=text/css><!--#userGroup{display:none;} --></style><!--隐藏加入的群--> <style type=text/css><!--#userTalk{display:none;} --></style><!--隐藏留言板--> <style type=text/css><!--.picture{display:none;}#userTalk .text{ margin-left:0px;}#userTalk .info { margin-left:0px;} --></style><!--隐藏留言小头像--> <style type=text/css> <!--#permalink,#snav,#footer{display:none;}--></style><!-除底部链接-> <style type=text/css><!--#sidebar{display:none;} --></style><!--隐藏左侧导航栏--> <style type=text/css><!--#mymenu{display:none;} --></style><!--隐藏左侧导航栏内链接--> <style type=text/css><!--.blockimage.block h3{display:none;} --></style><!--隐藏广告栏--> <style type=text/css><!--.blocktext{display:none;} --></style><!--隐藏布告栏xiaonei--> <style type=text/css><!--#annouce{display:none;} --></style><!--隐藏“张贴你的布告”--> <style type=text/css><!--.block,.linkblock,#annouce,.blockcont img,.boxcontent{display:none;} --></style><!-隐藏全部广告-> (11月30日更新) <style type=text/css><!--.boxcontent{display:none;} --></style><!-单独隐藏校内一周年图片-> <style type=text/css><!--#userPicture{display:none;} --></style><!--隐藏自己照片--> <style type=text/css><!--#userActions{display:none;} --></style><!--隐藏照片下面用户行为栏--> <style type=text/css><!--#userVisitor{display:none;} --></style><!--隐藏最近来访者列表--> <style type=text/css><!--#userFriend{display:none;} --></style><!--隐藏最近有登陆好友列表--> <style type=text/css><!--#userFriendUniv{display:none;} --></style><!--隐藏外校好友列表--> <style type=text/css><!--#userProfile{display:none;} --></style><!--隐藏全部个人资料--> <style type=text/css><!--#AccountInfo{display:none;} --></style><!--隐藏帐号信息--> <style type=text/css><!--#BasicInfo{display:none;} --></style><!--xiaonei隐藏基本信息--> <style type=text/css><!--#ContactInfo{display:none;} --></style><!--隐藏联系方式--> <style type=text/css><!--#PersonalInfo{display:none;} --></style><!--隐藏个人信息--> <style type=text/css><!--#userBlog{display:none;} --></style><!--隐藏全部日志--> <style type=text/css><!--#blog li{display:none;display:expression((this.parentNode.firstChild==this)?"block":"none");}#blog li:first-child{display:block;} --></style><!--只显示第一篇日志--> |
