Created
January 6, 2018 08:59
-
-
Save apple502j/c9c2209717af2fd28a76a007058c34a7 to your computer and use it in GitHub Desktop.
Ads Blocking CSS (stylish)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Copyright (C) 2018 apple502j All rights reversed. | |
This program is free software: you can redistribute it and/or modify | |
it under the terms of the GNU General Public License as published by | |
the Free Software Foundation, either version 3 of the License, or | |
(at your option) any later version. | |
This program is distributed in the hope that it will be useful, | |
but WITHOUT ANY WARRANTY; without even the implied warranty of | |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
GNU General Public License for more details. | |
You should have received a copy of the GNU General Public License | |
along with this program. If not, see <https://www.gnu.org/licenses/>. | |
*/ | |
[id^="yads"]{display:none!important;} | |
[id^="ad-"]{display:none!important;} | |
div#realtime{display:none!important;} | |
div.commerceBox{display:none!important;} | |
div#video{display:none!important;} | |
div#selectionR{display:none!important;} | |
div#cgmboxR{display:none!important;} | |
div#qurioRecommend{display:none!important;} | |
div#companybox{display:none!important;} | |
div#ultra{display:none!important;} | |
div#qurioRanking{display:none!important;} | |
div#sonetBx{display:none!important;} | |
div#yjidbox{display:none!important;} | |
div#msthdPointArea{display:none!important;} | |
div#pblogininfo{display:none!important;} | |
div.compo p.txt{display:none!important;} | |
div.mdContentsFooter div.footerInner{display:none!important;} | |
div#rbnr{display:none!important;} | |
div#mblywth{display:none!important;} | |
div#tct{display:none!important;} | |
div.yj-vp{display:none!important;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment