How to detect AdBlock and add notice to readers to remove ad-block

When a reader uses a browser with AdBlock, is it possible for Ghost to detect this and add a notice to the reader to remove AdBlock?

This is fair to Ghost content creators who spend hours creating content.

I can’t understand why no body responded to this question till now. Although this is most important question for ghost.

The implementation of something like this into Ghost isn’t very different than any other website.

You can have a look here to get a general idea: How to detect AdBlock in plain JavaScript with a few lines of code - DEV Community

Based on what you want to do, you can then use the variable created there to create HTML elements, redirect the user, etc.