Cheatsheet.com Filters

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
Spanky
Posts: 3
Joined: Sun Dec 27, 2015 7:41 am

Cheatsheet.com Filters

Post by Spanky »

Is there a filter that can be written that blocks Cheatsheet's attempt to strong arm adblock users into signing for their newsletter or disabling adblock for the site? I don't want their spam. I suppose I could just give them one of my other emails to keep the spam off my main email but I'd rather not encourage these tactics.

I know pretty much nothing about writing these filters so help would be appreciated. Thanks.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Cheatsheet.com Filters

Post by mapx »

add

Code: Select all

cheatsheet.com###cboxOverlay
cheatsheet.com##.sidebar
cheatsheet.com###reg-box
cheatsheet.com###cboxContent
@@||cheatsheet.com/wp-content/themes/wallstcheatsheet-v2/js/ads.js?*
##[class*="mdeyheadline_"]
##[class$="_simule"]
##[class$="_box"] > A[target="_blank"][rel="nofollow"]
Spanky
Posts: 3
Joined: Sun Dec 27, 2015 7:41 am

Re: Cheatsheet.com Filters

Post by Spanky »

Thanks for the help, it works. I did have to remove all my old stuff to get it to update, however. Otherwise it would it would me the "not a valid CSS selector" error. Is there a way I can put them back without that error? I don't remember exactly what they do but I assume some of them have to do with my previous attempts to use the block button to get rid of of this problem but other parts actually did work. The code looked like this before I replaced it:

Code: Select all

##[class$="_box"] > A[target="_blank"][rel="nofollow"]
##[class$="_simule"]
##[class*="mdeyheadline_"]
@@||cheatsheet.com/wp-content/themes/wallstcheatsheet-v2/js/ads.js?*
cheatsheet.com###cboxContent
cheatsheet.com###cboxOverlay
cheatsheet.com###reg-box
cheatsheet.com##.sidebar
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Cheatsheet.com Filters

Post by mapx »

Are you saying you want to keep some other old custom filter and you get some synthax error ?
if yes, for what site it was that filter, which is the filter and what do you want to obtain with it ?!
Spanky
Posts: 3
Joined: Sun Dec 27, 2015 7:41 am

Re: Cheatsheet.com Filters

Post by Spanky »

Sorry, I was under the impression that some of my old filters were for other sites. As I said I'm really not good with this kind of code. Looks like my filters are good now so thanks for the help.
Locked