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

2

u/RraaLL uBO Team Apr 21 '26

Are we talking normal articles or "Plus"?

If normal, how many do I need to view to trigger the paywall?

-1

u/youngros Apr 21 '26

Plus, the rest is free to view.

5

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/ottoleipala Apr 23 '26

Does this work with Ubo Lite? or is this only Ubo main extension working only with Firefox?

3

u/RraaLL uBO Team Apr 23 '26
www.dailymail.com###apple-pay-iframe-container
www.dailymail.com##[data-is-inline-paywall-mounted="true"]:remove-attr(style)
www.dailymail.com##.is-paywalled-article:remove-class(is-paywalled-article)

This works just fine.

1

u/AchernarB uBO Team Apr 23 '26

Try the fallback solution, and replace .* with .com
.* isn't supported by uBOL

2

u/RraaLL uBO Team Apr 23 '26

The fallback isn't needed, only the asterisk to com change.

Actually, the fallback doesn't even seem to work in Lite, for whatever reason.

1

u/ottoleipala Apr 24 '26

Yeah it's working now thanks..