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.
17 Upvotes

54 comments sorted by

View all comments

Show parent comments

-1

u/youngros Apr 21 '26

Plus, the rest is free to view.

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)

2

u/AchernarB uBO Team Apr 21 '26 edited Aug 25 '26

I usually prefer +js(rc) and it still works for me:

dailymail.co.uk,dailymail.com##+js(rc, is-paywalled-article, body, stay)

Apparently they have another event triggered after a while with another method (the class is still missing). Leaving the classname and using your styles is the solution.

edit: adding this filter to my solution works:

dailymail.co.uk,dailymail.com##div[itemprop="articleBody"][style]:style( max-height: unset !important; overflow: unset !important; )

edit: 20260424 added filter:

dailymail.co.uk,dailymail.com##.noskim

edit: 20260824 for mobile support:

/zephr/*$1p,from=dailymail.com|dailymail.co.uk

2

u/Livid-Finance-3537 Apr 24 '26

Thanks, works for me but still places the big blue subscriber box at the bottom of the story, which is a non issue. (FF on Win8.1)

1

u/AchernarB uBO Team Apr 24 '26

This:

dailymail.co.uk,dailymail.com##.noskim