mommyish.com

This is where you should report issues arising from the subscription filters.
Locked
itsallinyourhead
Site Member
Site Member
Posts: 16
Joined: Wed Jan 28, 2015 2:50 am

mommyish.com

Post by itsallinyourhead »

Some sites on mommyish.com cause Chrome to crash because it runs out of memory.

Example:

Code: Select all

http://www.mommyish.com/topic/news-2/
It turned out following script is responsible:

Code: Select all

http://www.mommyish.com/wp-content/themes/mommyish2016/public/script/libs/jquery.js?ver=1.1.3
That script contains 'offset' multiple times so it detects most probably hidden elements.
After more investigations I found out it is

Code: Select all

##.ads-300-250
in

Code: Select all

https://easylist-downloads.adblockplus.org/easylist.txt

Following filter fix the problem

Code: Select all

mommyish.com#@#.ads-300-250
or

Code: Select all

@@||mommyish.com^$generichide
Please add one of them to easylist.txt.
User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12223
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

Not sure if its intentional.. but try for the easy option.

https://github.com/easylist/easylist/co ... ef1ab1f3e2
Locked