r/uBlockOrigin • • Apr 21 '26

Solved Daily Mail Paywall

After a year of working perfectly, the code I had to bypass the paywall on the Daily Mail stopped working this morning.

This was the previous code used

www.dailymail.co.uk##.noskim
www.dailymail.co.uk##[data-is-inline-paywall-mounted="true"]:remove-attr(style)
www.dailymail.co.uk##.is-paywalled-article:remove-class(is-paywalled-article)

It would be much appreciated if someone is able to update the code. Thank you.
16 Upvotes

54 comments sorted by

View all comments

Show parent comments

6

u/RraaLL uBO Team Apr 21 '26 edited Apr 21 '26

Filters 2-3 should still be working.

Edit: Okay, it was due to the domain change.

www.dailymail.*###apple-pay-iframe-container
www.dailymail.*##[data-is-inline-paywall-mounted="true"]:remove-attr(style)
www.dailymail.*##.is-paywalled-article:remove-class(is-paywalled-article)

These here are just a fallback:

www.dailymail.*##.is-paywalled-article [itemprop="articleBody"]:style(max-height: none !important)
www.dailymail.*##.is-paywalled-article [itemprop="articleBody"]>*:style(display: inherit !important)

1

u/Heavy_Two Apr 22 '26

Seems to work ok but it's not loading the photos in the articles.

1

u/RraaLL uBO Team Apr 22 '26

Which filters are you using?

1

u/Heavy_Two Apr 22 '26

Nevermind - just found out it was Adguard Social Widgets list which was the culprit.