CSS code to remove image ads at the bottom of blog Park

Source: Internet
Author: User

Blog Park is a very good program development station, it is estimated that we also found the article at the bottom of the details page also appeared ads, if you do not want to see how to do?

Don't worry, blog Park backstage is left a custom CSS style code entrance, here is the entrance to kill ads. Through the browser, careful observation found that the image of the outside of the ID unexpectedly use JS to write a live, there is no way to use a #id name to remove it! Although this move is high, but there are carefully small partners found the law: The ad's class name is the following random values:#cnblogs_click, #cnblogs_c1, #cnblogs_send, #cnblogs_event, # Cnblogs_click. Plus the #cnblogs_c2 of the Huawei Cloud advertising map. Altogether 6, only need to set the style Display:none separately . At this time, will find, the following finally clean a lot, the heart is much more comfortable!

#cnblogs_c2 {Display:none} #cnblogs_c1 {Display:none} #cnblogs_send {Display:none} #cnblogs_event {display:none}# Cnblogs_link{display:none} #cnblogs_click {Display:none}

Attached: effect after removing the ad map

CSS code to remove image ads at the bottom of blog Park

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.